2024-12-17T23:28:35.8528800Z Current runner version: '2.321.0' 2024-12-17T23:28:35.8531940Z Runner name: 'i-08ae749b9d5b83507' 2024-12-17T23:28:35.8532370Z Runner group name: 'Default' 2024-12-17T23:28:35.8532880Z Machine name: 'ip-10-0-3-141' 2024-12-17T23:28:35.8535250Z ##[group]GITHUB_TOKEN Permissions 2024-12-17T23:28:35.8536460Z Actions: read 2024-12-17T23:28:35.8536790Z Attestations: read 2024-12-17T23:28:35.8537080Z Checks: read 2024-12-17T23:28:35.8537360Z Contents: read 2024-12-17T23:28:35.8537650Z Deployments: read 2024-12-17T23:28:35.8537960Z Discussions: read 2024-12-17T23:28:35.8538250Z Issues: read 2024-12-17T23:28:35.8538530Z Metadata: read 2024-12-17T23:28:35.8538840Z Packages: read 2024-12-17T23:28:35.8539130Z Pages: read 2024-12-17T23:28:35.8539440Z PullRequests: read 2024-12-17T23:28:35.8539770Z RepositoryProjects: read 2024-12-17T23:28:35.8540100Z SecurityEvents: read 2024-12-17T23:28:35.8540400Z Statuses: read 2024-12-17T23:28:35.8577830Z ##[endgroup] 2024-12-17T23:28:35.8579750Z Secret source: Actions 2024-12-17T23:28:35.8580120Z Prepare workflow directory 2024-12-17T23:28:36.9798860Z Prepare all required actions 2024-12-17T23:28:36.9824980Z Getting action download info 2024-12-17T23:28:37.2123900Z Download action repository 'pytorch/test-infra@release/2.6' (SHA:eb0adf5a84668865394af69e26428b32c8105c1c) 2024-12-17T23:28:37.8203310Z Download action repository 'pytorch/pytorch@release/2.6' (SHA:0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:28:50.4968850Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-12-17T23:28:50.6547900Z Download action repository 'actions/upload-artifact@v4' (SHA:6f51ac03b9356f520e9adb1b1b7802705f340c2b) 2024-12-17T23:28:50.9101830Z Getting action download info 2024-12-17T23:28:51.0272320Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-12-17T23:28:51.2808370Z Getting action download info 2024-12-17T23:28:51.4192980Z Download action repository 'actions/cache@v3' (SHA:f4b3439a656ba812b8cb417d2d49f9c810103092) 2024-12-17T23:28:51.7291440Z Getting action download info 2024-12-17T23:28:51.9238920Z Uses: pytorch/pytorch/.github/workflows/_mac-build.yml@refs/heads/release/2.6 (0cdf8b1d09254cfda66191d1bd01e3041c3c76f7) 2024-12-17T23:28:51.9239940Z ##[group] Inputs 2024-12-17T23:28:51.9240100Z build-environment: macos-py3-arm64 2024-12-17T23:28:51.9240300Z runner-type: macos-m1-stable 2024-12-17T23:28:51.9240630Z build-generates-artifacts: true 2024-12-17T23:28:51.9240800Z xcode-version: 2024-12-17T23:28:51.9240940Z sync-tag: macos-py3-arm64-build 2024-12-17T23:28:51.9241110Z python-version: 3.9.12 2024-12-17T23:28:51.9241260Z environment-file: 2024-12-17T23:28:51.9241820Z 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-12-17T23:28:51.9242440Z sccache-use-gha: false 2024-12-17T23:28:51.9242600Z ##[endgroup] 2024-12-17T23:28:51.9242740Z Complete job name: macos-py3-arm64 / build 2024-12-17T23:28:51.9521050Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@release/2.6 2024-12-17T23:28:51.9521450Z with: 2024-12-17T23:28:51.9521600Z minimum-available-space-in-gb: 6 2024-12-17T23:28:51.9521890Z env: 2024-12-17T23:28:51.9522020Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:28:51.9522220Z SCCACHE_USE_GHA: false 2024-12-17T23:28:51.9522380Z ##[endgroup] 2024-12-17T23:28:51.9578850Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-12-17T23:28:51.9579220Z echo "Print the available disk space for manual inspection" 2024-12-17T23:28:51.9579450Z df -h 2024-12-17T23:28:51.9579570Z  2024-12-17T23:28:51.9579700Z function check_disk_space() { 2024-12-17T23:28:51.9579860Z  set +e 2024-12-17T23:28:51.9579980Z  2024-12-17T23:28:51.9580130Z  # Set the minimum requirement space to 6GB 2024-12-17T23:28:51.9580980Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-12-17T23:28:51.9581240Z  2024-12-17T23:28:51.9581400Z  # Use KB to avoid floating point warning like 3.1GB 2024-12-17T23:28:51.9581650Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-12-17T23:28:51.9581890Z  do 2024-12-17T23:28:51.9582040Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-12-17T23:28:51.9582240Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-12-17T23:28:51.9582410Z  2024-12-17T23:28:51.9582530Z  if [ "${MOUNT}" = "/" ]; then 2024-12-17T23:28:51.9582760Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-12-17T23:28:51.9583250Z  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-12-17T23:28:51.9583670Z  else 2024-12-17T23:28:51.9583910Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-12-17T23:28:51.9584190Z  fi 2024-12-17T23:28:51.9584310Z  fi 2024-12-17T23:28:51.9584430Z  done 2024-12-17T23:28:51.9584550Z  2024-12-17T23:28:51.9584650Z  set -e 2024-12-17T23:28:51.9584770Z } 2024-12-17T23:28:51.9584880Z  2024-12-17T23:28:51.9585000Z RESULT=$(check_disk_space) 2024-12-17T23:28:51.9585170Z echo "${RESULT}" 2024-12-17T23:28:51.9585300Z  2024-12-17T23:28:51.9585490Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-12-17T23:28:51.9585980Z  # 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-12-17T23:28:51.9586470Z  # https://github.com/pytorch/pytorch/issues/85440 2024-12-17T23:28:51.9586810Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-12-17T23:28:51.9587310Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-12-17T23:28:51.9587750Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-12-17T23:28:51.9587990Z  2024-12-17T23:28:51.9588140Z  # Clean up crash reports on the runner 2024-12-17T23:28:51.9588430Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-12-17T23:28:51.9588700Z  2024-12-17T23:28:51.9588870Z  # Also try to clean up torch.hub caching directory 2024-12-17T23:28:51.9589110Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-12-17T23:28:51.9589290Z  2024-12-17T23:28:51.9589410Z  # Purge conda 2024-12-17T23:28:51.9589580Z  conda clean -p -t -y || true 2024-12-17T23:28:51.9589760Z  # and pip cache 2024-12-17T23:28:51.9590390Z  pip cache purge || true 2024-12-17T23:28:51.9590570Z  2024-12-17T23:28:51.9590760Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-12-17T23:28:51.9591010Z  # Re-run the check 2024-12-17T23:28:51.9591170Z  RESULT=$(check_disk_space) 2024-12-17T23:28:51.9591350Z  echo "${RESULT}" 2024-12-17T23:28:51.9591500Z fi 2024-12-17T23:28:51.9591610Z  2024-12-17T23:28:51.9591750Z if [[ "${RESULT}" == *Failure* ]]; then 2024-12-17T23:28:51.9604050Z  df -h 2024-12-17T23:28:51.9604190Z  2024-12-17T23:28:51.9604630Z  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-12-17T23:28:51.9605100Z  exit 1 2024-12-17T23:28:51.9605230Z fi 2024-12-17T23:28:51.9640310Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:51.9640530Z env: 2024-12-17T23:28:51.9640670Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:28:51.9640840Z SCCACHE_USE_GHA: false 2024-12-17T23:28:51.9640990Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-12-17T23:28:51.9641150Z ##[endgroup] 2024-12-17T23:28:51.9915410Z Print the available disk space for manual inspection 2024-12-17T23:28:51.9927730Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-12-17T23:28:51.9928170Z /dev/disk5s2s1 256Gi 9.5Gi 201Gi 5% 404k 2.1G 0% / 2024-12-17T23:28:51.9928520Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-12-17T23:28:51.9928870Z /dev/disk5s5 256Gi 2.0Gi 201Gi 1% 2 2.1G 0% /System/Volumes/VM 2024-12-17T23:28:51.9929260Z /dev/disk5s3 256Gi 5.7Gi 201Gi 3% 1.0k 2.1G 0% /System/Volumes/Preboot 2024-12-17T23:28:51.9929660Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-12-17T23:28:51.9930130Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2024-12-17T23:28:51.9930530Z /dev/disk1s3 500Mi 656Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-12-17T23:28:51.9930930Z /dev/disk5s1 256Gi 37Gi 201Gi 16% 2.5M 2.1G 0% /System/Volumes/Data 2024-12-17T23:28:51.9931310Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-12-17T23:28:51.9931720Z /dev/disk3s4 228Gi 120Ki 211Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-ZgkmQz 2024-12-17T23:28:52.0332070Z Success: There is 210557920KB free space left in / for macOS, continue 2024-12-17T23:28:52.0415000Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@release/2.6 2024-12-17T23:28:52.0415270Z with: 2024-12-17T23:28:52.0415440Z submodules: recursive 2024-12-17T23:28:52.0415590Z fetch-depth: 0 2024-12-17T23:28:52.0415740Z env: 2024-12-17T23:28:52.0415900Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:28:52.0416090Z SCCACHE_USE_GHA: false 2024-12-17T23:28:52.0416240Z ##[endgroup] 2024-12-17T23:28:52.0430060Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:52.0430620Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-12-17T23:28:52.0452330Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:52.0452540Z env: 2024-12-17T23:28:52.0452680Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:28:52.0452880Z SCCACHE_USE_GHA: false 2024-12-17T23:28:52.0453070Z ##[endgroup] 2024-12-17T23:28:52.0729880Z ##[group]Run retry () { 2024-12-17T23:28:52.0730140Z retry () { 2024-12-17T23:28:52.0730370Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-12-17T23:28:52.0730640Z } 2024-12-17T23:28:52.0730780Z echo "${GITHUB_WORKSPACE}" 2024-12-17T23:28:52.0730980Z if [ -z "${NO_SUDO}" ]; then 2024-12-17T23:28:52.0731200Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:52.0731390Z else 2024-12-17T23:28:52.0731560Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-12-17T23:28:52.0731760Z fi 2024-12-17T23:28:52.0731900Z mkdir "${GITHUB_WORKSPACE}" 2024-12-17T23:28:52.0750960Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:28:52.0751200Z env: 2024-12-17T23:28:52.0751330Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:28:52.0751520Z SCCACHE_USE_GHA: false 2024-12-17T23:28:52.0751700Z NO_SUDO: 2024-12-17T23:28:52.0751830Z ##[endgroup] 2024-12-17T23:28:52.0990120Z /Users/ec2-user/runner/_work/pytorch/pytorch 2024-12-17T23:29:05.6400450Z ##[group]Run malfet/checkout@silent-checkout 2024-12-17T23:29:05.6400660Z with: 2024-12-17T23:29:05.6401060Z ref: 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:05.6401260Z fetch-depth: 0 2024-12-17T23:29:05.6401410Z submodules: recursive 2024-12-17T23:29:05.6401550Z quiet-checkout: true 2024-12-17T23:29:05.6401710Z repository: pytorch/pytorch 2024-12-17T23:29:05.6401940Z token: *** 2024-12-17T23:29:05.6402070Z ssh-strict: true 2024-12-17T23:29:05.6402220Z persist-credentials: true 2024-12-17T23:29:05.6402390Z clean: true 2024-12-17T23:29:05.6402540Z sparse-checkout-cone-mode: true 2024-12-17T23:29:05.6402720Z lfs: false 2024-12-17T23:29:05.6402870Z set-safe-directory: true 2024-12-17T23:29:05.6403020Z env: 2024-12-17T23:29:05.6403170Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:29:05.6403360Z SCCACHE_USE_GHA: false 2024-12-17T23:29:05.6403500Z ##[endgroup] 2024-12-17T23:29:05.7275600Z Syncing repository: pytorch/pytorch 2024-12-17T23:29:05.7276480Z ##[group]Getting Git version info 2024-12-17T23:29:05.7276800Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-12-17T23:29:05.7277230Z [command]/usr/bin/git version 2024-12-17T23:29:05.7425550Z git version 2.39.3 (Apple Git-146) 2024-12-17T23:29:05.7439140Z ##[endgroup] 2024-12-17T23:29:05.7447070Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/d95575e7-77ca-49b7-afa0-5f65f5eda914' before making global git config changes 2024-12-17T23:29:05.7447720Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:29:05.7449040Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-12-17T23:29:05.7512100Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-12-17T23:29:05.7520350Z ##[group]Initializing the repository 2024-12-17T23:29:05.7522180Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2024-12-17T23:29:05.7894790Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2024-12-17T23:29:05.7900680Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-12-17T23:29:05.7980640Z ##[endgroup] 2024-12-17T23:29:05.7980980Z ##[group]Disabling automatic garbage collection 2024-12-17T23:29:05.7982240Z [command]/usr/bin/git config --local gc.auto 0 2024-12-17T23:29:05.8041950Z ##[endgroup] 2024-12-17T23:29:05.8042230Z ##[group]Setting up auth 2024-12-17T23:29:05.8045110Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:29:05.8101960Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-12-17T23:29:05.8644660Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:29:05.8703240Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-12-17T23:29:05.9188440Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:29:05.9256480Z ##[endgroup] 2024-12-17T23:29:05.9256780Z ##[group]Fetching the repository 2024-12-17T23:29:05.9259850Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-12-17T23:29:08.8263640Z remote: Enumerating objects: 1056307 2024-12-17T23:29:08.8277630Z remote: Enumerating objects: 1057136, done. 2024-12-17T23:29:08.8293800Z remote: Counting objects: 0% (1/829) 2024-12-17T23:29:08.8301240Z remote: Counting objects: 1% (9/829) 2024-12-17T23:29:08.8308740Z remote: Counting objects: 2% (17/829) 2024-12-17T23:29:08.8312320Z remote: Counting objects: 3% (25/829) 2024-12-17T23:29:08.8318300Z remote: Counting objects: 4% (34/829) 2024-12-17T23:29:08.8324450Z remote: Counting objects: 5% (42/829) 2024-12-17T23:29:08.8328030Z remote: Counting objects: 6% (50/829) 2024-12-17T23:29:08.8336020Z remote: Counting objects: 7% (59/829) 2024-12-17T23:29:08.8339850Z remote: Counting objects: 8% (67/829) 2024-12-17T23:29:08.8342530Z remote: Counting objects: 9% (75/829) 2024-12-17T23:29:08.8344670Z remote: Counting objects: 10% (83/829) 2024-12-17T23:29:08.8348660Z remote: Counting objects: 11% (92/829) 2024-12-17T23:29:08.8353740Z remote: Counting objects: 12% (100/829) 2024-12-17T23:29:08.8355270Z remote: Counting objects: 13% (108/829) 2024-12-17T23:29:08.8371970Z remote: Counting objects: 14% (117/829) 2024-12-17T23:29:08.8388910Z remote: Counting objects: 15% (125/829) 2024-12-17T23:29:08.8390310Z remote: Counting objects: 16% (133/829) 2024-12-17T23:29:08.8444120Z remote: Counting objects: 17% (141/829) 2024-12-17T23:29:08.8445080Z remote: Counting objects: 18% (150/829) 2024-12-17T23:29:08.8445820Z remote: Counting objects: 19% (158/829) 2024-12-17T23:29:08.8446550Z remote: Counting objects: 20% (166/829) 2024-12-17T23:29:08.8447270Z remote: Counting objects: 21% (175/829) 2024-12-17T23:29:08.8448000Z remote: Counting objects: 22% (183/829) 2024-12-17T23:29:08.8448780Z remote: Counting objects: 23% (191/829) 2024-12-17T23:29:08.8449490Z remote: Counting objects: 24% (199/829) 2024-12-17T23:29:08.8450220Z remote: Counting objects: 25% (208/829) 2024-12-17T23:29:08.8450950Z remote: Counting objects: 26% (216/829) 2024-12-17T23:29:08.8451790Z remote: Counting objects: 27% (224/829) 2024-12-17T23:29:08.8453770Z remote: Counting objects: 28% (233/829) 2024-12-17T23:29:08.8454540Z remote: Counting objects: 29% (241/829) 2024-12-17T23:29:08.8455260Z remote: Counting objects: 30% (249/829) 2024-12-17T23:29:08.8456070Z remote: Counting objects: 31% (257/829) 2024-12-17T23:29:08.8456880Z remote: Counting objects: 32% (266/829) 2024-12-17T23:29:08.8457600Z remote: Counting objects: 33% (274/829) 2024-12-17T23:29:08.8458350Z remote: Counting objects: 34% (282/829) 2024-12-17T23:29:08.8459090Z remote: Counting objects: 35% (291/829) 2024-12-17T23:29:08.8459800Z remote: Counting objects: 36% (299/829) 2024-12-17T23:29:08.8460550Z remote: Counting objects: 37% (307/829) 2024-12-17T23:29:08.8461360Z remote: Counting objects: 38% (316/829) 2024-12-17T23:29:08.8462110Z remote: Counting objects: 39% (324/829) 2024-12-17T23:29:08.8462850Z remote: Counting objects: 40% (332/829) 2024-12-17T23:29:08.8463590Z remote: Counting objects: 41% (340/829) 2024-12-17T23:29:08.8464310Z remote: Counting objects: 42% (349/829) 2024-12-17T23:29:08.8465100Z remote: Counting objects: 43% (357/829) 2024-12-17T23:29:08.8465860Z remote: Counting objects: 44% (365/829) 2024-12-17T23:29:08.8466640Z remote: Counting objects: 45% (374/829) 2024-12-17T23:29:08.8467420Z remote: Counting objects: 46% (382/829) 2024-12-17T23:29:08.8468230Z remote: Counting objects: 47% (390/829) 2024-12-17T23:29:08.8468950Z remote: Counting objects: 48% (398/829) 2024-12-17T23:29:08.8469690Z remote: Counting objects: 49% (407/829) 2024-12-17T23:29:08.8470560Z remote: Counting objects: 50% (415/829) 2024-12-17T23:29:08.8471300Z remote: Counting objects: 51% (423/829) 2024-12-17T23:29:08.8472010Z remote: Counting objects: 52% (432/829) 2024-12-17T23:29:08.8472810Z remote: Counting objects: 53% (440/829) 2024-12-17T23:29:08.8473540Z remote: Counting objects: 54% (448/829) 2024-12-17T23:29:08.8474300Z remote: Counting objects: 55% (456/829) 2024-12-17T23:29:08.8475020Z remote: Counting objects: 56% (465/829) 2024-12-17T23:29:08.8475760Z remote: Counting objects: 57% (473/829) 2024-12-17T23:29:08.8477720Z remote: Counting objects: 58% (481/829) 2024-12-17T23:29:08.8478530Z remote: Counting objects: 59% (490/829) 2024-12-17T23:29:08.8479330Z remote: Counting objects: 60% (498/829) 2024-12-17T23:29:08.8480130Z remote: Counting objects: 61% (506/829) 2024-12-17T23:29:08.8480870Z remote: Counting objects: 62% (514/829) 2024-12-17T23:29:08.8481890Z remote: Counting objects: 63% (523/829) 2024-12-17T23:29:08.8482930Z remote: Counting objects: 64% (531/829) 2024-12-17T23:29:08.8483700Z remote: Counting objects: 65% (539/829) 2024-12-17T23:29:08.8484530Z remote: Counting objects: 66% (548/829) 2024-12-17T23:29:08.8485300Z remote: Counting objects: 67% (556/829) 2024-12-17T23:29:08.8486050Z remote: Counting objects: 68% (564/829) 2024-12-17T23:29:08.8486850Z remote: Counting objects: 69% (573/829) 2024-12-17T23:29:08.8487500Z remote: Counting objects: 70% (581/829) 2024-12-17T23:29:08.8488160Z remote: Counting objects: 71% (589/829) 2024-12-17T23:29:08.8488810Z remote: Counting objects: 72% (597/829) 2024-12-17T23:29:08.8489470Z remote: Counting objects: 73% (606/829) 2024-12-17T23:29:08.8490120Z remote: Counting objects: 74% (614/829) 2024-12-17T23:29:08.8490820Z remote: Counting objects: 75% (622/829) 2024-12-17T23:29:08.8491450Z remote: Counting objects: 76% (631/829) 2024-12-17T23:29:08.8492110Z remote: Counting objects: 77% (639/829) 2024-12-17T23:29:08.8492770Z remote: Counting objects: 78% (647/829) 2024-12-17T23:29:08.8493440Z remote: Counting objects: 79% (655/829) 2024-12-17T23:29:08.8494520Z remote: Counting objects: 80% (664/829) 2024-12-17T23:29:08.8495330Z remote: Counting objects: 81% (672/829) 2024-12-17T23:29:08.8495960Z remote: Counting objects: 82% (680/829) 2024-12-17T23:29:08.8496610Z remote: Counting objects: 83% (689/829) 2024-12-17T23:29:08.8497220Z remote: Counting objects: 84% (697/829) 2024-12-17T23:29:08.8497970Z remote: Counting objects: 85% (705/829) 2024-12-17T23:29:08.8498570Z remote: Counting objects: 86% (713/829) 2024-12-17T23:29:08.8499200Z remote: Counting objects: 87% (722/829) 2024-12-17T23:29:08.8499800Z remote: Counting objects: 88% (730/829) 2024-12-17T23:29:08.8500400Z remote: Counting objects: 89% (738/829) 2024-12-17T23:29:08.8501040Z remote: Counting objects: 90% (747/829) 2024-12-17T23:29:08.8501670Z remote: Counting objects: 91% (755/829) 2024-12-17T23:29:08.8502290Z remote: Counting objects: 92% (763/829) 2024-12-17T23:29:08.8502970Z remote: Counting objects: 93% (771/829) 2024-12-17T23:29:08.8503630Z remote: Counting objects: 94% (780/829) 2024-12-17T23:29:08.8504280Z remote: Counting objects: 95% (788/829) 2024-12-17T23:29:08.8504930Z remote: Counting objects: 96% (796/829) 2024-12-17T23:29:08.8505580Z remote: Counting objects: 97% (805/829) 2024-12-17T23:29:08.8506220Z remote: Counting objects: 98% (813/829) 2024-12-17T23:29:08.8506870Z remote: Counting objects: 99% (821/829) 2024-12-17T23:29:08.8507480Z remote: Counting objects: 100% (829/829) 2024-12-17T23:29:08.8508120Z remote: Counting objects: 100% (829/829), done. 2024-12-17T23:29:08.8508830Z remote: Compressing objects: 0% (1/326) 2024-12-17T23:29:08.8509480Z remote: Compressing objects: 1% (4/326) 2024-12-17T23:29:08.8583630Z remote: Compressing objects: 2% (7/326) 2024-12-17T23:29:08.8755800Z remote: Compressing objects: 3% (10/326) 2024-12-17T23:29:08.8811440Z remote: Compressing objects: 4% (14/326) 2024-12-17T23:29:08.8903500Z remote: Compressing objects: 5% (17/326) 2024-12-17T23:29:08.9080960Z remote: Compressing objects: 6% (20/326) 2024-12-17T23:29:08.9564470Z remote: Compressing objects: 7% (23/326) 2024-12-17T23:29:09.0126370Z remote: Compressing objects: 8% (27/326) 2024-12-17T23:29:09.0934390Z remote: Compressing objects: 9% (30/326) 2024-12-17T23:29:09.1365390Z remote: Compressing objects: 10% (33/326) 2024-12-17T23:29:09.1831440Z remote: Compressing objects: 11% (36/326) 2024-12-17T23:29:09.1937270Z remote: Compressing objects: 12% (40/326) 2024-12-17T23:29:09.2073310Z remote: Compressing objects: 13% (43/326) 2024-12-17T23:29:09.2146150Z remote: Compressing objects: 14% (46/326) 2024-12-17T23:29:09.2171580Z remote: Compressing objects: 15% (49/326) 2024-12-17T23:29:09.2172600Z remote: Compressing objects: 16% (53/326) 2024-12-17T23:29:09.2175670Z remote: Compressing objects: 17% (56/326) 2024-12-17T23:29:09.2177920Z remote: Compressing objects: 18% (59/326) 2024-12-17T23:29:09.2187110Z remote: Compressing objects: 19% (62/326) 2024-12-17T23:29:09.2188500Z remote: Compressing objects: 20% (66/326) 2024-12-17T23:29:09.2191090Z remote: Compressing objects: 21% (69/326) 2024-12-17T23:29:09.2193500Z remote: Compressing objects: 22% (72/326) 2024-12-17T23:29:09.2197230Z remote: Compressing objects: 23% (75/326) 2024-12-17T23:29:09.2200870Z remote: Compressing objects: 24% (79/326) 2024-12-17T23:29:09.2205400Z remote: Compressing objects: 25% (82/326) 2024-12-17T23:29:09.2208750Z remote: Compressing objects: 26% (85/326) 2024-12-17T23:29:09.2210170Z remote: Compressing objects: 27% (89/326) 2024-12-17T23:29:09.2213270Z remote: Compressing objects: 28% (92/326) 2024-12-17T23:29:09.2217680Z remote: Compressing objects: 29% (95/326) 2024-12-17T23:29:09.2220640Z remote: Compressing objects: 30% (98/326) 2024-12-17T23:29:09.2221610Z remote: Compressing objects: 31% (102/326) 2024-12-17T23:29:09.2225480Z remote: Compressing objects: 32% (105/326) 2024-12-17T23:29:09.2236120Z remote: Compressing objects: 33% (108/326) 2024-12-17T23:29:09.2237500Z remote: Compressing objects: 34% (111/326) 2024-12-17T23:29:09.2248030Z remote: Compressing objects: 35% (115/326) 2024-12-17T23:29:09.2249660Z remote: Compressing objects: 36% (118/326) 2024-12-17T23:29:09.2254370Z remote: Compressing objects: 37% (121/326) 2024-12-17T23:29:09.2257360Z remote: Compressing objects: 38% (124/326) 2024-12-17T23:29:09.2260350Z remote: Compressing objects: 39% (128/326) 2024-12-17T23:29:09.2261460Z remote: Compressing objects: 40% (131/326) 2024-12-17T23:29:09.2267610Z remote: Compressing objects: 41% (134/326) 2024-12-17T23:29:09.2273730Z remote: Compressing objects: 42% (137/326) 2024-12-17T23:29:09.2274540Z remote: Compressing objects: 43% (141/326) 2024-12-17T23:29:09.2277880Z remote: Compressing objects: 44% (144/326) 2024-12-17T23:29:09.2284740Z remote: Compressing objects: 45% (147/326) 2024-12-17T23:29:09.2286010Z remote: Compressing objects: 46% (150/326) 2024-12-17T23:29:09.2289520Z remote: Compressing objects: 47% (154/326) 2024-12-17T23:29:09.2291060Z remote: Compressing objects: 48% (157/326) 2024-12-17T23:29:09.2295330Z remote: Compressing objects: 49% (160/326) 2024-12-17T23:29:09.2297160Z remote: Compressing objects: 50% (163/326) 2024-12-17T23:29:09.2299050Z remote: Compressing objects: 51% (167/326) 2024-12-17T23:29:09.2301810Z remote: Compressing objects: 52% (170/326) 2024-12-17T23:29:09.2303090Z remote: Compressing objects: 53% (173/326) 2024-12-17T23:29:09.2305040Z remote: Compressing objects: 54% (177/326) 2024-12-17T23:29:09.2308420Z remote: Compressing objects: 55% (180/326) 2024-12-17T23:29:09.2311020Z remote: Compressing objects: 56% (183/326) 2024-12-17T23:29:09.2314750Z remote: Compressing objects: 57% (186/326) 2024-12-17T23:29:09.2317240Z remote: Compressing objects: 58% (190/326) 2024-12-17T23:29:09.2320630Z remote: Compressing objects: 59% (193/326) 2024-12-17T23:29:09.2321730Z remote: Compressing objects: 60% (196/326) 2024-12-17T23:29:09.2323900Z remote: Compressing objects: 61% (199/326) 2024-12-17T23:29:09.2328230Z remote: Compressing objects: 62% (203/326) 2024-12-17T23:29:09.2334000Z remote: Compressing objects: 63% (206/326) 2024-12-17T23:29:09.2335910Z remote: Compressing objects: 64% (209/326) 2024-12-17T23:29:09.2338690Z remote: Compressing objects: 65% (212/326) 2024-12-17T23:29:09.2341310Z remote: Compressing objects: 66% (216/326) 2024-12-17T23:29:09.2342450Z remote: Compressing objects: 67% (219/326) 2024-12-17T23:29:09.2344760Z remote: Compressing objects: 68% (222/326) 2024-12-17T23:29:09.2350390Z remote: Compressing objects: 69% (225/326) 2024-12-17T23:29:09.2352150Z remote: Compressing objects: 70% (229/326) 2024-12-17T23:29:09.2353690Z remote: Compressing objects: 71% (232/326) 2024-12-17T23:29:09.2355170Z remote: Compressing objects: 72% (235/326) 2024-12-17T23:29:09.2357420Z remote: Compressing objects: 73% (238/326) 2024-12-17T23:29:09.2358620Z remote: Compressing objects: 74% (242/326) 2024-12-17T23:29:09.2360280Z remote: Compressing objects: 75% (245/326) 2024-12-17T23:29:09.2361020Z remote: Compressing objects: 76% (248/326) 2024-12-17T23:29:09.2362630Z remote: Compressing objects: 77% (252/326) 2024-12-17T23:29:09.2363170Z remote: Compressing objects: 78% (255/326) 2024-12-17T23:29:09.2366160Z remote: Compressing objects: 79% (258/326) 2024-12-17T23:29:09.2369590Z remote: Compressing objects: 80% (261/326) 2024-12-17T23:29:09.2372520Z remote: Compressing objects: 81% (265/326) 2024-12-17T23:29:09.2374060Z remote: Compressing objects: 82% (268/326) 2024-12-17T23:29:09.2375400Z remote: Compressing objects: 83% (271/326) 2024-12-17T23:29:09.2378810Z remote: Compressing objects: 84% (274/326) 2024-12-17T23:29:09.2380780Z remote: Compressing objects: 85% (278/326) 2024-12-17T23:29:09.2382230Z remote: Compressing objects: 86% (281/326) 2024-12-17T23:29:09.2384020Z remote: Compressing objects: 87% (284/326) 2024-12-17T23:29:09.2385660Z remote: Compressing objects: 88% (287/326) 2024-12-17T23:29:09.2387550Z remote: Compressing objects: 89% (291/326) 2024-12-17T23:29:09.2388780Z remote: Compressing objects: 90% (294/326) 2024-12-17T23:29:09.2389900Z remote: Compressing objects: 91% (297/326) 2024-12-17T23:29:09.2391930Z remote: Compressing objects: 92% (300/326) 2024-12-17T23:29:09.2392900Z remote: Compressing objects: 93% (304/326) 2024-12-17T23:29:09.2393560Z remote: Compressing objects: 94% (307/326) 2024-12-17T23:29:09.2395110Z remote: Compressing objects: 95% (310/326) 2024-12-17T23:29:09.2396760Z remote: Compressing objects: 96% (313/326) 2024-12-17T23:29:09.2397840Z remote: Compressing objects: 97% (317/326) 2024-12-17T23:29:09.2398390Z remote: Compressing objects: 98% (320/326) 2024-12-17T23:29:09.2399120Z remote: Compressing objects: 99% (323/326) 2024-12-17T23:29:09.2399830Z remote: Compressing objects: 100% (326/326) 2024-12-17T23:29:09.2400440Z remote: Compressing objects: 100% (326/326), done. 2024-12-17T23:29:22.6339130Z remote: Total 1057136 (delta 665), reused 517 (delta 503), pack-reused 1056307 (from 2) 2024-12-17T23:29:39.1168430Z [command]/usr/bin/git rev-parse --verify --quiet 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7^{object} 2024-12-17T23:29:39.1398060Z 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:39.1401200Z ##[endgroup] 2024-12-17T23:29:39.1401440Z ##[group]Determining the checkout info 2024-12-17T23:29:39.1403740Z ##[endgroup] 2024-12-17T23:29:39.1404330Z ##[group]Checking out the ref 2024-12-17T23:29:39.1404630Z [command]/usr/bin/git checkout --quiet --force 0cdf8b1d09254cfda66191d1bd01e3041c3c76f7 2024-12-17T23:29:40.8557230Z ##[endgroup] 2024-12-17T23:29:40.8557540Z ##[group]Setting up auth for fetching submodules 2024-12-17T23:29:40.8559290Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-12-17T23:29:40.8633940Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-12-17T23:29:40.8689820Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-12-17T23:29:40.8748480Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-12-17T23:29:40.8807430Z ##[endgroup] 2024-12-17T23:29:40.8807680Z ##[group]Fetching submodules 2024-12-17T23:29:40.8809230Z [command]/usr/bin/git submodule sync --recursive 2024-12-17T23:29:40.9298460Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-12-17T23:29:40.9799160Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-12-17T23:29:40.9818310Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-12-17T23:29:40.9838910Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-12-17T23:29:40.9859640Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-12-17T23:29:40.9882970Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-12-17T23:29:40.9906190Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-12-17T23:29:40.9926350Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-12-17T23:29:40.9946570Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-12-17T23:29:40.9967180Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-12-17T23:29:40.9987100Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-12-17T23:29:41.0007610Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-12-17T23:29:41.0027860Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-12-17T23:29:41.0047970Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-12-17T23:29:41.0070110Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-12-17T23:29:41.0091230Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-12-17T23:29:41.0111480Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-12-17T23:29:41.0132480Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-12-17T23:29:41.0154340Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:29:41.0175400Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-12-17T23:29:41.0196240Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-12-17T23:29:41.0218250Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-12-17T23:29:41.0241030Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-12-17T23:29:41.0262330Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-12-17T23:29:41.0281620Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-12-17T23:29:41.0302760Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-12-17T23:29:41.0323880Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-12-17T23:29:41.0344340Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-12-17T23:29:41.0366680Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-12-17T23:29:41.0387320Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-12-17T23:29:41.0408340Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-12-17T23:29:41.0430590Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-12-17T23:29:41.0451930Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-12-17T23:29:41.0473160Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-12-17T23:29:41.0495360Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-12-17T23:29:41.0517590Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-12-17T23:29:41.0538780Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-12-17T23:29:41.0608210Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-12-17T23:29:41.3889220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2024-12-17T23:29:41.6896550Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-12-17T23:29:41.9556370Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-12-17T23:29:42.2442850Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-12-17T23:29:42.5516420Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-12-17T23:29:43.9036220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-12-17T23:29:50.4752930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-12-17T23:29:50.9139680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-12-17T23:29:52.6233990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-12-17T23:29:53.0604600Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-12-17T23:29:53.6103280Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-12-17T23:29:54.4117680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-12-17T23:29:55.8273730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2024-12-17T23:29:59.2680200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-12-17T23:30:00.4244610Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-12-17T23:30:01.2827380Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2024-12-17T23:30:03.8700300Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-12-17T23:30:04.2802180Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2024-12-17T23:30:04.7258850Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2024-12-17T23:30:05.4682560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2024-12-17T23:30:05.8716820Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-12-17T23:30:06.1645110Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2024-12-17T23:30:07.1406970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-12-17T23:30:07.9308190Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-12-17T23:30:08.2712040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-12-17T23:30:12.3297230Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2024-12-17T23:30:13.6801310Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-12-17T23:30:15.9285730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-12-17T23:30:16.1868820Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-12-17T23:30:21.3909120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2024-12-17T23:30:21.6003580Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-12-17T23:30:21.8402140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-12-17T23:30:22.7688320Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-12-17T23:30:23.0521710Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2024-12-17T23:30:23.6233900Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-12-17T23:30:24.0542090Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-12-17T23:30:24.0738930Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-12-17T23:30:24.0912120Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-12-17T23:30:24.1265520Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-12-17T23:30:24.1740630Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-12-17T23:30:24.2149100Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-12-17T23:30:25.8912970Z Submodule path 'third_party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2024-12-17T23:30:25.9247180Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-12-17T23:30:26.7911340Z Submodule path 'third_party/composable_kernel': checked out '50ee4267e27b875d149e642f4cebd47be1dc3b57' 2024-12-17T23:30:26.8315230Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-12-17T23:30:26.9122520Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-12-17T23:30:26.9504500Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-12-17T23:30:28.0586470Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-12-17T23:30:28.3371420Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-12-17T23:30:28.4287220Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-12-17T23:30:28.4333430Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:30:28.4353190Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:30:28.4372930Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:30:28.4392690Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:30:28.4413150Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:30:28.4478410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-12-17T23:30:29.0654960Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-12-17T23:30:29.6363290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-12-17T23:30:31.0156750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-12-17T23:30:31.7415930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-12-17T23:30:32.1040550Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-12-17T23:30:32.2153280Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-12-17T23:30:32.7847210Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-12-17T23:30:32.8435650Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-12-17T23:30:32.8624000Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-12-17T23:30:33.0113300Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-12-17T23:30:33.0477110Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-12-17T23:30:33.0832400Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-12-17T23:30:33.1207960Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-12-17T23:30:33.1633030Z Submodule path 'third_party/googletest': checked out 'b514bdc898e2951020cbdca1304b75f5950d1f59' 2024-12-17T23:30:33.1845450Z Submodule path 'third_party/ideep': checked out 'c7ccd5bdbe5434ba156f4e856dcef0601637334b' 2024-12-17T23:30:33.1882480Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-12-17T23:30:33.1940620Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-12-17T23:30:43.0853850Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-12-17T23:30:43.1147150Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-12-17T23:30:43.1882160Z Submodule path 'third_party/kineto': checked out '338140f58a28d599da3434ced4fd2d75dd1a213d' 2024-12-17T23:30:43.1926990Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:30:43.1948730Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:30:43.1970040Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:30:43.2037170Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-12-17T23:30:43.8741290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-12-17T23:30:44.6854700Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-12-17T23:30:45.4668240Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-12-17T23:30:45.4709450Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:30:45.4720930Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:30:45.4731780Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:30:45.4742450Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:30:45.4751180Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:30:45.4761640Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:30:45.4772280Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:30:45.4783800Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:30:45.4845000Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-12-17T23:30:46.1396980Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-12-17T23:30:46.5388090Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-12-17T23:30:47.3543020Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-12-17T23:30:47.6316090Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-12-17T23:30:48.0377810Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-12-17T23:30:48.7525770Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-12-17T23:30:52.6878540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-12-17T23:30:53.0720620Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-12-17T23:30:53.1003720Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-12-17T23:30:53.1372750Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-12-17T23:30:53.1586450Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-12-17T23:30:53.1627640Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:30:53.1689790Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-12-17T23:30:53.4529270Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-12-17T23:30:53.4777040Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-12-17T23:30:53.5206270Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-12-17T23:30:53.6304870Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-12-17T23:30:53.6569300Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-12-17T23:30:53.6916790Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-12-17T23:30:53.7468550Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-12-17T23:30:53.7898720Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-12-17T23:30:53.8237400Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-12-17T23:30:53.9472450Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-12-17T23:30:55.7771480Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-12-17T23:30:55.7857420Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-12-17T23:30:55.7929440Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-12-17T23:30:56.6546060Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-12-17T23:30:56.7468710Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-12-17T23:30:56.7512870Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:30:56.7533420Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:30:56.7555860Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:30:56.7577350Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:30:56.7597940Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:30:56.7617010Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:30:56.7637630Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:30:56.7658480Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:30:56.7725920Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-12-17T23:30:57.1755330Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-12-17T23:30:57.8787310Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-12-17T23:30:58.1608710Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-12-17T23:31:02.0879790Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-12-17T23:31:02.3929650Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-12-17T23:31:02.6453690Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-12-17T23:31:02.9928980Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-12-17T23:31:07.3525270Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-12-17T23:31:07.3928590Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-12-17T23:31:07.4152820Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-12-17T23:31:07.5326240Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-12-17T23:31:07.5566170Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-12-17T23:31:07.5797230Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-12-17T23:31:07.6057800Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-12-17T23:31:07.6098180Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:07.6117880Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:07.6181440Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-12-17T23:31:08.8103970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-12-17T23:31:09.7388540Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-12-17T23:31:09.7832310Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-12-17T23:31:12.4397580Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-12-17T23:31:12.4701940Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-12-17T23:31:13.1852440Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-12-17T23:31:13.1902180Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:13.1922140Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:13.1988930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-12-17T23:31:13.5984790Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-12-17T23:31:14.3577200Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-12-17T23:31:14.4246050Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-12-17T23:31:14.4422950Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-12-17T23:31:14.4615810Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-12-17T23:31:14.5025610Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-12-17T23:31:14.5358860Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-12-17T23:31:14.5763870Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-12-17T23:31:14.6137740Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-12-17T23:31:14.6181410Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:14.6201280Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:14.6221800Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:14.6242540Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:14.6306990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-12-17T23:31:15.3662280Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-12-17T23:31:15.6958540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-12-17T23:31:17.8970250Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-12-17T23:31:18.8154790Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-12-17T23:31:18.8400460Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-12-17T23:31:18.9011230Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-12-17T23:31:18.9359070Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-12-17T23:31:18.9403060Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:18.9467980Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-12-17T23:31:19.1988350Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-12-17T23:31:19.2048260Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-12-17T23:31:19.2569180Z Entering 'android/libs/fbjni' 2024-12-17T23:31:19.2654780Z Entering 'third_party/FP16' 2024-12-17T23:31:19.2738760Z Entering 'third_party/FXdiv' 2024-12-17T23:31:19.2822700Z Entering 'third_party/NNPACK' 2024-12-17T23:31:19.2904540Z Entering 'third_party/NVTX' 2024-12-17T23:31:19.2987790Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:19.3069320Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:19.3162380Z Entering 'third_party/benchmark' 2024-12-17T23:31:19.3247240Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:19.3331330Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:19.3413860Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:19.3495580Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:19.3576890Z Entering 'third_party/cutlass' 2024-12-17T23:31:19.3660900Z Entering 'third_party/eigen' 2024-12-17T23:31:19.3744390Z Entering 'third_party/fbgemm' 2024-12-17T23:31:19.3824140Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:19.3903470Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:19.3988020Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:19.4073440Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:19.4156240Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:19.4240550Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:19.4324530Z Entering 'third_party/fmt' 2024-12-17T23:31:19.4406980Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:19.4488700Z Entering 'third_party/gloo' 2024-12-17T23:31:19.4570380Z Entering 'third_party/googletest' 2024-12-17T23:31:19.4651040Z Entering 'third_party/ideep' 2024-12-17T23:31:19.4729310Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:19.4813600Z Entering 'third_party/ittapi' 2024-12-17T23:31:19.4895910Z Entering 'third_party/kineto' 2024-12-17T23:31:19.4980920Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:19.5060210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:19.5143250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:19.5225260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:19.5308180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:19.5390600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:19.5473580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:19.5555780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:19.5636920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:19.5716620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:19.5798710Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:19.5879090Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:19.5961650Z Entering 'third_party/mimalloc' 2024-12-17T23:31:19.6042830Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:19.6125270Z Entering 'third_party/nlohmann' 2024-12-17T23:31:19.6207960Z Entering 'third_party/onnx' 2024-12-17T23:31:19.6292390Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:19.6376020Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:19.6457340Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:19.6538010Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:19.6618310Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:19.6698610Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:19.6779850Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:19.6861060Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:19.6941720Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:19.7020200Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:19.7101660Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:19.7186590Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:19.7276690Z Entering 'third_party/pocketfft' 2024-12-17T23:31:19.7359860Z Entering 'third_party/protobuf' 2024-12-17T23:31:19.7439820Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:19.7523220Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:19.7606320Z Entering 'third_party/psimd' 2024-12-17T23:31:19.7687640Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:19.7768680Z Entering 'third_party/pybind11' 2024-12-17T23:31:19.7849770Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:19.7929420Z Entering 'third_party/sleef' 2024-12-17T23:31:19.8009620Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:19.8088960Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:19.8170130Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:19.8249970Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:19.8329590Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:19.8408450Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:19.8499050Z ##[endgroup] 2024-12-17T23:31:19.8499510Z ##[group]Persisting credentials for submodules 2024-12-17T23:31:19.8502270Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-12-17T23:31:19.8990100Z Entering 'android/libs/fbjni' 2024-12-17T23:31:19.9092340Z Entering 'third_party/FP16' 2024-12-17T23:31:19.9191490Z Entering 'third_party/FXdiv' 2024-12-17T23:31:19.9289020Z Entering 'third_party/NNPACK' 2024-12-17T23:31:19.9387110Z Entering 'third_party/NVTX' 2024-12-17T23:31:19.9486340Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:19.9584880Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:19.9688640Z Entering 'third_party/benchmark' 2024-12-17T23:31:19.9789710Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:19.9890780Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:19.9989700Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:20.0088750Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:20.0188720Z Entering 'third_party/cutlass' 2024-12-17T23:31:20.0290520Z Entering 'third_party/eigen' 2024-12-17T23:31:20.0391130Z Entering 'third_party/fbgemm' 2024-12-17T23:31:20.0489880Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:20.0589380Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:20.0687530Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:20.0788830Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:20.0888110Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:20.0987650Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:20.1087510Z Entering 'third_party/fmt' 2024-12-17T23:31:20.1185000Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:20.1283660Z Entering 'third_party/gloo' 2024-12-17T23:31:20.1382300Z Entering 'third_party/googletest' 2024-12-17T23:31:20.1480370Z Entering 'third_party/ideep' 2024-12-17T23:31:20.1576370Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:20.1676660Z Entering 'third_party/ittapi' 2024-12-17T23:31:20.1775350Z Entering 'third_party/kineto' 2024-12-17T23:31:20.1872220Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:20.1969220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:20.2068960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:20.2168830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:20.2267080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:20.2362720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:20.2462300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:20.2559850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:20.2657360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:20.2755270Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:20.2856640Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:20.2955460Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:20.3054970Z Entering 'third_party/mimalloc' 2024-12-17T23:31:20.3154390Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:20.3251850Z Entering 'third_party/nlohmann' 2024-12-17T23:31:20.3349520Z Entering 'third_party/onnx' 2024-12-17T23:31:20.3451010Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:20.3553470Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:20.3653150Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:20.3750810Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:20.3848050Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:20.3944900Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:20.4043390Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:20.4140160Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:20.4238010Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:20.4333550Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:20.4431970Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:20.4532770Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:20.4642390Z Entering 'third_party/pocketfft' 2024-12-17T23:31:20.4743850Z Entering 'third_party/protobuf' 2024-12-17T23:31:20.4844850Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:20.4943430Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:20.5044250Z Entering 'third_party/psimd' 2024-12-17T23:31:20.5143580Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:20.5241910Z Entering 'third_party/pybind11' 2024-12-17T23:31:20.5340500Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:20.5438650Z Entering 'third_party/sleef' 2024-12-17T23:31:20.5537690Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:20.5634150Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:20.5732240Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:20.5828960Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:20.5925710Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:20.6021720Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:20.6133140Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-12-17T23:31:20.6620470Z Entering 'android/libs/fbjni' 2024-12-17T23:31:20.6721840Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-12-17T23:31:20.6756200Z Entering 'third_party/FP16' 2024-12-17T23:31:20.6852740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-12-17T23:31:20.6887000Z Entering 'third_party/FXdiv' 2024-12-17T23:31:20.6981930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-12-17T23:31:20.7015910Z Entering 'third_party/NNPACK' 2024-12-17T23:31:20.7110860Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-12-17T23:31:20.7144760Z Entering 'third_party/NVTX' 2024-12-17T23:31:20.7240560Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-12-17T23:31:20.7274430Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:20.7368870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-12-17T23:31:20.7402300Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:20.7496950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-12-17T23:31:20.7535760Z Entering 'third_party/benchmark' 2024-12-17T23:31:20.7631840Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:31:20.7665540Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:20.7760850Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-12-17T23:31:20.7796510Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:20.7892620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-12-17T23:31:20.7926310Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:20.8021170Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-12-17T23:31:20.8055390Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:20.8150220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-12-17T23:31:20.8184000Z Entering 'third_party/cutlass' 2024-12-17T23:31:20.8278730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-12-17T23:31:20.8314410Z Entering 'third_party/eigen' 2024-12-17T23:31:20.8410820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-12-17T23:31:20.8444900Z Entering 'third_party/fbgemm' 2024-12-17T23:31:20.8540620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-12-17T23:31:20.8572990Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:20.8668800Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-12-17T23:31:20.8702490Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:20.8797020Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-12-17T23:31:20.8829950Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:20.8924520Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-12-17T23:31:20.8959930Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:20.9055970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:20.9089150Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:20.9184410Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-12-17T23:31:20.9219530Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:20.9315080Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-12-17T23:31:20.9349970Z Entering 'third_party/fmt' 2024-12-17T23:31:20.9447290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-12-17T23:31:20.9481680Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:20.9578580Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-12-17T23:31:20.9612980Z Entering 'third_party/gloo' 2024-12-17T23:31:20.9708730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-12-17T23:31:20.9742680Z Entering 'third_party/googletest' 2024-12-17T23:31:20.9837210Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:20.9871340Z Entering 'third_party/ideep' 2024-12-17T23:31:20.9965930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-12-17T23:31:20.9998680Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:21.0094120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-12-17T23:31:21.0131180Z Entering 'third_party/ittapi' 2024-12-17T23:31:21.0228060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-12-17T23:31:21.0261340Z Entering 'third_party/kineto' 2024-12-17T23:31:21.0356480Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-12-17T23:31:21.0389400Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:21.0484080Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-12-17T23:31:21.0515970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:21.0612330Z 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-12-17T23:31:21.0647450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:21.0746390Z 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-12-17T23:31:21.0780720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:21.0876860Z 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-12-17T23:31:21.0911020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:21.1006670Z 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-12-17T23:31:21.1038640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:21.1134570Z 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-12-17T23:31:21.1169800Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:21.1266350Z 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-12-17T23:31:21.1300520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:21.1398270Z 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-12-17T23:31:21.1432580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:21.1531020Z 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-12-17T23:31:21.1565920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:21.1663730Z 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-12-17T23:31:21.1699800Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:21.1795640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-12-17T23:31:21.1828580Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:21.1922700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-12-17T23:31:21.1958190Z Entering 'third_party/mimalloc' 2024-12-17T23:31:21.2054600Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-12-17T23:31:21.2088290Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:21.2184080Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-12-17T23:31:21.2218650Z Entering 'third_party/nlohmann' 2024-12-17T23:31:21.2315160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-12-17T23:31:21.2349840Z Entering 'third_party/onnx' 2024-12-17T23:31:21.2447350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-12-17T23:31:21.2485730Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:21.2584250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:31:21.2620220Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:21.2717640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-12-17T23:31:21.2751490Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:21.2847430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:31:21.2881210Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:21.2976920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:21.3010270Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:21.3105650Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-12-17T23:31:21.3139880Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:21.3237760Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-12-17T23:31:21.3272470Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:21.3370520Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-12-17T23:31:21.3404890Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:21.3501320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-12-17T23:31:21.3536170Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:21.3634230Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-12-17T23:31:21.3668580Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:21.3767450Z 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-12-17T23:31:21.3802170Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:21.3899340Z 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-12-17T23:31:21.3935690Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:21.4030720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-12-17T23:31:21.4073150Z Entering 'third_party/pocketfft' 2024-12-17T23:31:21.4169510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-12-17T23:31:21.4203020Z Entering 'third_party/protobuf' 2024-12-17T23:31:21.4295480Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-12-17T23:31:21.4329820Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:21.4425870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-12-17T23:31:21.4459970Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:21.4558110Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:21.4594780Z Entering 'third_party/psimd' 2024-12-17T23:31:21.4691940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-12-17T23:31:21.4726610Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:21.4823220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-12-17T23:31:21.4857690Z Entering 'third_party/pybind11' 2024-12-17T23:31:21.4955180Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:31:21.4989240Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:21.5086000Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-12-17T23:31:21.5120890Z Entering 'third_party/sleef' 2024-12-17T23:31:21.5217380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-12-17T23:31:21.5251890Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:21.5347130Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-12-17T23:31:21.5379750Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:21.5474780Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-12-17T23:31:21.5508450Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:21.5605670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-12-17T23:31:21.5639900Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:21.5737040Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-12-17T23:31:21.5771720Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:21.5870310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-12-17T23:31:21.5903210Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:21.6000650Z 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-12-17T23:31:21.6179220Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-12-17T23:31:21.6674790Z Entering 'android/libs/fbjni' 2024-12-17T23:31:21.6759720Z Entering 'third_party/FP16' 2024-12-17T23:31:21.6841970Z Entering 'third_party/FXdiv' 2024-12-17T23:31:21.6922400Z Entering 'third_party/NNPACK' 2024-12-17T23:31:21.7003110Z Entering 'third_party/NVTX' 2024-12-17T23:31:21.7083900Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:21.7282340Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:21.7373660Z Entering 'third_party/benchmark' 2024-12-17T23:31:21.7464790Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:21.7793710Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:21.7878860Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:21.7959250Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:21.8038590Z Entering 'third_party/cutlass' 2024-12-17T23:31:21.8120510Z Entering 'third_party/eigen' 2024-12-17T23:31:21.8209730Z Entering 'third_party/fbgemm' 2024-12-17T23:31:21.8288000Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:21.8372890Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:21.8452980Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:21.8533380Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:21.8612530Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:21.8692600Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:21.8775020Z Entering 'third_party/fmt' 2024-12-17T23:31:21.8854090Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:21.8932450Z Entering 'third_party/gloo' 2024-12-17T23:31:21.9013700Z Entering 'third_party/googletest' 2024-12-17T23:31:21.9095810Z Entering 'third_party/ideep' 2024-12-17T23:31:21.9176030Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:21.9261140Z Entering 'third_party/ittapi' 2024-12-17T23:31:21.9344790Z Entering 'third_party/kineto' 2024-12-17T23:31:21.9425810Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:21.9510990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:21.9592030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:21.9672840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:21.9752090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:21.9828570Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:21.9908650Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:21.9986830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:22.0065820Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:22.0146200Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:22.0227510Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:22.0312820Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:22.0393610Z Entering 'third_party/mimalloc' 2024-12-17T23:31:22.0473750Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:22.0555440Z Entering 'third_party/nlohmann' 2024-12-17T23:31:22.0638840Z Entering 'third_party/onnx' 2024-12-17T23:31:22.0725360Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:22.0810230Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:22.0890710Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:22.0970040Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:22.1049320Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:22.1127390Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:22.1205990Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:22.1286450Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:22.1367800Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:22.1449100Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:22.1529900Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:22.1612600Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:22.1703890Z Entering 'third_party/pocketfft' 2024-12-17T23:31:22.1787800Z Entering 'third_party/protobuf' 2024-12-17T23:31:22.1870470Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:22.1952560Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:22.2043440Z Entering 'third_party/psimd' 2024-12-17T23:31:22.2127290Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:22.2209700Z Entering 'third_party/pybind11' 2024-12-17T23:31:22.2304820Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:22.2387590Z Entering 'third_party/sleef' 2024-12-17T23:31:22.2471170Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:22.2552440Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:22.2635530Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:22.2718300Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:22.2800380Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:22.2880040Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:22.2971770Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-12-17T23:31:22.3456030Z Entering 'android/libs/fbjni' 2024-12-17T23:31:22.3539570Z Entering 'third_party/FP16' 2024-12-17T23:31:22.3620810Z Entering 'third_party/FXdiv' 2024-12-17T23:31:22.3703910Z Entering 'third_party/NNPACK' 2024-12-17T23:31:22.3784630Z Entering 'third_party/NVTX' 2024-12-17T23:31:22.3863650Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:31:22.3944440Z Entering 'third_party/XNNPACK' 2024-12-17T23:31:22.4029940Z Entering 'third_party/benchmark' 2024-12-17T23:31:22.4114020Z Entering 'third_party/composable_kernel' 2024-12-17T23:31:22.4197200Z Entering 'third_party/cpp-httplib' 2024-12-17T23:31:22.4290740Z Entering 'third_party/cpuinfo' 2024-12-17T23:31:22.4370660Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:31:22.4452890Z Entering 'third_party/cutlass' 2024-12-17T23:31:22.4539850Z Entering 'third_party/eigen' 2024-12-17T23:31:22.4624200Z Entering 'third_party/fbgemm' 2024-12-17T23:31:22.4704950Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:31:22.4786410Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:31:22.4866840Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:31:22.4950100Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:31:22.5029680Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:31:22.5111410Z Entering 'third_party/flatbuffers' 2024-12-17T23:31:22.5192740Z Entering 'third_party/fmt' 2024-12-17T23:31:22.5272350Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:31:22.5350810Z Entering 'third_party/gloo' 2024-12-17T23:31:22.5429160Z Entering 'third_party/googletest' 2024-12-17T23:31:22.5508660Z Entering 'third_party/ideep' 2024-12-17T23:31:22.5585310Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:31:22.5667810Z Entering 'third_party/ittapi' 2024-12-17T23:31:22.5747630Z Entering 'third_party/kineto' 2024-12-17T23:31:22.5825120Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:31:22.5902510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:31:22.5982060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:31:22.6061520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:31:22.6140720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:31:22.6218000Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:31:22.6298710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:31:22.6378350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:31:22.6457610Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:31:22.6536970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:31:22.6617640Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:31:22.6695880Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:31:22.6776980Z Entering 'third_party/mimalloc' 2024-12-17T23:31:22.6856440Z Entering 'third_party/nccl/nccl' 2024-12-17T23:31:22.6936770Z Entering 'third_party/nlohmann' 2024-12-17T23:31:22.7016520Z Entering 'third_party/onnx' 2024-12-17T23:31:22.7100230Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:31:22.7183710Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:31:22.7263290Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:31:22.7342400Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:31:22.7421320Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:31:22.7500030Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:31:22.7579540Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:31:22.7657300Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:31:22.7736400Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:31:22.7815150Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:31:22.7894930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:31:22.7977100Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:31:22.8065810Z Entering 'third_party/pocketfft' 2024-12-17T23:31:22.8147250Z Entering 'third_party/protobuf' 2024-12-17T23:31:22.8226060Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:31:22.8303890Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:31:22.8384200Z Entering 'third_party/psimd' 2024-12-17T23:31:22.8469040Z Entering 'third_party/pthreadpool' 2024-12-17T23:31:22.8550750Z Entering 'third_party/pybind11' 2024-12-17T23:31:22.8631780Z Entering 'third_party/python-peachpy' 2024-12-17T23:31:22.8713170Z Entering 'third_party/sleef' 2024-12-17T23:31:22.8793470Z Entering 'third_party/tensorpipe' 2024-12-17T23:31:22.8871590Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:31:22.8949980Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:31:22.9028540Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:31:22.9106980Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:31:22.9183260Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:31:22.9274800Z ##[endgroup] 2024-12-17T23:31:22.9510730Z [command]/usr/bin/git log -1 --format='%H' 2024-12-17T23:31:22.9767910Z '0cdf8b1d09254cfda66191d1bd01e3041c3c76f7' 2024-12-17T23:31:22.9825060Z ##[group]Run if [ -n "${XCODE_VERSION}" ]; then 2024-12-17T23:31:22.9825290Z if [ -n "${XCODE_VERSION}" ]; then 2024-12-17T23:31:22.9825620Z  echo "DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer" >> "${GITHUB_ENV}" 2024-12-17T23:31:22.9825930Z fi 2024-12-17T23:31:22.9853950Z shell: /bin/bash -e {0} 2024-12-17T23:31:22.9854090Z env: 2024-12-17T23:31:22.9854210Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:22.9854380Z SCCACHE_USE_GHA: false 2024-12-17T23:31:22.9854510Z XCODE_VERSION: 2024-12-17T23:31:22.9854630Z ##[endgroup] 2024-12-17T23:31:23.0208800Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@release/2.6 2024-12-17T23:31:23.0209120Z with: 2024-12-17T23:31:23.0209260Z python-version: 3.9.12 2024-12-17T23:31:23.0209470Z environment-file: .github/requirements/conda-env-macOS-ARM64 2024-12-17T23:31:23.0209800Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2024-12-17T23:31:23.0210190Z miniconda-version: 24.7.1-0 2024-12-17T23:31:23.0210460Z default-packages: cmake=3.22 ninja=1.10 pkg-config=0.29 wheel=0.37 2024-12-17T23:31:23.0210700Z env: 2024-12-17T23:31:23.0210840Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:23.0211020Z SCCACHE_USE_GHA: false 2024-12-17T23:31:23.0211170Z ##[endgroup] 2024-12-17T23:31:23.0225140Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-12-17T23:31:23.0225480Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-12-17T23:31:23.0225970Z echo "default_packages_checksum=$(echo -n cmake=3.22 ninja=1.10 pkg-config=0.29 wheel=0.37 | md5sum | awk '{print $1}' )" >> "${GITHUB_OUTPUT}" 2024-12-17T23:31:23.0241000Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:31:23.0241270Z env: 2024-12-17T23:31:23.0241420Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:23.0241640Z SCCACHE_USE_GHA: false 2024-12-17T23:31:23.0241800Z ##[endgroup] 2024-12-17T23:31:23.0574320Z /Users/ec2-user/runner/_work/_temp/9cb5a049-644d-4f7d-a8a7-ec3d94af0371.sh: line 2: md5sum: command not found 2024-12-17T23:31:23.0611890Z ##[group]Run actions/cache@v3 2024-12-17T23:31:23.0612050Z with: 2024-12-17T23:31:23.0612220Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2024-12-17T23:31:23.0612520Z key: miniconda-24.7.1-0-macOS-ARM64-3.9.12--20241217d 2024-12-17T23:31:23.0612750Z enableCrossOsArchive: false 2024-12-17T23:31:23.0612950Z fail-on-cache-miss: false 2024-12-17T23:31:23.0613110Z lookup-only: false 2024-12-17T23:31:23.0613240Z env: 2024-12-17T23:31:23.0613420Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:23.0613610Z SCCACHE_USE_GHA: false 2024-12-17T23:31:23.0613750Z ##[endgroup] 2024-12-17T23:31:24.4288910Z Received 320446729 of 320446729 (100.0%), 305.0 MBs/sec 2024-12-17T23:31:25.0264820Z Cache Size: ~306 MB (320446729 B) 2024-12-17T23:31:25.0297110Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/bd97ea0c-6935-46ce-87c5-d1d267ed2e46/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-12-17T23:31:31.6967140Z Cache restored successfully 2024-12-17T23:31:31.7315930Z Cache restored from key: miniconda-24.7.1-0-macOS-ARM64-3.9.12--20241217d 2024-12-17T23:31:31.7389900Z ##[group]Run set -x 2024-12-17T23:31:31.7390110Z set -x 2024-12-17T23:31:31.7390260Z  2024-12-17T23:31:31.7390450Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2024-12-17T23:31:31.7390740Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2024-12-17T23:31:31.7391060Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2024-12-17T23:31:31.7391360Z # here to make sure that the correct conda is used 2024-12-17T23:31:31.7391560Z { 2024-12-17T23:31:31.7391730Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2024-12-17T23:31:31.7391990Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2024-12-17T23:31:31.7392220Z } >> "${GITHUB_ENV}" 2024-12-17T23:31:31.7407230Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:31:31.7407440Z env: 2024-12-17T23:31:31.7407580Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:31.7407780Z SCCACHE_USE_GHA: false 2024-12-17T23:31:31.7407930Z ##[endgroup] 2024-12-17T23:31:31.7691500Z + MINICONDA_INSTALL_PATH=/Users/ec2-user/runner/_work/_temp/miniconda 2024-12-17T23:31:31.7691890Z + echo /Users/ec2-user/runner/_work/_temp/miniconda/bin 2024-12-17T23:31:31.7693070Z + 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-12-17T23:31:31.7693850Z + echo CONDA_EXE=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:31.8961920Z ##[group]Run actions/cache@v3 2024-12-17T23:31:31.8962130Z with: 2024-12-17T23:31:31.8962330Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-12-17T23:31:31.8963110Z key: miniconda-env-macOS-ARM64-3.9.12--20241217d-df4fea1f0320691e2ceb8626578a181fee2e2aab8244c248a366f57a0ba49f19-628805b80d329b5577629912cdd08449485bd91187b10853509cc574f1daf36d 2024-12-17T23:31:31.8963690Z enableCrossOsArchive: false 2024-12-17T23:31:31.8963880Z fail-on-cache-miss: false 2024-12-17T23:31:31.8964040Z lookup-only: false 2024-12-17T23:31:31.8964190Z env: 2024-12-17T23:31:31.8964370Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:31.8964580Z SCCACHE_USE_GHA: false 2024-12-17T23:31:31.8965180Z 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-12-17T23:31:31.8965850Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:31.8966100Z ##[endgroup] 2024-12-17T23:31:33.3341050Z Received 236594266 of 240788570 (98.3%), 225.4 MBs/sec 2024-12-17T23:31:34.3354840Z Received 240788570 of 240788570 (100.0%), 114.6 MBs/sec 2024-12-17T23:31:34.4908630Z Cache Size: ~230 MB (240788570 B) 2024-12-17T23:31:34.4930710Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/313951ad-213c-4ea5-912f-b8078c52299a/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-12-17T23:31:41.1311480Z Cache restored successfully 2024-12-17T23:31:41.1404560Z Cache restored from key: miniconda-env-macOS-ARM64-3.9.12--20241217d-df4fea1f0320691e2ceb8626578a181fee2e2aab8244c248a366f57a0ba49f19-628805b80d329b5577629912cdd08449485bd91187b10853509cc574f1daf36d 2024-12-17T23:31:41.1481060Z ##[group]Run set -x 2024-12-17T23:31:41.1481280Z set -x 2024-12-17T23:31:41.1481420Z  2024-12-17T23:31:41.1481660Z # Print the conda we are using here in case we need debugging information 2024-12-17T23:31:41.1481960Z CONDA_RUNTIME=$(which conda) 2024-12-17T23:31:41.1482170Z "${CONDA_RUNTIME}" --version 2024-12-17T23:31:41.1482410Z  2024-12-17T23:31:41.1482800Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2024-12-17T23:31:41.1483250Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2024-12-17T23:31:41.1483540Z "${CONDA_RUNTIME}" create \ 2024-12-17T23:31:41.1483740Z  --yes --quiet \ 2024-12-17T23:31:41.1483940Z  --prefix "${CONDA_PREFIX}" \ 2024-12-17T23:31:41.1484140Z  --clone "${CONDA_BASE_ENV}" 2024-12-17T23:31:41.1484320Z  2024-12-17T23:31:41.1484470Z set +e 2024-12-17T23:31:41.1484760Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2024-12-17T23:31:41.1485220Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2024-12-17T23:31:41.1485650Z # environment. This is to make sure that no dependency is missing. 2024-12-17T23:31:41.1486110Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2024-12-17T23:31:41.1486470Z set -e 2024-12-17T23:31:41.1486630Z  2024-12-17T23:31:41.1486860Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2024-12-17T23:31:41.1487190Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-12-17T23:31:41.1487510Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2024-12-17T23:31:41.1488220Z  # when reporting that all requirements have been satisfied 2024-12-17T23:31:41.1488750Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2024-12-17T23:31:41.1489250Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-12-17T23:31:41.1489650Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2024-12-17T23:31:41.1490220Z  fi 2024-12-17T23:31:41.1490360Z fi 2024-12-17T23:31:41.1490500Z  2024-12-17T23:31:41.1490760Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2024-12-17T23:31:41.1491130Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-12-17T23:31:41.1491370Z  2024-12-17T23:31:41.1491560Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-12-17T23:31:41.1491950Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2024-12-17T23:31:41.1492300Z if [[ "${PYTHON_VERSION}" == "3.11" ]]; then 2024-12-17T23:31:41.1492620Z  # TODO: Remove me, when more packages will be available on default channel 2024-12-17T23:31:41.1493100Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX} -c pytorch-nightly" >> "${GITHUB_ENV}" 2024-12-17T23:31:41.1493540Z else 2024-12-17T23:31:41.1493840Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-12-17T23:31:41.1494180Z fi 2024-12-17T23:31:41.2801230Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:31:41.2801490Z env: 2024-12-17T23:31:41.2801650Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:41.2801870Z SCCACHE_USE_GHA: false 2024-12-17T23:31:41.2802530Z 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-12-17T23:31:41.2803230Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:41.2803560Z PYTHON_VERSION: 3.9.12 2024-12-17T23:31:41.2803830Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-12-17T23:31:41.2804190Z PIP_REQUIREMENTS_FILE: .github/requirements/pip-requirements-macOS.txt 2024-12-17T23:31:41.2804480Z ##[endgroup] 2024-12-17T23:31:41.3070360Z ++ which conda 2024-12-17T23:31:41.3108130Z + CONDA_RUNTIME=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:41.3108590Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda --version 2024-12-17T23:31:44.7569630Z conda 24.7.1 2024-12-17T23:31:44.7829900Z + CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:44.7830940Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --clone /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-12-17T23:31:48.7976710Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-12-17T23:31:48.7977120Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:48.7977500Z Packages: 59 2024-12-17T23:31:48.7977720Z Files: 17055 2024-12-17T23:31:49.0326230Z Preparing transaction: ...working... done 2024-12-17T23:31:53.2435410Z Verifying transaction: ...working... done 2024-12-17T23:31:56.9072310Z Executing transaction: ...working... done 2024-12-17T23:31:57.0103300Z + set +e 2024-12-17T23:31:57.0110660Z ++ /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda package -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 -u 2024-12-17T23:31:57.0111980Z ++ grep -v '^#' 2024-12-17T23:31:57.0112430Z ++ wc -l 2024-12-17T23:31:57.0112820Z ++ xargs 2024-12-17T23:31:57.7580280Z + UNTRACKED_FILES_COUNT=17055 2024-12-17T23:31:57.7581040Z + set -e 2024-12-17T23:31:57.7581210Z + [[ -z 17055 ]] 2024-12-17T23:31:57.7581380Z + [[ 17055 == \0 ]] 2024-12-17T23:31:57.7581660Z + echo CONDA_ENV=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:57.7582160Z + echo CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:57.7590160Z + echo 'CONDA_RUN=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output' 2024-12-17T23:31:57.7596280Z + [[ 3.9.12 == \3\.\1\1 ]] 2024-12-17T23:31:57.7596780Z + echo 'CONDA_INSTALL=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596' 2024-12-17T23:31:57.7631720Z ##[group]Run CONDA_RUNTIME=$(which conda) 2024-12-17T23:31:57.7631970Z CONDA_RUNTIME=$(which conda) 2024-12-17T23:31:57.7632160Z  2024-12-17T23:31:57.7632340Z set -euxo pipefail 2024-12-17T23:31:57.7632590Z "${CONDA_RUNTIME}" config --set channel_priority false 2024-12-17T23:31:57.8472790Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:31:57.8473110Z env: 2024-12-17T23:31:57.8473260Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:57.8473470Z SCCACHE_USE_GHA: false 2024-12-17T23:31:57.8474070Z 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-12-17T23:31:57.8474770Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:57.8475100Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:57.8475470Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:57.8476040Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:31:57.8476770Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:57.8477340Z ##[endgroup] 2024-12-17T23:31:57.8775040Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda config --set channel_priority false 2024-12-17T23:31:58.0668620Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:31:58.0668820Z with: 2024-12-17T23:31:58.0668960Z timeout_minutes: 5 2024-12-17T23:31:58.0669120Z max_attempts: 3 2024-12-17T23:31:58.0669270Z retry_wait_seconds: 90 2024-12-17T23:31:58.0671630Z 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}"0 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-12-17T23:31:58.0674040Z polling_interval_seconds: 1 2024-12-17T23:31:58.0674230Z warning_on_retry: true 2024-12-17T23:31:58.0674390Z continue_on_error: false 2024-12-17T23:31:58.0674560Z env: 2024-12-17T23:31:58.0674710Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:58.0674920Z SCCACHE_USE_GHA: false 2024-12-17T23:31:58.0675520Z 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-12-17T23:31:58.0676330Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:58.0676670Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:58.0677100Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:58.0677650Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:31:58.0678390Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:58.0678840Z ##[endgroup] 2024-12-17T23:31:58.1471550Z + DOWNLOAD_SCCACHE=0 2024-12-17T23:31:58.1471820Z + SCCACHE_VERSION=0.4.1 2024-12-17T23:31:58.1471990Z + LOCAL_PATH=/usr/local/bin 2024-12-17T23:31:58.1472200Z + '[' '!' -f /usr/local/bin/sccache ']' 2024-12-17T23:31:58.1525610Z ++ /usr/local/bin/sccache --version 2024-12-17T23:31:58.1526270Z ++ cut '-d ' -f2 2024-12-17T23:31:58.2239500Z + LOCAL_VERSION=0.4.1 2024-12-17T23:31:58.2239730Z + '[' 0.4.1 '!=' 0.4.1 ']' 2024-12-17T23:31:58.2239910Z + '[' 0 == 1 ']' 2024-12-17T23:31:58.2240090Z + [[ false == \t\r\u\e ]] 2024-12-17T23:31:58.2240330Z + echo SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-12-17T23:31:58.2240740Z + echo SCCACHE_S3_KEY_PREFIX=trunk 2024-12-17T23:31:58.2241990Z + echo /usr/local/bin 2024-12-17T23:31:59.1497060Z Command completed after 1 attempt(s). 2024-12-17T23:31:59.1671820Z Prepare all required actions 2024-12-17T23:31:59.1755330Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-12-17T23:31:59.1780220Z with: 2024-12-17T23:31:59.1781410Z github-token: *** 2024-12-17T23:31:59.1781960Z env: 2024-12-17T23:31:59.1782520Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:59.1783230Z SCCACHE_USE_GHA: false 2024-12-17T23:31:59.1785640Z 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-12-17T23:31:59.1788350Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:59.1789620Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:59.1790970Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:59.1793210Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:31:59.1796030Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:59.1797980Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:31:59.1798730Z ##[endgroup] 2024-12-17T23:31:59.1837630Z ##[group]Run set -eux 2024-12-17T23:31:59.1838110Z set -eux 2024-12-17T23:31:59.1838920Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-12-17T23:31:59.1900540Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:31:59.1901220Z env: 2024-12-17T23:31:59.1901660Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:31:59.1902240Z SCCACHE_USE_GHA: false 2024-12-17T23:31:59.1904090Z 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-12-17T23:31:59.1906150Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:31:59.1907200Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:59.1908450Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:59.1910000Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:31:59.1912090Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:31:59.1913270Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:31:59.1913930Z GITHUB_TOKEN: *** 2024-12-17T23:31:59.1914300Z ##[endgroup] 2024-12-17T23:31:59.2333970Z + python3 .github/scripts/get_workflow_job_id.py 12383255596 i-08ae749b9d5b83507 2024-12-17T23:31:59.8444530Z setting job-id=34565584161 2024-12-17T23:31:59.8445880Z setting job-name=macos-py3-arm64 / build 2024-12-17T23:31:59.8847410Z Prepare all required actions 2024-12-17T23:31:59.8848150Z Getting action download info 2024-12-17T23:32:00.0417110Z ##[group]Run ./.github/actions/filter-test-configs 2024-12-17T23:32:00.0417640Z with: 2024-12-17T23:32:00.0418240Z github-token: *** 2024-12-17T23:32:00.0419610Z 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-12-17T23:32:00.0421130Z job-name: macos-py3-arm64 / build 2024-12-17T23:32:00.0421580Z env: 2024-12-17T23:32:00.0421920Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:32:00.0422400Z SCCACHE_USE_GHA: false 2024-12-17T23:32:00.0424030Z 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-12-17T23:32:00.0425720Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:32:00.0426540Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:00.0427420Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:00.0428790Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:32:00.0430610Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:00.0431740Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:32:00.0432180Z ##[endgroup] 2024-12-17T23:32:00.0483650Z ##[group]Run nick-fields/retry@v3.0.0 2024-12-17T23:32:00.0484080Z with: 2024-12-17T23:32:00.0484350Z shell: bash 2024-12-17T23:32:00.0484650Z timeout_minutes: 10 2024-12-17T23:32:00.0484990Z max_attempts: 5 2024-12-17T23:32:00.0485330Z retry_wait_seconds: 30 2024-12-17T23:32:00.0486460Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:32:00.0487640Z polling_interval_seconds: 1 2024-12-17T23:32:00.0488050Z warning_on_retry: true 2024-12-17T23:32:00.0488420Z continue_on_error: false 2024-12-17T23:32:00.0488770Z env: 2024-12-17T23:32:00.0489080Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:32:00.0489520Z SCCACHE_USE_GHA: false 2024-12-17T23:32:00.0490970Z 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-12-17T23:32:00.0492600Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:32:00.0493400Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:00.0494260Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:00.0495580Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:32:00.0497590Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:00.0498700Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:32:00.0499290Z GITHUB_TOKEN: *** 2024-12-17T23:32:00.0499620Z ##[endgroup] 2024-12-17T23:32:00.1376500Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-12-17T23:32:00.4724720Z Collecting requests==2.27.1 2024-12-17T23:32:00.4761680Z Using cached requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-12-17T23:32:00.5014990Z Collecting pyyaml==6.0.1 2024-12-17T23:32:00.5070800Z Using cached PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl.metadata (2.1 kB) 2024-12-17T23:32:00.5382280Z Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1) 2024-12-17T23:32:00.5415790Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2024-12-17T23:32:00.5465970Z 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) (2024.7.4) 2024-12-17T23:32:00.5905980Z Collecting charset-normalizer~=2.0.0 (from requests==2.27.1) 2024-12-17T23:32:00.5946330Z Using cached charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) 2024-12-17T23:32:00.5974150Z 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.7) 2024-12-17T23:32:00.6035660Z Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-12-17T23:32:00.6067080Z Using cached PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl (174 kB) 2024-12-17T23:32:00.6096920Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2024-12-17T23:32:00.6119880Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2024-12-17T23:32:00.6416040Z Installing collected packages: urllib3, pyyaml, charset-normalizer, requests 2024-12-17T23:32:00.6416440Z Attempting uninstall: urllib3 2024-12-17T23:32:00.6419910Z Found existing installation: urllib3 2.2.2 2024-12-17T23:32:00.6445810Z Uninstalling urllib3-2.2.2: 2024-12-17T23:32:00.6455030Z Successfully uninstalled urllib3-2.2.2 2024-12-17T23:32:00.7108440Z Attempting uninstall: charset-normalizer 2024-12-17T23:32:00.7113560Z Found existing installation: charset-normalizer 3.3.2 2024-12-17T23:32:00.7129600Z Uninstalling charset-normalizer-3.3.2: 2024-12-17T23:32:00.7164960Z Successfully uninstalled charset-normalizer-3.3.2 2024-12-17T23:32:00.7340480Z Attempting uninstall: requests 2024-12-17T23:32:00.7343510Z Found existing installation: requests 2.32.3 2024-12-17T23:32:00.7359810Z Uninstalling requests-2.32.3: 2024-12-17T23:32:00.7365240Z Successfully uninstalled requests-2.32.3 2024-12-17T23:32:00.7616890Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 2024-12-17T23:32:00.7617560Z conda 24.7.1 requires requests<3,>=2.28.0, but you have requests 2.27.1 which is incompatible. 2024-12-17T23:32:00.7618040Z Successfully installed charset-normalizer-2.0.12 pyyaml-6.0.1 requests-2.27.1 urllib3-1.26.20 2024-12-17T23:32:01.1403670Z Command completed after 1 attempt(s). 2024-12-17T23:32:01.1507960Z ##[group]Run set -x 2024-12-17T23:32:01.1508480Z set -x 2024-12-17T23:32:01.1508890Z  2024-12-17T23:32:01.1509610Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:32:01.1510470Z # in runner workspace 2024-12-17T23:32:01.1511240Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-12-17T23:32:01.1572170Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:32:01.1572760Z env: 2024-12-17T23:32:01.1573120Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:32:01.1573590Z SCCACHE_USE_GHA: false 2024-12-17T23:32:01.1575090Z 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-12-17T23:32:01.1583830Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:32:01.1584700Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.1585610Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.1587020Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:32:01.1589180Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.1590390Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:32:01.1590890Z ##[endgroup] 2024-12-17T23:32:01.2004240Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-12-17T23:32:01.2193980Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:32:01.2194260Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-12-17T23:32:01.2194480Z echo "Job name: ${JOB_NAME}" 2024-12-17T23:32:01.2194680Z  2024-12-17T23:32:01.2194930Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-12-17T23:32:01.2195240Z # in runner workspace 2024-12-17T23:32:01.2195520Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-12-17T23:32:01.2195860Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-12-17T23:32:01.2196130Z  --job-name "${JOB_NAME}" \ 2024-12-17T23:32:01.2196350Z  --test-matrix "{ include: [ 2024-12-17T23:32:01.2196640Z  { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, 2024-12-17T23:32:01.2197000Z  { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, 2024-12-17T23:32:01.2197380Z  { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, 2024-12-17T23:32:01.2197660Z ]} 2024-12-17T23:32:01.2197810Z " \ 2024-12-17T23:32:01.2197990Z  --selected-test-configs "" \ 2024-12-17T23:32:01.2198220Z  --pr-number "${PR_NUMBER}" \ 2024-12-17T23:32:01.2198420Z  --tag "${TAG}" \ 2024-12-17T23:32:01.2198630Z  --event-name "${EVENT_NAME}" \ 2024-12-17T23:32:01.2198890Z  --schedule "${SCHEDULE}" \ 2024-12-17T23:32:01.2199110Z  --branch "${HEAD_BRANCH}" 2024-12-17T23:32:01.2217280Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:32:01.2217520Z env: 2024-12-17T23:32:01.2217680Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:32:01.2217890Z SCCACHE_USE_GHA: false 2024-12-17T23:32:01.2218510Z 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-12-17T23:32:01.2219230Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:32:01.2219580Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.2220020Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.2220590Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:32:01.2221360Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.2221850Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:32:01.2222240Z GITHUB_TOKEN: *** 2024-12-17T23:32:01.2222410Z JOB_NAME: macos-py3-arm64 / build 2024-12-17T23:32:01.2222620Z PR_NUMBER: 2024-12-17T23:32:01.2222850Z TAG: 2024-12-17T23:32:01.2222990Z EVENT_NAME: push 2024-12-17T23:32:01.2223140Z SCHEDULE: 2024-12-17T23:32:01.2223280Z HEAD_BRANCH: 2024-12-17T23:32:01.2223490Z ##[endgroup] 2024-12-17T23:32:01.2499560Z Workflow: trunk 2024-12-17T23:32:01.2499840Z Job name: macos-py3-arm64 / build 2024-12-17T23:32:01.6149580Z ##[group]Run echo "Filtered matrix:" 2024-12-17T23:32:01.6149830Z echo "Filtered matrix:" 2024-12-17T23:32:01.6150630Z 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-12-17T23:32:01.6151240Z  2024-12-17T23:32:01.6151400Z echo 2024-12-17T23:32:01.6151600Z echo "Is the current job unstable? False" 2024-12-17T23:32:01.6151810Z  2024-12-17T23:32:01.6151940Z echo 2024-12-17T23:32:01.6152160Z echo "Is keep-going label set? False" 2024-12-17T23:32:01.6152360Z  2024-12-17T23:32:01.6152560Z echo 2024-12-17T23:32:01.6152710Z echo "Renabled issues? " 2024-12-17T23:32:01.6170420Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:32:01.6170660Z env: 2024-12-17T23:32:01.6170810Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:32:01.6171020Z SCCACHE_USE_GHA: false 2024-12-17T23:32:01.6171620Z 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-12-17T23:32:01.6172310Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:32:01.6172640Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.6173060Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.6173620Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:32:01.6174360Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.6174820Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:32:01.6175000Z ##[endgroup] 2024-12-17T23:32:01.6445010Z Filtered matrix: 2024-12-17T23:32:01.6445740Z {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-12-17T23:32:01.6446310Z 2024-12-17T23:32:01.6446450Z Is the current job unstable? False 2024-12-17T23:32:01.6446660Z 2024-12-17T23:32:01.6446830Z Is keep-going label set? False 2024-12-17T23:32:01.6446970Z 2024-12-17T23:32:01.6447050Z Renabled issues? 2024-12-17T23:32:01.6491490Z ##[group]Run echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-12-17T23:32:01.6492080Z echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-12-17T23:32:01.6492400Z  2024-12-17T23:32:01.6492550Z if [[ -n "$CONDA_ENV" ]]; then 2024-12-17T23:32:01.6492760Z  # Use binaries under conda environment 2024-12-17T23:32:01.6492990Z  export PATH="$CONDA_ENV/bin":$PATH 2024-12-17T23:32:01.6493190Z fi 2024-12-17T23:32:01.6493320Z  2024-12-17T23:32:01.6493570Z # NB: Same trick as Linux, there is no need to initialize sccache with the risk of getting 2024-12-17T23:32:01.6493980Z # it hangs or timeout at initialization. The cache will be started automatically 2024-12-17T23:32:01.6494320Z export SKIP_SCCACHE_INITIALIZATION=1 2024-12-17T23:32:01.6494590Z ${CONDA_RUN} .ci/pytorch/macos-build.sh 2024-12-17T23:32:01.6512440Z shell: /bin/bash -e {0} 2024-12-17T23:32:01.6512630Z env: 2024-12-17T23:32:01.6512780Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:32:01.6512990Z SCCACHE_USE_GHA: false 2024-12-17T23:32:01.6513610Z 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-12-17T23:32:01.6514320Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:32:01.6514670Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.6515050Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.6515680Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:32:01.6516410Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:32:01.6516890Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:32:01.6517090Z OUR_GITHUB_JOB_ID: 34565584161 2024-12-17T23:32:01.6517250Z ##[endgroup] 2024-12-17T23:32:02.0566880Z +++ [[ macos-py3-arm64 == *rocm* ]] 2024-12-17T23:32:02.0567270Z +++ BUILD_TEST_LIBTORCH=0 2024-12-17T23:32:02.0569570Z ++ sysctl -a 2024-12-17T23:32:02.0571090Z ++ grep machdep.cpu 2024-12-17T23:32:02.0734060Z machdep.cpu.cores_per_package: 8 2024-12-17T23:32:02.0734300Z machdep.cpu.core_count: 8 2024-12-17T23:32:02.0734520Z machdep.cpu.logical_per_package: 8 2024-12-17T23:32:02.0734750Z machdep.cpu.thread_count: 8 2024-12-17T23:32:02.0734960Z machdep.cpu.brand_string: Apple M1 2024-12-17T23:32:02.0735570Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2024-12-17T23:32:02.0735790Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2024-12-17T23:32:02.0736000Z ++ export CXX=clang++ 2024-12-17T23:32:02.0736250Z ++ CXX=clang++ 2024-12-17T23:32:02.0736450Z ++ export CC=clang 2024-12-17T23:32:02.0736600Z ++ CC=clang 2024-12-17T23:32:02.0739670Z ++ dirname .ci/pytorch/macos-build.sh 2024-12-17T23:32:02.0749350Z + source .ci/pytorch/common-build.sh 2024-12-17T23:32:02.0750580Z ++ [[ macos-py3-arm64 != *win-* ]] 2024-12-17T23:32:02.0755730Z ++++ dirname .ci/pytorch/common-build.sh 2024-12-17T23:32:02.0767080Z +++ cd .ci/pytorch 2024-12-17T23:32:02.0767340Z +++ pwd -P 2024-12-17T23:32:02.0768900Z ++ script_dir=/Users/ec2-user/runner/_work/pytorch/pytorch/.ci/pytorch 2024-12-17T23:32:02.0769300Z ++ [[ macos-py3-arm64 == *-pch* ]] 2024-12-17T23:32:02.0769500Z ++ which sccache 2024-12-17T23:32:02.0780510Z ++ sccache --stop-server 2024-12-17T23:32:02.0906380Z ++ true 2024-12-17T23:32:02.0906580Z ++ rm -f /Users/ec2-user/sccache_error.log 2024-12-17T23:32:02.0976690Z ++ trap_add sccache_epilogue EXIT 2024-12-17T23:32:02.0976940Z ++ trap_add_cmd=sccache_epilogue 2024-12-17T23:32:02.0977130Z ++ shift 2024-12-17T23:32:02.0977710Z ++ for trap_add_name in '"$@"' 2024-12-17T23:32:02.0982880Z ++++ trap -p EXIT 2024-12-17T23:32:02.0984120Z +++ eval 'extract_trap_cmd ' 2024-12-17T23:32:02.0984320Z ++++ extract_trap_cmd 2024-12-17T23:32:02.0984510Z ++++ printf '%s\n' '' 2024-12-17T23:32:02.0984740Z +++ printf '%s\n' sccache_epilogue 2024-12-17T23:32:02.0986380Z ++ trap -- ' 2024-12-17T23:32:02.0986840Z sccache_epilogue' EXIT 2024-12-17T23:32:02.0987140Z Skipping sccache server initialization, setting environment variables 2024-12-17T23:32:02.0987470Z ++ [[ -n 1 ]] 2024-12-17T23:32:02.0987770Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-12-17T23:32:02.0988110Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-12-17T23:32:02.0988330Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-12-17T23:32:02.0988600Z ++ export SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-12-17T23:32:02.0988920Z ++ SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-12-17T23:32:02.0992490Z ++ export RUST_LOG=sccache::server=error 2024-12-17T23:32:02.0992860Z ++ RUST_LOG=sccache::server=error 2024-12-17T23:32:02.0993080Z ++ sccache --zero-stats 2024-12-17T23:32:02.1259230Z Compile requests 0 2024-12-17T23:32:02.1259490Z Compile requests executed 0 2024-12-17T23:32:02.1259700Z Cache hits 0 2024-12-17T23:32:02.1259920Z Cache misses 0 2024-12-17T23:32:02.1260130Z Cache timeouts 0 2024-12-17T23:32:02.1260340Z Cache read errors 0 2024-12-17T23:32:02.1260570Z Forced recaches 0 2024-12-17T23:32:02.1260800Z Cache write errors 0 2024-12-17T23:32:02.1261010Z Compilation failures 0 2024-12-17T23:32:02.1261240Z Cache errors 0 2024-12-17T23:32:02.1261460Z Non-cacheable compilations 0 2024-12-17T23:32:02.1261710Z Non-cacheable calls 0 2024-12-17T23:32:02.1261930Z Non-compilation calls 0 2024-12-17T23:32:02.1262190Z Unsupported compiler calls 0 2024-12-17T23:32:02.1262440Z Average cache write 0.000 s 2024-12-17T23:32:02.1262670Z Average compiler 0.000 s 2024-12-17T23:32:02.1262920Z Average cache read hit 0.000 s 2024-12-17T23:32:02.1263150Z Failed distributed compilations 0 2024-12-17T23:32:02.1263540Z Cache location Local disk: "/Users/ec2-user/Library/Caches/Mozilla.sccache" 2024-12-17T23:32:02.1263870Z Version (client) 0.4.1 2024-12-17T23:32:02.1264080Z ++ which ccache 2024-12-17T23:32:02.1276650Z + '[' -z true ']' 2024-12-17T23:32:02.1276860Z + which sccache 2024-12-17T23:32:02.1290810Z ++ mktemp -d 2024-12-17T23:32:02.1346110Z + tmp_dir=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA 2024-12-17T23:32:02.1346470Z + trap 'rm -rfv ${tmp_dir}' EXIT 2024-12-17T23:32:02.1346830Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:02.1347340Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:02.1349040Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:02.1370660Z + binary=clang++ 2024-12-17T23:32:02.1373620Z ++ which clang++ 2024-12-17T23:32:02.1385830Z ++ which clang++ 2024-12-17T23:32:02.1394430Z + 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-12-17T23:32:02.1395530Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:02.1433600Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:02.1434100Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:02.1436600Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:02.1446870Z + binary=clang 2024-12-17T23:32:02.1449960Z ++ which clang 2024-12-17T23:32:02.1461200Z ++ which clang 2024-12-17T23:32:02.1470200Z + 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-12-17T23:32:02.1471220Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:02.1482950Z + export PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA:/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/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-12-17T23:32:02.1485270Z + PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA:/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/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-12-17T23:32:02.1486450Z + print_cmake_info 2024-12-17T23:32:02.1486620Z ++ which cmake 2024-12-17T23:32:02.1494530Z + CMAKE_EXEC=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:02.1494970Z /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:02.1495380Z + echo /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:02.1497030Z ++ dirname /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:02.1506020Z + CONDA_INSTALLATION_DIR=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin 2024-12-17T23:32:02.1506470Z + ls -la /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/../lib 2024-12-17T23:32:02.1569160Z total 180888 2024-12-17T23:32:02.1569410Z drwxr-xr-x 234 ec2-user staff 7488 Dec 17 23:31 . 2024-12-17T23:32:02.1569720Z drwxr-xr-x 13 ec2-user staff 416 Dec 17 23:31 .. 2024-12-17T23:32:02.1570040Z -rw-r--r-- 3 ec2-user staff 154497 May 3 2024 Tk.icns 2024-12-17T23:32:02.1570370Z -rw-r--r-- 3 ec2-user staff 53684 May 3 2024 Tk.tiff 2024-12-17T23:32:02.1570730Z drwxr-xr-x 3 ec2-user staff 96 Dec 17 23:31 clang 2024-12-17T23:32:02.1571010Z drwxr-xr-x 8 ec2-user staff 256 Dec 17 23:31 cmake 2024-12-17T23:32:02.1571320Z drwxr-xr-x 4 ec2-user staff 128 Dec 17 23:31 engines-1.1 2024-12-17T23:32:02.1571640Z drwxr-xr-x 9 ec2-user staff 288 Dec 17 23:31 itcl4.2.4 2024-12-17T23:32:02.1571940Z drwxr-xr-x 3 ec2-user staff 96 Dec 17 23:31 krb5 2024-12-17T23:32:02.1572270Z -rwxr-xr-x 2 ec2-user staff 619376 Dec 17 08:16 libLerc.4.dylib 2024-12-17T23:32:02.1572640Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 libLerc.dylib -> libLerc.4.dylib 2024-12-17T23:32:02.1573060Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libblas.dylib -> libopenblas.dylib 2024-12-17T23:32:02.1573410Z + export CMAKE_EXEC 2024-12-17T23:32:02.1573800Z + install_name_tool -add_rpath @executable_path/../lib /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:02.1574290Z -rwxr-xr-x 3 ec2-user staff 125200 Apr 30 2024 libbz2.1.0.8.dylib 2024-12-17T23:32:02.1574630Z -rw-r--r-- 3 ec2-user staff 202304 Apr 30 2024 libbz2.a 2024-12-17T23:32:02.1574970Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libbz2.dylib -> libbz2.1.0.8.dylib 2024-12-17T23:32:02.1575350Z -rwxr-xr-x 3 ec2-user staff 1010816 Sep 8 2022 libc++.1.0.dylib 2024-12-17T23:32:02.1575970Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libc++.1.dylib -> libc++.1.0.dylib 2024-12-17T23:32:02.1576350Z -rw-r--r-- 3 ec2-user staff 1393600 Sep 8 2022 libc++.a 2024-12-17T23:32:02.1576690Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libc++.dylib -> libc++.1.0.dylib 2024-12-17T23:32:02.1577060Z -rw-r--r-- 3 ec2-user staff 7208 Sep 8 2022 libc++experimental.a 2024-12-17T23:32:02.1577410Z -rwxr-xr-x 3 ec2-user staff 127888 Sep 5 2023 libcares.2.6.1.dylib 2024-12-17T23:32:02.1577800Z lrwxr-xr-x 1 ec2-user staff 20 Dec 17 23:31 libcares.2.dylib -> libcares.2.6.1.dylib 2024-12-17T23:32:02.1578210Z lrwxr-xr-x 1 ec2-user staff 20 Dec 17 23:31 libcares.dylib -> libcares.2.6.1.dylib 2024-12-17T23:32:02.1578630Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libcblas.dylib -> libopenblas.dylib 2024-12-17T23:32:02.1579060Z -rwxr-xr-x 3 ec2-user staff 67456 Apr 30 2024 libcharset.1.dylib 2024-12-17T23:32:02.1579400Z -rw-r--r-- 3 ec2-user staff 2848 Apr 30 2024 libcharset.a 2024-12-17T23:32:02.1579870Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libcharset.dylib -> libcharset.1.dylib 2024-12-17T23:32:02.1580260Z -rwxr-xr-x 2 ec2-user staff 69344 Jun 16 2023 libcom_err.3.0.dylib 2024-12-17T23:32:02.1580630Z lrwxr-xr-x 1 ec2-user staff 20 Dec 17 23:31 libcom_err.3.dylib -> libcom_err.3.0.dylib 2024-12-17T23:32:02.1581040Z lrwxr-xr-x 1 ec2-user staff 20 Dec 17 23:31 libcom_err.dylib -> libcom_err.3.0.dylib 2024-12-17T23:32:02.1581420Z -rwxr-xr-x 1 ec2-user staff 2275056 Dec 17 23:31 libcrypto.1.1.dylib 2024-12-17T23:32:02.1581750Z -rw-r--r--@ 1 ec2-user staff 3968520 Dec 17 23:31 libcrypto.a 2024-12-17T23:32:02.1582120Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libcrypto.dylib -> libcrypto.1.1.dylib 2024-12-17T23:32:02.1582490Z -rwxr-xr-x 1 ec2-user staff 678112 Dec 17 23:31 libcurl.4.dylib 2024-12-17T23:32:02.1582910Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 libcurl.dylib -> libcurl.4.dylib 2024-12-17T23:32:02.1583280Z -rwxr-xr-x 2 ec2-user staff 120736 Dec 17 08:15 libdeflate.0.dylib 2024-12-17T23:32:02.1583660Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libdeflate.dylib -> libdeflate.0.dylib 2024-12-17T23:32:02.1584020Z -rwxr-xr-x 3 ec2-user staff 229728 Dec 19 2023 libedit.0.dylib 2024-12-17T23:32:02.1584330Z -rw-r--r-- 3 ec2-user staff 287296 Dec 19 2023 libedit.a 2024-12-17T23:32:02.1584670Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 libedit.dylib -> libedit.0.dylib 2024-12-17T23:32:02.1585020Z -rwxr-xr-x 3 ec2-user staff 92016 Aug 14 2021 libev.4.dylib 2024-12-17T23:32:02.1585380Z lrwxr-xr-x 1 ec2-user staff 13 Dec 17 23:31 libev.dylib -> libev.4.dylib 2024-12-17T23:32:02.1585730Z -rwxr-xr-x 2 ec2-user staff 199040 Dec 11 22:54 libexpat.1.10.0.dylib 2024-12-17T23:32:02.1586150Z lrwxr-xr-x 1 ec2-user staff 21 Dec 17 23:31 libexpat.1.dylib -> libexpat.1.10.0.dylib 2024-12-17T23:32:02.1586500Z -rw-r--r-- 2 ec2-user staff 193952 Dec 11 22:54 libexpat.a 2024-12-17T23:32:02.1586910Z lrwxr-xr-x 1 ec2-user staff 21 Dec 17 23:31 libexpat.dylib -> libexpat.1.10.0.dylib 2024-12-17T23:32:02.1587280Z lrwxr-xr-x 1 ec2-user staff 14 Dec 17 23:31 libffi.7.dylib -> libffi.8.dylib 2024-12-17T23:32:02.1587630Z -rwxr-xr-x 3 ec2-user staff 120624 Apr 30 2024 libffi.8.dylib 2024-12-17T23:32:02.1587920Z -rw-r--r-- 3 ec2-user staff 54584 Apr 30 2024 libffi.a 2024-12-17T23:32:02.1588260Z lrwxr-xr-x 1 ec2-user staff 14 Dec 17 23:31 libffi.dylib -> libffi.8.dylib 2024-12-17T23:32:02.1588640Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libform.6.dylib -> libformw.6.dylib 2024-12-17T23:32:02.1598170Z lrwxr-xr-x 1 ec2-user staff 10 Dec 17 23:31 libform.a -> libformw.a 2024-12-17T23:32:02.1598560Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libform.dylib -> libformw.6.dylib 2024-12-17T23:32:02.1599110Z -rwxr-xr-x 3 ec2-user staff 113712 Jan 26 2023 libformw.6.dylib 2024-12-17T23:32:02.1599470Z -rw-r--r-- 3 ec2-user staff 100944 Jan 26 2023 libformw.a 2024-12-17T23:32:02.1599790Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libformw.dylib -> libformw.6.dylib 2024-12-17T23:32:02.1600130Z -rwxr-xr-x 2 ec2-user staff 735296 Oct 26 2022 libfreetype.6.dylib 2024-12-17T23:32:02.1600430Z -rw-r--r-- 2 ec2-user staff 882072 Oct 26 2022 libfreetype.a 2024-12-17T23:32:02.1600780Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libfreetype.dylib -> libfreetype.6.dylib 2024-12-17T23:32:02.1601120Z -rw-r--r-- 2 ec2-user staff 143664 Oct 11 2022 libgcc_s.1.1.dylib 2024-12-17T23:32:02.1601430Z -rwxr-xr-x 2 ec2-user staff 3717456 Oct 11 2022 libgfortran.5.dylib 2024-12-17T23:32:02.1601770Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libgfortran.dylib -> libgfortran.5.dylib 2024-12-17T23:32:02.1602130Z -rwxr-xr-x 2 ec2-user staff 105872 Oct 11 14:18 libgif.7.2.0.dylib 2024-12-17T23:32:02.1602550Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libgif.7.dylib -> libgif.7.2.0.dylib 2024-12-17T23:32:02.1602910Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libgif.dylib -> libgif.7.2.0.dylib 2024-12-17T23:32:02.1603340Z lrwxr-xr-x 1 ec2-user staff 12 Dec 17 23:31 libgomp.1.dylib -> libomp.dylib 2024-12-17T23:32:02.1603700Z lrwxr-xr-x 1 ec2-user staff 12 Dec 17 23:31 libgomp.dylib -> libomp.dylib 2024-12-17T23:32:02.1604040Z -rwxr-xr-x 1 ec2-user staff 333152 Dec 17 23:31 libgssapi_krb5.2.2.dylib 2024-12-17T23:32:02.1604420Z lrwxr-xr-x 1 ec2-user staff 24 Dec 17 23:31 libgssapi_krb5.2.dylib -> libgssapi_krb5.2.2.dylib 2024-12-17T23:32:02.1604830Z lrwxr-xr-x 1 ec2-user staff 24 Dec 17 23:31 libgssapi_krb5.dylib -> libgssapi_krb5.2.2.dylib 2024-12-17T23:32:02.1605180Z -rwxr-xr-x 2 ec2-user staff 153488 Jun 16 2023 libgssrpc.4.2.dylib 2024-12-17T23:32:02.1605520Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libgssrpc.4.dylib -> libgssrpc.4.2.dylib 2024-12-17T23:32:02.1605900Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libgssrpc.dylib -> libgssrpc.4.2.dylib 2024-12-17T23:32:02.1606250Z -rwxr-xr-x 3 ec2-user staff 91184 Oct 24 2022 libhistory.8.2.dylib 2024-12-17T23:32:02.1606580Z lrwxr-xr-x 1 ec2-user staff 20 Dec 17 23:31 libhistory.8.dylib -> libhistory.8.2.dylib 2024-12-17T23:32:02.1606900Z -rw-r--r-- 3 ec2-user staff 48392 Oct 24 2022 libhistory.a 2024-12-17T23:32:02.1607220Z lrwxr-xr-x 1 ec2-user staff 20 Dec 17 23:31 libhistory.dylib -> libhistory.8.2.dylib 2024-12-17T23:32:02.1607550Z -rwxr-xr-x 3 ec2-user staff 1015200 Apr 30 2024 libiconv.2.dylib 2024-12-17T23:32:02.1607840Z -rw-r--r-- 3 ec2-user staff 980096 Apr 30 2024 libiconv.a 2024-12-17T23:32:02.1608170Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libiconv.dylib -> libiconv.2.dylib 2024-12-17T23:32:02.1608520Z lrwxr-xr-x 1 ec2-user staff 12 Dec 17 23:31 libiomp5.dylib -> libomp.dylib 2024-12-17T23:32:02.1608850Z -rwxr-xr-x 2 ec2-user staff 284352 Aug 5 15:44 libjpeg.9.dylib 2024-12-17T23:32:02.1609130Z -rw-r--r-- 2 ec2-user staff 303552 Aug 5 15:44 libjpeg.a 2024-12-17T23:32:02.1609440Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 libjpeg.dylib -> libjpeg.9.dylib 2024-12-17T23:32:02.1609790Z -rwxr-xr-x 2 ec2-user staff 113520 Jun 16 2023 libk5crypto.3.1.dylib 2024-12-17T23:32:02.1610140Z lrwxr-xr-x 1 ec2-user staff 21 Dec 17 23:31 libk5crypto.3.dylib -> libk5crypto.3.1.dylib 2024-12-17T23:32:02.1610530Z lrwxr-xr-x 1 ec2-user staff 21 Dec 17 23:31 libk5crypto.dylib -> libk5crypto.3.1.dylib 2024-12-17T23:32:02.1610940Z lrwxr-xr-x 1 ec2-user staff 27 Dec 17 23:31 libkadm5clnt.dylib -> libkadm5clnt_mit.12.0.dylib 2024-12-17T23:32:02.1611310Z -rwxr-xr-x 1 ec2-user staff 134880 Dec 17 23:31 libkadm5clnt_mit.12.0.dylib 2024-12-17T23:32:02.1611820Z lrwxr-xr-x 1 ec2-user staff 27 Dec 17 23:31 libkadm5clnt_mit.12.dylib -> libkadm5clnt_mit.12.0.dylib 2024-12-17T23:32:02.1612250Z lrwxr-xr-x 1 ec2-user staff 27 Dec 17 23:31 libkadm5clnt_mit.dylib -> libkadm5clnt_mit.12.0.dylib 2024-12-17T23:32:02.1612650Z lrwxr-xr-x 1 ec2-user staff 26 Dec 17 23:31 libkadm5srv.dylib -> libkadm5srv_mit.12.0.dylib 2024-12-17T23:32:02.1613010Z -rwxr-xr-x 1 ec2-user staff 154944 Dec 17 23:31 libkadm5srv_mit.12.0.dylib 2024-12-17T23:32:02.1613390Z lrwxr-xr-x 1 ec2-user staff 26 Dec 17 23:31 libkadm5srv_mit.12.dylib -> libkadm5srv_mit.12.0.dylib 2024-12-17T23:32:02.1613780Z lrwxr-xr-x 1 ec2-user staff 26 Dec 17 23:31 libkadm5srv_mit.dylib -> libkadm5srv_mit.12.0.dylib 2024-12-17T23:32:02.1614140Z -rwxr-xr-x 1 ec2-user staff 132336 Dec 17 23:31 libkdb5.10.0.dylib 2024-12-17T23:32:02.1614470Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libkdb5.10.dylib -> libkdb5.10.0.dylib 2024-12-17T23:32:02.1614830Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libkdb5.dylib -> libkdb5.10.0.dylib 2024-12-17T23:32:02.1615190Z -rwxr-xr-x 2 ec2-user staff 71216 Jun 16 2023 libkrad.0.0.dylib 2024-12-17T23:32:02.1615520Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libkrad.0.dylib -> libkrad.0.0.dylib 2024-12-17T23:32:02.1615880Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libkrad.dylib -> libkrad.0.0.dylib 2024-12-17T23:32:02.1616200Z -rwxr-xr-x 1 ec2-user staff 826304 Dec 17 23:31 libkrb5.3.3.dylib 2024-12-17T23:32:02.1616540Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libkrb5.3.dylib -> libkrb5.3.3.dylib 2024-12-17T23:32:02.1616920Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libkrb5.dylib -> libkrb5.3.3.dylib 2024-12-17T23:32:02.1617270Z -rwxr-xr-x 2 ec2-user staff 93744 Jun 16 2023 libkrb5support.1.1.dylib 2024-12-17T23:32:02.1617630Z lrwxr-xr-x 1 ec2-user staff 24 Dec 17 23:31 libkrb5support.1.dylib -> libkrb5support.1.1.dylib 2024-12-17T23:32:02.1618050Z lrwxr-xr-x 1 ec2-user staff 24 Dec 17 23:31 libkrb5support.dylib -> libkrb5support.1.1.dylib 2024-12-17T23:32:02.1618420Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 liblapack.dylib -> libopenblas.dylib 2024-12-17T23:32:02.1618760Z -rwxr-xr-x 2 ec2-user staff 416320 Dec 17 09:42 liblcms2.2.dylib 2024-12-17T23:32:02.1619070Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 liblcms2.dylib -> liblcms2.2.dylib 2024-12-17T23:32:02.1619400Z -rwxr-xr-x 3 ec2-user staff 225328 Apr 30 2024 liblz4.1.9.4.dylib 2024-12-17T23:32:02.1619740Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 liblz4.1.dylib -> liblz4.1.9.4.dylib 2024-12-17T23:32:02.1620100Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 liblz4.dylib -> liblz4.1.9.4.dylib 2024-12-17T23:32:02.1620430Z -rwxr-xr-x 3 ec2-user staff 217520 Apr 30 2024 liblzma.5.dylib 2024-12-17T23:32:02.1620720Z -rw-r--r-- 3 ec2-user staff 264344 Apr 30 2024 liblzma.a 2024-12-17T23:32:02.1621020Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 liblzma.dylib -> liblzma.5.dylib 2024-12-17T23:32:02.1621370Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libmenu.6.dylib -> libmenuw.6.dylib 2024-12-17T23:32:02.1621700Z lrwxr-xr-x 1 ec2-user staff 10 Dec 17 23:31 libmenu.a -> libmenuw.a 2024-12-17T23:32:02.1622020Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libmenu.dylib -> libmenuw.6.dylib 2024-12-17T23:32:02.1622340Z -rwxr-xr-x 3 ec2-user staff 73008 Jan 26 2023 libmenuw.6.dylib 2024-12-17T23:32:02.1622640Z -rw-r--r-- 3 ec2-user staff 43824 Jan 26 2023 libmenuw.a 2024-12-17T23:32:02.1622990Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libmenuw.dylib -> libmenuw.6.dylib 2024-12-17T23:32:02.1623350Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 libncurses++.a -> libncurses++w.a 2024-12-17T23:32:02.1623690Z -rw-r--r-- 3 ec2-user staff 108432 Jan 26 2023 libncurses++w.a 2024-12-17T23:32:02.1624120Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libncurses.6.dylib -> libncursesw.6.dylib 2024-12-17T23:32:02.1624470Z lrwxr-xr-x 1 ec2-user staff 13 Dec 17 23:31 libncurses.a -> libncursesw.a 2024-12-17T23:32:02.1624820Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libncurses.dylib -> libncursesw.6.dylib 2024-12-17T23:32:02.1625150Z -rwxr-xr-x 1 ec2-user staff 252048 Dec 17 23:31 libncursesw.6.dylib 2024-12-17T23:32:02.1625440Z -rw-r--r-- 3 ec2-user staff 302192 Jan 26 2023 libncursesw.a 2024-12-17T23:32:02.1625760Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libncursesw.dylib -> libncursesw.6.dylib 2024-12-17T23:32:02.1626090Z -rwxr-xr-x 2 ec2-user staff 211216 Jun 16 2023 libnghttp2.14.dylib 2024-12-17T23:32:02.1626420Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libnghttp2.dylib -> libnghttp2.14.dylib 2024-12-17T23:32:02.1626740Z -rwxr-xr-x 2 ec2-user staff 763440 Sep 8 2022 libomp.dylib 2024-12-17T23:32:02.1627070Z lrwxr-xr-x 1 ec2-user staff 26 Dec 17 23:31 libopenblas.0.dylib -> libopenblasp-r0.3.21.dylib 2024-12-17T23:32:02.1627480Z -rwxr-xr-x 2 ec2-user staff 23144528 Oct 4 2022 libopenblas.dylib 2024-12-17T23:32:02.1627790Z -rwxr-xr-x 2 ec2-user staff 23144560 Oct 4 2022 libopenblasp-r0.3.21.dylib 2024-12-17T23:32:02.1628110Z -rwxr-xr-x 2 ec2-user staff 392240 Aug 5 15:44 libopenjp2.2.5.2.dylib 2024-12-17T23:32:02.1628450Z lrwxr-xr-x 1 ec2-user staff 22 Dec 17 23:31 libopenjp2.7.dylib -> libopenjp2.2.5.2.dylib 2024-12-17T23:32:02.1628780Z -rw-r--r-- 2 ec2-user staff 431472 Aug 5 15:44 libopenjp2.a 2024-12-17T23:32:02.1629100Z lrwxr-xr-x 1 ec2-user staff 22 Dec 17 23:31 libopenjp2.dylib -> libopenjp2.2.5.2.dylib 2024-12-17T23:32:02.1629480Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libpanel.6.dylib -> libpanelw.6.dylib 2024-12-17T23:32:02.1629850Z lrwxr-xr-x 1 ec2-user staff 11 Dec 17 23:31 libpanel.a -> libpanelw.a 2024-12-17T23:32:02.1630200Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libpanel.dylib -> libpanelw.6.dylib 2024-12-17T23:32:02.1630540Z -rwxr-xr-x 3 ec2-user staff 68352 Jan 26 2023 libpanelw.6.dylib 2024-12-17T23:32:02.1630840Z -rw-r--r-- 3 ec2-user staff 15856 Jan 26 2023 libpanelw.a 2024-12-17T23:32:02.1631170Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libpanelw.dylib -> libpanelw.6.dylib 2024-12-17T23:32:02.1631540Z lrwxr-xr-x 1 ec2-user staff 10 Dec 17 23:31 libpng.a -> libpng16.a 2024-12-17T23:32:02.1631890Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libpng.dylib -> libpng16.16.dylib 2024-12-17T23:32:02.1632220Z -rwxr-xr-x 2 ec2-user staff 258784 Mar 3 2023 libpng16.16.dylib 2024-12-17T23:32:02.1632500Z -rw-r--r-- 2 ec2-user staff 294888 Mar 3 2023 libpng16.a 2024-12-17T23:32:02.1632800Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libpng16.dylib -> libpng16.16.dylib 2024-12-17T23:32:02.1633120Z -rwxr-xr-x 1 ec2-user staff 4022992 Dec 17 23:31 libpython3.9.dylib 2024-12-17T23:32:02.1633420Z -rwxr-xr-x 2 ec2-user staff 371952 Oct 11 2022 libquadmath.0.dylib 2024-12-17T23:32:02.1633750Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libquadmath.dylib -> libquadmath.0.dylib 2024-12-17T23:32:02.1634090Z -rwxr-xr-x 3 ec2-user staff 327920 Oct 24 2022 libreadline.8.2.dylib 2024-12-17T23:32:02.1634430Z lrwxr-xr-x 1 ec2-user staff 21 Dec 17 23:31 libreadline.8.dylib -> libreadline.8.2.dylib 2024-12-17T23:32:02.1634770Z -rw-r--r-- 3 ec2-user staff 509560 Oct 24 2022 libreadline.a 2024-12-17T23:32:02.1635090Z lrwxr-xr-x 1 ec2-user staff 21 Dec 17 23:31 libreadline.dylib -> libreadline.8.2.dylib 2024-12-17T23:32:02.1635420Z -rw-r--r-- 2 ec2-user staff 247856 Aug 20 2021 librhash.0.dylib 2024-12-17T23:32:02.1635690Z -rw-r--r-- 2 ec2-user staff 235000 Aug 20 2021 librhash.a 2024-12-17T23:32:02.1636000Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 librhash.dylib -> librhash.0.dylib 2024-12-17T23:32:02.1636430Z -rwxr-xr-x 2 ec2-user staff 68560 Oct 17 10:14 libsharpyuv.0.0.1.dylib 2024-12-17T23:32:02.1636790Z lrwxr-xr-x 1 ec2-user staff 23 Dec 17 23:31 libsharpyuv.0.dylib -> libsharpyuv.0.0.1.dylib 2024-12-17T23:32:02.1637170Z lrwxr-xr-x 1 ec2-user staff 23 Dec 17 23:31 libsharpyuv.dylib -> libsharpyuv.0.0.1.dylib 2024-12-17T23:32:02.1637520Z -rwxr-xr-x 3 ec2-user staff 1594192 Apr 30 2024 libsqlite3.0.dylib 2024-12-17T23:32:02.1637850Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libsqlite3.dylib -> libsqlite3.0.dylib 2024-12-17T23:32:02.1638180Z -rwxr-xr-x 2 ec2-user staff 284496 Jun 16 2023 libssh2.1.0.1.dylib 2024-12-17T23:32:02.1638500Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libssh2.1.dylib -> libssh2.1.0.1.dylib 2024-12-17T23:32:02.1638810Z -rw-r--r-- 2 ec2-user staff 342368 Jun 16 2023 libssh2.a 2024-12-17T23:32:02.1639110Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libssh2.dylib -> libssh2.1.0.1.dylib 2024-12-17T23:32:02.1639450Z -rwxr-xr-x 2 ec2-user staff 541728 Sep 11 2023 libssl.1.1.dylib 2024-12-17T23:32:02.1639800Z -rw-r--r-- 2 ec2-user staff 773744 Sep 11 2023 libssl.a 2024-12-17T23:32:02.1640100Z lrwxr-xr-x 1 ec2-user staff 16 Dec 17 23:31 libssl.dylib -> libssl.1.1.dylib 2024-12-17T23:32:02.1640430Z -rwxr-xr-x 1 ec2-user staff 1628848 Dec 17 23:31 libtcl8.6.dylib 2024-12-17T23:32:02.1640730Z -rwxr-xr-x 3 ec2-user staff 5856 May 3 2024 libtclstub8.6.a 2024-12-17T23:32:02.1641060Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libtiff.5.dylib -> ./libtiff.6.dylib 2024-12-17T23:32:02.1641390Z -rwxr-xr-x 2 ec2-user staff 545440 Dec 17 08:56 libtiff.6.dylib 2024-12-17T23:32:02.1641670Z -rw-r--r-- 2 ec2-user staff 733272 Dec 17 08:56 libtiff.a 2024-12-17T23:32:02.1641970Z lrwxr-xr-x 1 ec2-user staff 15 Dec 17 23:31 libtiff.dylib -> libtiff.6.dylib 2024-12-17T23:32:02.1642290Z -rwxr-xr-x 2 ec2-user staff 70992 Dec 17 08:56 libtiffxx.6.dylib 2024-12-17T23:32:02.1642580Z -rw-r--r-- 2 ec2-user staff 10840 Dec 17 08:56 libtiffxx.a 2024-12-17T23:32:02.1642890Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libtiffxx.dylib -> libtiffxx.6.dylib 2024-12-17T23:32:02.1643250Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libtinfo.6.dylib -> libtinfow.6.dylib 2024-12-17T23:32:02.1643590Z lrwxr-xr-x 1 ec2-user staff 11 Dec 17 23:31 libtinfo.a -> libtinfow.a 2024-12-17T23:32:02.1643930Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libtinfo.dylib -> libtinfow.6.dylib 2024-12-17T23:32:02.1644250Z -rwxr-xr-x 1 ec2-user staff 255072 Dec 17 23:31 libtinfow.6.dylib 2024-12-17T23:32:02.1644530Z -rw-r--r--@ 1 ec2-user staff 345456 Dec 17 23:31 libtinfow.a 2024-12-17T23:32:02.1644840Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libtinfow.dylib -> libtinfow.6.dylib 2024-12-17T23:32:02.1645170Z -rwxr-xr-x 3 ec2-user staff 1590336 May 3 2024 libtk8.6.dylib 2024-12-17T23:32:02.1645450Z -rwxr-xr-x 3 ec2-user staff 4728 May 3 2024 libtkstub8.6.a 2024-12-17T23:32:02.1645740Z -rwxr-xr-x 2 ec2-user staff 266832 Aug 19 2021 libuv.1.dylib 2024-12-17T23:32:02.1646010Z -rw-r--r-- 2 ec2-user staff 1047680 Aug 19 2021 libuv.a 2024-12-17T23:32:02.1646300Z lrwxr-xr-x 1 ec2-user staff 13 Dec 17 23:31 libuv.dylib -> libuv.1.dylib 2024-12-17T23:32:02.1646620Z -rwxr-xr-x 2 ec2-user staff 88752 Jun 16 2023 libverto.0.0.dylib 2024-12-17T23:32:02.1646950Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libverto.0.dylib -> libverto.0.0.dylib 2024-12-17T23:32:02.1647310Z lrwxr-xr-x 1 ec2-user staff 18 Dec 17 23:31 libverto.dylib -> libverto.0.0.dylib 2024-12-17T23:32:02.1647640Z -rwxr-xr-x 2 ec2-user staff 497488 Oct 17 10:14 libwebp.7.1.8.dylib 2024-12-17T23:32:02.1647990Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libwebp.7.dylib -> libwebp.7.1.8.dylib 2024-12-17T23:32:02.1648470Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libwebp.dylib -> libwebp.7.1.8.dylib 2024-12-17T23:32:02.1648840Z -rwxr-xr-x 2 ec2-user staff 267456 Oct 17 10:13 libwebpdecoder.3.1.8.dylib 2024-12-17T23:32:02.1649230Z lrwxr-xr-x 1 ec2-user staff 26 Dec 17 23:31 libwebpdecoder.3.dylib -> libwebpdecoder.3.1.8.dylib 2024-12-17T23:32:02.1649660Z lrwxr-xr-x 1 ec2-user staff 26 Dec 17 23:31 libwebpdecoder.dylib -> libwebpdecoder.3.1.8.dylib 2024-12-17T23:32:02.1650030Z -rwxr-xr-x 2 ec2-user staff 69216 Oct 17 10:13 libwebpdemux.2.0.14.dylib 2024-12-17T23:32:02.1650400Z lrwxr-xr-x 1 ec2-user staff 25 Dec 17 23:31 libwebpdemux.2.dylib -> libwebpdemux.2.0.14.dylib 2024-12-17T23:32:02.1650810Z lrwxr-xr-x 1 ec2-user staff 25 Dec 17 23:31 libwebpdemux.dylib -> libwebpdemux.2.0.14.dylib 2024-12-17T23:32:02.1651190Z -rwxr-xr-x 2 ec2-user staff 88896 Oct 17 10:13 libwebpmux.3.0.13.dylib 2024-12-17T23:32:02.1651550Z lrwxr-xr-x 1 ec2-user staff 23 Dec 17 23:31 libwebpmux.3.dylib -> libwebpmux.3.0.13.dylib 2024-12-17T23:32:02.1652000Z lrwxr-xr-x 1 ec2-user staff 23 Dec 17 23:31 libwebpmux.dylib -> libwebpmux.3.0.13.dylib 2024-12-17T23:32:02.1652350Z -rwxr-xr-x 2 ec2-user staff 156864 Aug 16 2021 libyaml-0.2.dylib 2024-12-17T23:32:02.1652640Z -rw-r--r-- 2 ec2-user staff 142944 Aug 16 2021 libyaml.a 2024-12-17T23:32:02.1652950Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libyaml.dylib -> libyaml-0.2.dylib 2024-12-17T23:32:02.1653290Z -rwxr-xr-x 3 ec2-user staff 140576 Apr 30 2024 libz.1.2.13.dylib 2024-12-17T23:32:02.1653620Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libz.1.dylib -> libz.1.2.13.dylib 2024-12-17T23:32:02.1653930Z -rw-r--r-- 3 ec2-user staff 105176 Apr 30 2024 libz.a 2024-12-17T23:32:02.1654220Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 libz.dylib -> libz.1.2.13.dylib 2024-12-17T23:32:02.1654540Z -rwxr-xr-x 2 ec2-user staff 850496 Oct 9 15:16 libzstd.1.5.6.dylib 2024-12-17T23:32:02.1654870Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libzstd.1.dylib -> libzstd.1.5.6.dylib 2024-12-17T23:32:02.1655180Z -rw-r--r-- 2 ec2-user staff 935560 Oct 9 15:16 libzstd.a 2024-12-17T23:32:02.1655480Z lrwxr-xr-x 1 ec2-user staff 19 Dec 17 23:31 libzstd.dylib -> libzstd.1.5.6.dylib 2024-12-17T23:32:02.1655800Z drwxr-xr-x 55 ec2-user staff 1760 Dec 17 23:31 pkgconfig 2024-12-17T23:32:02.1656070Z drwxr-xr-x 212 ec2-user staff 6784 Dec 17 23:31 python3.9 2024-12-17T23:32:02.1656340Z drwxr-xr-x 4 ec2-user staff 128 Dec 17 23:31 sqlite3.44.2 2024-12-17T23:32:02.1656610Z drwxr-xr-x 5 ec2-user staff 160 Dec 17 23:31 tcl8 2024-12-17T23:32:02.1656870Z drwxr-xr-x 17 ec2-user staff 544 Dec 17 23:31 tcl8.6 2024-12-17T23:32:02.1657140Z -rw-r--r-- 1 ec2-user staff 9617 Dec 17 23:31 tclConfig.sh 2024-12-17T23:32:02.1657420Z -rw-r--r-- 3 ec2-user staff 773 May 3 2024 tclooConfig.sh 2024-12-17T23:32:02.1657690Z drwxr-xr-x 7 ec2-user staff 224 Dec 17 23:31 tdbc1.1.7 2024-12-17T23:32:02.1657970Z drwxr-xr-x 5 ec2-user staff 160 Dec 17 23:31 tdbcmysql1.1.7 2024-12-17T23:32:02.1658260Z drwxr-xr-x 5 ec2-user staff 160 Dec 17 23:31 tdbcodbc1.1.7 2024-12-17T23:32:02.1658540Z drwxr-xr-x 5 ec2-user staff 160 Dec 17 23:31 tdbcpostgres1.1.7 2024-12-17T23:32:02.1658860Z lrwxr-xr-x 1 ec2-user staff 17 Dec 17 23:31 terminfo -> ../share/terminfo 2024-12-17T23:32:02.1659160Z drwxr-xr-x 5 ec2-user staff 160 Dec 17 23:31 thread2.8.9 2024-12-17T23:32:02.1659430Z drwxr-xr-x 40 ec2-user staff 1280 Dec 17 23:31 tk8.6 2024-12-17T23:32:02.1659690Z -rw-r--r-- 1 ec2-user staff 4935 Dec 17 23:31 tkConfig.sh 2024-12-17T23:32:02.2093590Z /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_12383255596/bin/cmake 2024-12-17T23:32:02.2243750Z + codesign -f -s - /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:02.2304720Z /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake: replacing existing signature 2024-12-17T23:32:02.3308970Z + [[ macos-py3-arm64 = *arm64* ]] 2024-12-17T23:32:02.3311920Z ++ uname -m 2024-12-17T23:32:02.3348190Z + [[ arm64 == \a\r\m\6\4 ]] 2024-12-17T23:32:02.3348460Z + compile_arm64 2024-12-17T23:32:02.3348630Z + USE_DISTRIBUTED=0 2024-12-17T23:32:02.3348780Z + USE_OPENMP=1 2024-12-17T23:32:02.3348940Z + MACOSX_DEPLOYMENT_TARGET=11.0 2024-12-17T23:32:02.3349120Z + WERROR=1 2024-12-17T23:32:02.3349250Z + BUILD_TEST=OFF 2024-12-17T23:32:02.3349410Z + USE_PYTORCH_METAL=1 2024-12-17T23:32:02.3349580Z + python setup.py bdist_wheel 2024-12-17T23:32:04.5369940Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2024-12-17T23:32:04.6538040Z -- The C compiler identification is AppleClang 15.0.0.15000309 2024-12-17T23:32:04.6610870Z -- Detecting CXX compiler ABI info 2024-12-17T23:32:05.5306780Z -- Detecting CXX compiler ABI info - done 2024-12-17T23:32:05.5345800Z -- Check for working CXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ - skipped 2024-12-17T23:32:05.5347990Z -- Detecting CXX compile features 2024-12-17T23:32:05.5351320Z -- Detecting CXX compile features - done 2024-12-17T23:32:05.5403460Z -- Detecting C compiler ABI info 2024-12-17T23:32:05.6581660Z -- Detecting C compiler ABI info - done 2024-12-17T23:32:05.6642210Z -- Check for working C compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang - skipped 2024-12-17T23:32:05.6644410Z -- Detecting C compile features 2024-12-17T23:32:05.6647280Z -- Detecting C compile features - done 2024-12-17T23:32:05.6677760Z -- Not forcing any particular BLAS to be found 2024-12-17T23:32:05.6909180Z -- CLANG_VERSION_STRING: 15.0 2024-12-17T23:32:05.7075750Z -- sdk version: 14.4, mps supported: ON 2024-12-17T23:32:05.7229650Z -- MPSGraph framework found 2024-12-17T23:32:05.7253160Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2024-12-17T23:32:05.7302000Z -- Performing Test C_HAS_AVX_1 2024-12-17T23:32:05.9612730Z -- Performing Test C_HAS_AVX_1 - Failed 2024-12-17T23:32:05.9623190Z -- Performing Test C_HAS_AVX_2 2024-12-17T23:32:06.0549430Z -- Performing Test C_HAS_AVX_2 - Failed 2024-12-17T23:32:06.0558580Z -- Performing Test C_HAS_AVX_3 2024-12-17T23:32:06.1213400Z -- Performing Test C_HAS_AVX_3 - Failed 2024-12-17T23:32:06.1215970Z -- Performing Test C_HAS_AVX2_1 2024-12-17T23:32:06.2148650Z -- Performing Test C_HAS_AVX2_1 - Failed 2024-12-17T23:32:06.2156340Z -- Performing Test C_HAS_AVX2_2 2024-12-17T23:32:06.3093750Z -- Performing Test C_HAS_AVX2_2 - Failed 2024-12-17T23:32:06.3096050Z -- Performing Test C_HAS_AVX2_3 2024-12-17T23:32:06.3742770Z -- Performing Test C_HAS_AVX2_3 - Failed 2024-12-17T23:32:06.3745200Z -- Performing Test C_HAS_AVX512_1 2024-12-17T23:32:06.4669450Z -- Performing Test C_HAS_AVX512_1 - Failed 2024-12-17T23:32:06.4671960Z -- Performing Test C_HAS_AVX512_2 2024-12-17T23:32:06.5587910Z -- Performing Test C_HAS_AVX512_2 - Failed 2024-12-17T23:32:06.5590050Z -- Performing Test C_HAS_AVX512_3 2024-12-17T23:32:06.6225340Z -- Performing Test C_HAS_AVX512_3 - Failed 2024-12-17T23:32:06.6227930Z -- Performing Test CXX_HAS_AVX_1 2024-12-17T23:32:06.7140700Z -- Performing Test CXX_HAS_AVX_1 - Failed 2024-12-17T23:32:06.7148800Z -- Performing Test CXX_HAS_AVX_2 2024-12-17T23:32:06.8051880Z -- Performing Test CXX_HAS_AVX_2 - Failed 2024-12-17T23:32:06.8054000Z -- Performing Test CXX_HAS_AVX_3 2024-12-17T23:32:06.8693500Z -- Performing Test CXX_HAS_AVX_3 - Failed 2024-12-17T23:32:06.8696180Z -- Performing Test CXX_HAS_AVX2_1 2024-12-17T23:32:06.9611780Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2024-12-17T23:32:06.9614000Z -- Performing Test CXX_HAS_AVX2_2 2024-12-17T23:32:07.0527110Z -- Performing Test CXX_HAS_AVX2_2 - Failed 2024-12-17T23:32:07.0529320Z -- Performing Test CXX_HAS_AVX2_3 2024-12-17T23:32:07.1166590Z -- Performing Test CXX_HAS_AVX2_3 - Failed 2024-12-17T23:32:07.1168740Z -- Performing Test CXX_HAS_AVX512_1 2024-12-17T23:32:07.2083840Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2024-12-17T23:32:07.2085950Z -- Performing Test CXX_HAS_AVX512_2 2024-12-17T23:32:07.2998960Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2024-12-17T23:32:07.3001140Z -- Performing Test CXX_HAS_AVX512_3 2024-12-17T23:32:07.3643250Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2024-12-17T23:32:07.3646680Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-12-17T23:32:07.4658710Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Failed 2024-12-17T23:32:07.4663610Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-12-17T23:32:07.5791770Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2024-12-17T23:32:07.5796190Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-12-17T23:32:07.6928590Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2024-12-17T23:32:07.6933030Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2024-12-17T23:32:07.8056150Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2024-12-17T23:32:07.8074560Z -- No OMAP3 processor on this machine. 2024-12-17T23:32:07.8074800Z -- No OMAP4 processor on this machine. 2024-12-17T23:32:07.8075090Z -- Compiler does not support SVE extension. Will not build perfkernels. 2024-12-17T23:32:07.8131750Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-12-17T23:32:09.1919870Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-12-17T23:32:09.1923450Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2024-12-17T23:32:09.1923790Z PyTorch: CUDA cannot be found. Depending on whether you are building 2024-12-17T23:32:09.1924150Z PyTorch or a PyTorch dependent library, the next warning / error will give 2024-12-17T23:32:09.1924420Z you more info. 2024-12-17T23:32:09.1924570Z Call Stack (most recent call first): 2024-12-17T23:32:09.1924790Z cmake/Dependencies.cmake:44 (include) 2024-12-17T23:32:09.1925010Z CMakeLists.txt:858 (include) 2024-12-17T23:32:09.1925120Z 2024-12-17T23:32:09.1925130Z 2024-12-17T23:32:09.1925230Z CMake Warning at cmake/Dependencies.cmake:76 (message): 2024-12-17T23:32:09.1925540Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2024-12-17T23:32:09.1925800Z Call Stack (most recent call first): 2024-12-17T23:32:09.1925980Z CMakeLists.txt:858 (include) 2024-12-17T23:32:09.1926090Z 2024-12-17T23:32:09.1926090Z 2024-12-17T23:32:09.1943090Z CMake Warning at cmake/Dependencies.cmake:95 (message): 2024-12-17T23:32:09.1943420Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-12-17T23:32:09.1943690Z -DUSE_XPU=OFF. 2024-12-17T23:32:09.1943840Z Call Stack (most recent call first): 2024-12-17T23:32:09.1944030Z CMakeLists.txt:858 (include) 2024-12-17T23:32:09.1944160Z 2024-12-17T23:32:09.1944160Z 2024-12-17T23:32:09.1944660Z -- Building using own protobuf under third_party per request. 2024-12-17T23:32:09.1944920Z -- Use custom protobuf build. 2024-12-17T23:32:09.1954570Z -- 2024-12-17T23:32:09.1954800Z -- 3.13.0.0 2024-12-17T23:32:09.1972800Z -- Looking for pthread.h 2024-12-17T23:32:09.3321350Z -- Looking for pthread.h - found 2024-12-17T23:32:09.3322970Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-12-17T23:32:09.4524240Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-12-17T23:32:09.4531510Z -- Found Threads: TRUE 2024-12-17T23:32:09.4534800Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2024-12-17T23:32:09.7450160Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2024-12-17T23:32:09.7597610Z -- Caffe2 protobuf include directory: $$ 2024-12-17T23:32:09.7610280Z -- Trying to find preferred BLAS backend of choice: MKL 2024-12-17T23:32:09.7619700Z -- MKL_THREADING = OMP 2024-12-17T23:32:09.7631230Z -- Looking for sys/types.h 2024-12-17T23:32:09.9026250Z -- Looking for sys/types.h - found 2024-12-17T23:32:09.9037670Z -- Looking for stdint.h 2024-12-17T23:32:10.0225130Z -- Looking for stdint.h - found 2024-12-17T23:32:10.0237040Z -- Looking for stddef.h 2024-12-17T23:32:10.1385780Z -- Looking for stddef.h - found 2024-12-17T23:32:10.1386190Z -- Check size of void* 2024-12-17T23:32:10.2620980Z -- Check size of void* - done 2024-12-17T23:32:10.2719350Z -- MKL_THREADING = OMP 2024-12-17T23:32:10.2803820Z CMake Warning at cmake/Dependencies.cmake:207 (message): 2024-12-17T23:32:10.2804100Z MKL could not be found. Defaulting to Eigen 2024-12-17T23:32:10.2804320Z Call Stack (most recent call first): 2024-12-17T23:32:10.2804510Z CMakeLists.txt:858 (include) 2024-12-17T23:32:10.2804620Z 2024-12-17T23:32:10.2804630Z 2024-12-17T23:32:10.2804740Z CMake Warning at cmake/Dependencies.cmake:255 (message): 2024-12-17T23:32:10.2805050Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2024-12-17T23:32:10.2805330Z library 2024-12-17T23:32:10.2805640Z Call Stack (most recent call first): 2024-12-17T23:32:10.2805820Z CMakeLists.txt:858 (include) 2024-12-17T23:32:10.2805940Z 2024-12-17T23:32:10.2805940Z 2024-12-17T23:32:10.2817540Z -- MKL_THREADING = OMP 2024-12-17T23:32:10.2819750Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-12-17T23:32:10.2825200Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2825910Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-12-17T23:32:10.2831210Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2831920Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-12-17T23:32:10.2837210Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2837780Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-12-17T23:32:10.2843090Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2843670Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] 2024-12-17T23:32:10.2848960Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2849490Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] 2024-12-17T23:32:10.2854790Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2855300Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] 2024-12-17T23:32:10.2860910Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2861300Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] 2024-12-17T23:32:10.2866990Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2867470Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m] 2024-12-17T23:32:10.2872790Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2873220Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m] 2024-12-17T23:32:10.2878560Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2879020Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m] 2024-12-17T23:32:10.2884330Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2884770Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m] 2024-12-17T23:32:10.2890060Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2890520Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m] 2024-12-17T23:32:10.2896150Z -- Library mkl_intel_lp64: not found 2024-12-17T23:32:10.2896490Z -- Checking for [mkl_intel - mkl_core - pthread - m] 2024-12-17T23:32:10.2902090Z -- Library mkl_intel: not found 2024-12-17T23:32:10.2902310Z -- Checking for [mkl - guide - pthread - m] 2024-12-17T23:32:10.2907670Z -- Library mkl: not found 2024-12-17T23:32:10.2907900Z -- MKL library not found 2024-12-17T23:32:10.2908080Z -- Checking for [blis] 2024-12-17T23:32:10.2914080Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2024-12-17T23:32:10.2914300Z -- Checking for [Accelerate] 2024-12-17T23:32:10.2919930Z -- Library Accelerate: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework 2024-12-17T23:32:10.2920520Z -- Looking for sgemm_ 2024-12-17T23:32:10.4273630Z -- Looking for sgemm_ - found 2024-12-17T23:32:10.4276600Z -- Performing Test BLAS_F2C_DOUBLE_WORKS 2024-12-17T23:32:10.6377830Z -- Performing Test BLAS_F2C_DOUBLE_WORKS - Success 2024-12-17T23:32:10.6381090Z -- Performing Test BLAS_F2C_FLOAT_WORKS 2024-12-17T23:32:10.8427700Z -- Performing Test BLAS_F2C_FLOAT_WORKS - Failed 2024-12-17T23:32:10.8428980Z -- This BLAS uses the F2C return conventions 2024-12-17T23:32:10.8431080Z -- Performing Test BLAS_USE_CBLAS_DOT 2024-12-17T23:32:11.0484050Z -- Performing Test BLAS_USE_CBLAS_DOT - Success 2024-12-17T23:32:11.0486710Z -- Found a library with BLAS API (accelerate). Full path: (/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework) 2024-12-17T23:32:11.0489220Z -- Looking for sbgemm_ 2024-12-17T23:32:11.1802840Z -- Looking for sbgemm_ - not found 2024-12-17T23:32:11.1804110Z -- Using pocketfft in directory: /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft/ 2024-12-17T23:32:11.2609040Z -- The ASM compiler identification is Clang with GNU-like command-line 2024-12-17T23:32:11.2643380Z -- Found assembler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:11.2738170Z -- Brace yourself, we are building NNPACK 2024-12-17T23:32:11.2768050Z -- NNPACK backend is neon 2024-12-17T23:32:11.2891730Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2024-12-17T23:32:11.2902490Z -- Generating microkernels.cmake 2024-12-17T23:32:12.8489480Z No microkernel found in src/reference/unary-elementwise.cc 2024-12-17T23:32:12.8489800Z No microkernel found in src/reference/packing.cc 2024-12-17T23:32:12.8490080Z No microkernel found in src/reference/binary-elementwise.cc 2024-12-17T23:32:12.8734620Z CMake Warning at cmake/Dependencies.cmake:704 (message): 2024-12-17T23:32:12.8734980Z A compiler with AVX512 support is required for FBGEMM. Not compiling with 2024-12-17T23:32:12.8735340Z FBGEMM. Turn this warning off by USE_FBGEMM=OFF. 2024-12-17T23:32:12.8735580Z Call Stack (most recent call first): 2024-12-17T23:32:12.8735790Z CMakeLists.txt:858 (include) 2024-12-17T23:32:12.8735910Z 2024-12-17T23:32:12.8735920Z 2024-12-17T23:32:12.8736030Z CMake Warning at cmake/Dependencies.cmake:753 (message): 2024-12-17T23:32:12.8736310Z Turning USE_FAKELOWP off as it depends on USE_FBGEMM. 2024-12-17T23:32:12.8736550Z Call Stack (most recent call first): 2024-12-17T23:32:12.8736740Z CMakeLists.txt:858 (include) 2024-12-17T23:32:12.8736860Z 2024-12-17T23:32:12.8736860Z 2024-12-17T23:32:12.8736940Z -- Using third party subdirectory Eigen. 2024-12-17T23:32:14.3603560Z -- Found Python: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/python (found version "3.9.12") found components: Interpreter Development.Module NumPy 2024-12-17T23:32:14.3604130Z -- Using third_party/pybind11. 2024-12-17T23:32:14.3604500Z -- pybind11 include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-12-17T23:32:14.4273690Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-12-17T23:32:14.4274020Z -- Using third_party/opentelemetry-cpp. 2024-12-17T23:32:14.4274460Z -- opentelemetry api include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-12-17T23:32:14.4294240Z -- MKL_THREADING = OMP 2024-12-17T23:32:14.4387150Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-12-17T23:32:14.5117790Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-12-17T23:32:14.5118220Z Detecting C OpenMP compiler ABI info compiled with the following output: 2024-12-17T23:32:14.5118450Z 2024-12-17T23:32:14.5118510Z Change Dir: 2024-12-17T23:32:14.5118750Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-12-17T23:32:14.5118970Z 2024-12-17T23:32:14.5119030Z 2024-12-17T23:32:14.5119100Z 2024-12-17T23:32:14.5119510Z Run Build 2024-12-17T23:32:14.5119770Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/ninja 2024-12-17T23:32:14.5120090Z cmTC_ac893 && [1/2] Building C object 2024-12-17T23:32:14.5120310Z CMakeFiles/cmTC_ac893.dir/OpenMPTryFlag.c.o 2024-12-17T23:32:14.5120470Z 2024-12-17T23:32:14.5120570Z FAILED: CMakeFiles/cmTC_ac893.dir/OpenMPTryFlag.c.o 2024-12-17T23:32:14.5120730Z 2024-12-17T23:32:14.5120890Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:14.5121220Z -Xpreprocessor -fopenmp -v -arch arm64 -isysroot 2024-12-17T23:32:14.5121490Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-12-17T23:32:14.5121740Z -mmacosx-version-min=11.0 -std=gnu11 -MD -MT 2024-12-17T23:32:14.5121990Z CMakeFiles/cmTC_ac893.dir/OpenMPTryFlag.c.o -MF 2024-12-17T23:32:14.5122240Z CMakeFiles/cmTC_ac893.dir/OpenMPTryFlag.c.o.d -o 2024-12-17T23:32:14.5122480Z CMakeFiles/cmTC_ac893.dir/OpenMPTryFlag.c.o -c 2024-12-17T23:32:14.5122990Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2024-12-17T23:32:14.5123260Z 2024-12-17T23:32:14.5123260Z 2024-12-17T23:32:14.5123350Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-12-17T23:32:14.5123500Z 2024-12-17T23:32:14.5123580Z Target: arm64-apple-darwin23.4.0 2024-12-17T23:32:14.5123700Z 2024-12-17T23:32:14.5123770Z Thread model: posix 2024-12-17T23:32:14.5123870Z 2024-12-17T23:32:14.5123990Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-12-17T23:32:14.5124170Z 2024-12-17T23:32:14.5132240Z "/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_ac893.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ac893.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-12-17T23:32:14.5140360Z 2024-12-17T23:32:14.5140470Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-12-17T23:32:14.5140710Z arm64-apple-darwin23.4.0 2024-12-17T23:32:14.5140820Z 2024-12-17T23:32:14.5140930Z ignoring nonexistent directory "/usr/local/include" 2024-12-17T23:32:14.5141090Z 2024-12-17T23:32:14.5141160Z ignoring nonexistent directory 2024-12-17T23:32:14.5141440Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-12-17T23:32:14.5141670Z 2024-12-17T23:32:14.5141740Z ignoring nonexistent directory 2024-12-17T23:32:14.5142340Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-12-17T23:32:14.5142560Z 2024-12-17T23:32:14.5142620Z #include "..." search starts here: 2024-12-17T23:32:14.5142750Z 2024-12-17T23:32:14.5142810Z #include <...> search starts here: 2024-12-17T23:32:14.5142940Z 2024-12-17T23:32:14.5143070Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-12-17T23:32:14.5143400Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-12-17T23:32:14.5143690Z /Library/Developer/CommandLineTools/usr/include 2024-12-17T23:32:14.5144080Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-12-17T23:32:14.5144380Z 2024-12-17T23:32:14.5144430Z End of search list. 2024-12-17T23:32:14.5144530Z 2024-12-17T23:32:14.5144580Z 2024-12-17T23:32:14.5144870Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c:2:10: 2024-12-17T23:32:14.5145220Z fatal error: 'omp.h' file not found 2024-12-17T23:32:14.5145340Z 2024-12-17T23:32:14.5145410Z #include 2024-12-17T23:32:14.5145490Z 2024-12-17T23:32:14.5145540Z ^~~~~~~ 2024-12-17T23:32:14.5145620Z 2024-12-17T23:32:14.5145680Z 1 error generated. 2024-12-17T23:32:14.5145770Z 2024-12-17T23:32:14.5145850Z ninja: build stopped: subcommand failed. 2024-12-17T23:32:14.5145990Z 2024-12-17T23:32:14.5146040Z 2024-12-17T23:32:14.5146100Z 2024-12-17T23:32:14.5146160Z Call Stack (most recent call first): 2024-12-17T23:32:14.5146390Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-12-17T23:32:14.5146640Z cmake/Dependencies.cmake:945 (include) 2024-12-17T23:32:14.5146840Z CMakeLists.txt:858 (include) 2024-12-17T23:32:14.5146960Z 2024-12-17T23:32:14.5146960Z 2024-12-17T23:32:14.6573120Z -- MKL_THREADING = OMP 2024-12-17T23:32:14.6660590Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include -v 2024-12-17T23:32:14.7905940Z -- MKL_THREADING = OMP 2024-12-17T23:32:14.7993390Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-12-17T23:32:14.8715050Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-12-17T23:32:14.8715460Z Detecting CXX OpenMP compiler ABI info compiled with the following output: 2024-12-17T23:32:14.8715700Z 2024-12-17T23:32:14.8715750Z Change Dir: 2024-12-17T23:32:14.8715990Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-12-17T23:32:14.8716210Z 2024-12-17T23:32:14.8716260Z 2024-12-17T23:32:14.8716330Z 2024-12-17T23:32:14.8716380Z Run Build 2024-12-17T23:32:14.8716630Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/ninja 2024-12-17T23:32:14.8717200Z cmTC_b5766 && [1/2] Building CXX object 2024-12-17T23:32:14.8717450Z CMakeFiles/cmTC_b5766.dir/OpenMPTryFlag.cpp.o 2024-12-17T23:32:14.8717610Z 2024-12-17T23:32:14.8717710Z FAILED: CMakeFiles/cmTC_b5766.dir/OpenMPTryFlag.cpp.o 2024-12-17T23:32:14.8717880Z 2024-12-17T23:32:14.8718050Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:14.8718440Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2024-12-17T23:32:14.8718830Z -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-12-17T23:32:14.8719130Z -mmacosx-version-min=11.0 -std=gnu++17 -MD -MT 2024-12-17T23:32:14.8719390Z CMakeFiles/cmTC_b5766.dir/OpenMPTryFlag.cpp.o -MF 2024-12-17T23:32:14.8719650Z CMakeFiles/cmTC_b5766.dir/OpenMPTryFlag.cpp.o.d -o 2024-12-17T23:32:14.8719900Z CMakeFiles/cmTC_b5766.dir/OpenMPTryFlag.cpp.o -c 2024-12-17T23:32:14.8720240Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2024-12-17T23:32:14.8720500Z 2024-12-17T23:32:14.8720590Z 2024-12-17T23:32:14.8720670Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-12-17T23:32:14.8720820Z 2024-12-17T23:32:14.8720890Z Target: arm64-apple-darwin23.4.0 2024-12-17T23:32:14.8721000Z 2024-12-17T23:32:14.8721060Z Thread model: posix 2024-12-17T23:32:14.8721150Z 2024-12-17T23:32:14.8721270Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-12-17T23:32:14.8721440Z 2024-12-17T23:32:14.8729550Z "/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_b5766.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b5766.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-12-17T23:32:14.8737980Z 2024-12-17T23:32:14.8738090Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-12-17T23:32:14.8738330Z arm64-apple-darwin23.4.0 2024-12-17T23:32:14.8738430Z 2024-12-17T23:32:14.8738530Z ignoring nonexistent directory "/usr/local/include" 2024-12-17T23:32:14.8738690Z 2024-12-17T23:32:14.8738760Z ignoring nonexistent directory 2024-12-17T23:32:14.8739030Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-12-17T23:32:14.8739310Z 2024-12-17T23:32:14.8739380Z ignoring nonexistent directory 2024-12-17T23:32:14.8739640Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-12-17T23:32:14.8739860Z 2024-12-17T23:32:14.8739930Z #include "..." search starts here: 2024-12-17T23:32:14.8740050Z 2024-12-17T23:32:14.8740110Z #include <...> search starts here: 2024-12-17T23:32:14.8740230Z 2024-12-17T23:32:14.8740380Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 2024-12-17T23:32:14.8751590Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-12-17T23:32:14.8751940Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-12-17T23:32:14.8752230Z /Library/Developer/CommandLineTools/usr/include 2024-12-17T23:32:14.8752610Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-12-17T23:32:14.8752910Z 2024-12-17T23:32:14.8752960Z End of search list. 2024-12-17T23:32:14.8753080Z 2024-12-17T23:32:14.8753130Z 2024-12-17T23:32:14.8753420Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp:2:10: 2024-12-17T23:32:14.8753800Z fatal error: 'omp.h' file not found 2024-12-17T23:32:14.8753930Z 2024-12-17T23:32:14.8753980Z #include 2024-12-17T23:32:14.8754090Z 2024-12-17T23:32:14.8754150Z ^~~~~~~ 2024-12-17T23:32:14.8754230Z 2024-12-17T23:32:14.8754310Z 1 error generated. 2024-12-17T23:32:14.8754410Z 2024-12-17T23:32:14.8754500Z ninja: build stopped: subcommand failed. 2024-12-17T23:32:14.8754650Z 2024-12-17T23:32:14.8754710Z 2024-12-17T23:32:14.8754770Z 2024-12-17T23:32:14.8754840Z Call Stack (most recent call first): 2024-12-17T23:32:14.8755080Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-12-17T23:32:14.8755310Z cmake/Dependencies.cmake:945 (include) 2024-12-17T23:32:14.8755500Z CMakeLists.txt:858 (include) 2024-12-17T23:32:14.8755620Z 2024-12-17T23:32:14.8755620Z 2024-12-17T23:32:15.0155960Z -- MKL_THREADING = OMP 2024-12-17T23:32:15.0243000Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include -v 2024-12-17T23:32:15.2750820Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include 2024-12-17T23:32:15.4005900Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include 2024-12-17T23:32:15.4006740Z -- Found OpenMP: TRUE 2024-12-17T23:32:15.4007500Z -- Adding OpenMP CXX_FLAGS: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include 2024-12-17T23:32:15.4008110Z -- Will link against OpenMP libraries: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libomp.dylib 2024-12-17T23:32:15.4189240Z -- Found PythonInterp: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/python (found version "3.9.12") 2024-12-17T23:32:15.4190530Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-12-17T23:32:15.4192010Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-12-17T23:32:15.4193240Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-12-17T23:32:15.5595760Z -- 2024-12-17T23:32:15.5595960Z -- ******** Summary ******** 2024-12-17T23:32:15.5596170Z -- CMake version : 3.22.1 2024-12-17T23:32:15.5596520Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:15.5596860Z -- System : Darwin 2024-12-17T23:32:15.5597230Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:15.5597710Z -- C++ compiler version : 15.0.0.15000309 2024-12-17T23:32:15.5598050Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-12-17T23:32:15.5598370Z -- Build type : Release 2024-12-17T23:32:15.5598660Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-12-17T23:32:15.5599130Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/python3.9/site-packages 2024-12-17T23:32:15.5599590Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-12-17T23:32:15.5600170Z -- 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-12-17T23:32:15.5600640Z -- 2024-12-17T23:32:15.5600780Z -- ONNX version : 1.17.0 2024-12-17T23:32:15.5601010Z -- ONNX NAMESPACE : onnx_torch 2024-12-17T23:32:15.5601240Z -- ONNX_USE_LITE_PROTO : OFF 2024-12-17T23:32:15.5601460Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-12-17T23:32:15.5601670Z -- Protobuf_USE_STATIC_LIBS : ON 2024-12-17T23:32:15.5601880Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-12-17T23:32:15.5602090Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-12-17T23:32:15.5602310Z -- ONNX_WERROR : OFF 2024-12-17T23:32:15.5602520Z -- ONNX_BUILD_TESTS : OFF 2024-12-17T23:32:15.5602730Z -- ONNX_BUILD_SHARED_LIBS : 2024-12-17T23:32:15.5602930Z -- BUILD_SHARED_LIBS : OFF 2024-12-17T23:32:15.5603110Z -- 2024-12-17T23:32:15.5603250Z -- Protobuf compiler : 2024-12-17T23:32:15.5603450Z -- Protobuf includes : 2024-12-17T23:32:15.5603660Z -- Protobuf libraries : 2024-12-17T23:32:15.5603870Z -- BUILD_ONNX_PYTHON : OFF 2024-12-17T23:32:15.5604130Z CMake Warning at cmake/Dependencies.cmake:1407 (message): 2024-12-17T23:32:15.5604450Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-12-17T23:32:15.5604720Z Call Stack (most recent call first): 2024-12-17T23:32:15.5604920Z CMakeLists.txt:858 (include) 2024-12-17T23:32:15.5605050Z 2024-12-17T23:32:15.5605050Z 2024-12-17T23:32:15.5605190Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-12-17T23:32:15.5605470Z -- Adding -DNDEBUG to compile flags 2024-12-17T23:32:15.5620600Z -- No OMAP3 processor on this machine. 2024-12-17T23:32:15.5620830Z -- No OMAP4 processor on this machine. 2024-12-17T23:32:15.5621050Z -- Neon found with compiler flag : -D__NEON__ 2024-12-17T23:32:15.5631350Z -- Looking for cheev_ 2024-12-17T23:32:15.6938140Z -- Looking for cheev_ - found 2024-12-17T23:32:15.6938640Z -- Found a library with LAPACK API (accelerate). 2024-12-17T23:32:15.6939180Z disabling CUDA because NOT USE_CUDA is set 2024-12-17T23:32:15.6939430Z disabling ROCM because NOT USE_ROCM is set 2024-12-17T23:32:15.6939670Z disabling MKLDNN because USE_MKLDNN is not set 2024-12-17T23:32:15.6939930Z -- MIOpen not found. Compiling without MIOpen support 2024-12-17T23:32:15.6940150Z -- Looking for mmap 2024-12-17T23:32:15.8112410Z -- Looking for mmap - found 2024-12-17T23:32:15.8112810Z -- Looking for shm_open 2024-12-17T23:32:15.9286660Z -- Looking for shm_open - found 2024-12-17T23:32:15.9287320Z -- Looking for shm_unlink 2024-12-17T23:32:16.0462320Z -- Looking for shm_unlink - found 2024-12-17T23:32:16.0462890Z -- Looking for malloc_usable_size 2024-12-17T23:32:16.1607360Z -- Looking for malloc_usable_size - not found 2024-12-17T23:32:16.1632930Z -- {fmt} version: 11.0.2 2024-12-17T23:32:16.1633200Z -- Build type: Release 2024-12-17T23:32:16.1638680Z -- Performing Test HAS_NULLPTR_WARNING 2024-12-17T23:32:16.2783440Z -- Performing Test HAS_NULLPTR_WARNING - Success 2024-12-17T23:32:16.2828500Z -- Using CPU-only version of Kineto 2024-12-17T23:32:16.2828710Z -- Configuring Kineto dependency: 2024-12-17T23:32:16.2829410Z -- KINETO_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-12-17T23:32:16.2829750Z -- KINETO_BUILD_TESTS = OFF 2024-12-17T23:32:16.2829930Z -- KINETO_LIBRARY_TYPE = static 2024-12-17T23:32:16.3004550Z INFO CUDA_SOURCE_DIR = 2024-12-17T23:32:16.3004750Z INFO ROCM_SOURCE_DIR = 2024-12-17T23:32:16.3153570Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-12-17T23:32:16.3449670Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-12-17T23:32:16.3450050Z -- Kineto: FMT_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt 2024-12-17T23:32:16.3450500Z -- Kineto: FMT_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt/include 2024-12-17T23:32:16.3450850Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-12-17T23:32:16.3451300Z INFO DYNOLOG_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-12-17T23:32:16.3451970Z INFO IPCFABRIC_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-12-17T23:32:16.3457010Z -- Configured Kineto (CPU) 2024-12-17T23:32:16.3460950Z -- Running on macOS with Apple silicon 2024-12-17T23:32:16.3471180Z -- Performing Test HAS_WERROR_RETURN_TYPE 2024-12-17T23:32:16.4642990Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2024-12-17T23:32:16.4648020Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2024-12-17T23:32:16.5799820Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2024-12-17T23:32:16.5804870Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2024-12-17T23:32:16.6956830Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2024-12-17T23:32:16.6961530Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2024-12-17T23:32:16.8090700Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2024-12-17T23:32:16.8095820Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2024-12-17T23:32:16.9235280Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2024-12-17T23:32:16.9240160Z -- Performing Test HAS_WNARROWING 2024-12-17T23:32:17.0377350Z -- Performing Test HAS_WNARROWING - Success 2024-12-17T23:32:17.0382350Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2024-12-17T23:32:17.1541410Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2024-12-17T23:32:17.1546130Z -- Performing Test HAS_WNO_TYPE_LIMITS 2024-12-17T23:32:17.2917360Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2024-12-17T23:32:17.2922310Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2024-12-17T23:32:17.4245810Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2024-12-17T23:32:17.4250620Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2024-12-17T23:32:17.5570510Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2024-12-17T23:32:17.5575550Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2024-12-17T23:32:17.6883480Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2024-12-17T23:32:17.6888420Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2024-12-17T23:32:17.8215370Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2024-12-17T23:32:17.8220600Z -- Performing Test HAS_WNO_STRICT_ALIASING 2024-12-17T23:32:17.9550680Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2024-12-17T23:32:17.9555830Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-12-17T23:32:18.0880110Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-12-17T23:32:18.0885070Z -- Performing Test HAS_WVLA_EXTENSION 2024-12-17T23:32:18.2212350Z -- Performing Test HAS_WVLA_EXTENSION - Success 2024-12-17T23:32:18.2217420Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2024-12-17T23:32:18.3536560Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2024-12-17T23:32:18.3541380Z -- Performing Test HAS_WNEWLINE_EOF 2024-12-17T23:32:18.4845760Z -- Performing Test HAS_WNEWLINE_EOF - Success 2024-12-17T23:32:18.4850830Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2024-12-17T23:32:18.6175790Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Success 2024-12-17T23:32:18.6180620Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-12-17T23:32:18.7489970Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Success 2024-12-17T23:32:18.7494830Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2024-12-17T23:32:18.8789930Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2024-12-17T23:32:18.8794740Z -- Performing Test HAS_WCONSTANT_CONVERSION 2024-12-17T23:32:19.0099450Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2024-12-17T23:32:19.0104490Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2024-12-17T23:32:19.1467020Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2024-12-17T23:32:19.1472010Z -- Performing Test HAS_WNO_MISSING_BRACES 2024-12-17T23:32:19.2791210Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2024-12-17T23:32:19.2796060Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2024-12-17T23:32:19.4120930Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2024-12-17T23:32:19.4126070Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2024-12-17T23:32:19.5459210Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2024-12-17T23:32:19.5464460Z -- Performing Test HAS_FALIGNED_NEW 2024-12-17T23:32:19.6788380Z -- Performing Test HAS_FALIGNED_NEW - Success 2024-12-17T23:32:19.6793240Z -- Performing Test HAS_WERROR 2024-12-17T23:32:19.8120240Z -- Performing Test HAS_WERROR - Success 2024-12-17T23:32:19.8125100Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2024-12-17T23:32:19.9420680Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2024-12-17T23:32:19.9425320Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2024-12-17T23:32:20.0130520Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2024-12-17T23:32:20.0135760Z -- Performing Test HAS_FSTANDALONE_DEBUG 2024-12-17T23:32:20.1463300Z -- Performing Test HAS_FSTANDALONE_DEBUG - Success 2024-12-17T23:32:20.1468430Z -- Performing Test HAS_FNO_MATH_ERRNO 2024-12-17T23:32:20.2792990Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2024-12-17T23:32:20.2797650Z -- Performing Test HAS_FNO_TRAPPING_MATH 2024-12-17T23:32:20.4110860Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2024-12-17T23:32:20.4115730Z -- Performing Test HAS_WERROR_FORMAT 2024-12-17T23:32:20.5450300Z -- Performing Test HAS_WERROR_FORMAT - Success 2024-12-17T23:32:20.5455660Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW 2024-12-17T23:32:20.6793880Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW - Success 2024-12-17T23:32:20.6798920Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-12-17T23:32:20.8132770Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2024-12-17T23:32:20.8252700Z -- Performing Test HAS_WDEPRECATED 2024-12-17T23:32:20.9584880Z -- Performing Test HAS_WDEPRECATED - Success 2024-12-17T23:32:20.9585550Z -- don't use NUMA 2024-12-17T23:32:20.9610570Z -- Looking for backtrace 2024-12-17T23:32:21.0856300Z -- Looking for backtrace - found 2024-12-17T23:32:21.0857100Z -- backtrace facility detected in default set of libraries 2024-12-17T23:32:21.0858350Z -- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-12-17T23:32:23.0251400Z -- headers outputs: 2024-12-17T23:32:27.2582000Z -- sources outputs: 2024-12-17T23:32:27.9823270Z -- declarations_yaml outputs: 2024-12-17T23:32:28.0615590Z -- Using ATen parallel backend: OMP 2024-12-17T23:32:28.0619700Z disabling CUDA because USE_CUDA is set false 2024-12-17T23:32:28.6276200Z -- Found OpenSSL: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libcrypto.dylib (found version "1.1.1w") 2024-12-17T23:32:28.6301410Z -- Check size of long double 2024-12-17T23:32:28.7602330Z -- Check size of long double - done 2024-12-17T23:32:28.7604750Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-12-17T23:32:28.8497950Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-12-17T23:32:28.8515030Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include (found version "5.0") 2024-12-17T23:32:28.8516660Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include (found version "5.0") 2024-12-17T23:32:28.8518010Z -- Found OpenMP: TRUE (found version "5.0") 2024-12-17T23:32:28.8520270Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-12-17T23:32:28.9752120Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Failed 2024-12-17T23:32:28.9753740Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-12-17T23:32:29.0953350Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-12-17T23:32:29.0955490Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-12-17T23:32:29.1851130Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-12-17T23:32:29.1853450Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-12-17T23:32:29.3034520Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2024-12-17T23:32:29.3035970Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-12-17T23:32:29.3870570Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-12-17T23:32:29.3995110Z Target system: Darwin-23.4.0 2024-12-17T23:32:29.3995320Z Target processor: arm64 2024-12-17T23:32:29.3995500Z Host system: Darwin-23.4.0 2024-12-17T23:32:29.3995680Z Host processor: arm64 2024-12-17T23:32:29.3996040Z Detected C compiler: AppleClang @ /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:32:29.3996400Z CMake: 3.22.1 2024-12-17T23:32:29.3996670Z Make program: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/ninja 2024-12-17T23:32:29.3996990Z -- Configuring build for SLEEF-v3.6.0 2024-12-17T23:32:29.3997460Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2024-12-17T23:32:29.3997920Z -- Building shared libs : OFF 2024-12-17T23:32:29.3998110Z -- Building static test bins: OFF 2024-12-17T23:32:29.3998300Z -- MPFR : LIB_MPFR-NOTFOUND 2024-12-17T23:32:29.3998470Z -- GMP : LIBGMP-NOTFOUND 2024-12-17T23:32:29.3998620Z -- RT : 2024-12-17T23:32:29.3998750Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-12-17T23:32:29.3998910Z -- OPENSSL : 1.1.1w 2024-12-17T23:32:29.3999060Z -- SDE : SDE_COMMAND-NOTFOUND 2024-12-17T23:32:29.3999230Z -- COMPILER_SUPPORTS_OPENMP : 2024-12-17T23:32:29.4046380Z CMake Warning at cmake/Metal.cmake:52 (message): 2024-12-17T23:32:29.4046700Z Machine can not compile metal shaders, fails with xcrun: error: unable to 2024-12-17T23:32:29.4047020Z find utility "metal", not a developer tool or in PATH 2024-12-17T23:32:29.4047190Z 2024-12-17T23:32:29.4047260Z Call Stack (most recent call first): 2024-12-17T23:32:29.4047470Z aten/src/ATen/CMakeLists.txt:565 (include) 2024-12-17T23:32:29.4047610Z 2024-12-17T23:32:29.4047620Z 2024-12-17T23:32:29.4094280Z -- _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-12-17T23:32:29.4095350Z -- Toolchain using default OSX SDK: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk 2024-12-17T23:32:29.4096300Z -- 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-12-17T23:32:29.4692400Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-12-17T23:32:29.4692790Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-12-17T23:32:29.4693340Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-12-17T23:32:29.4693890Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-12-17T23:32:29.5994230Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-12-17T23:32:29.7363630Z -- Performing Test HAS_WMISSING_PROTOTYPES - Success 2024-12-17T23:32:29.7369370Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-12-17T23:32:29.8774080Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Success 2024-12-17T23:32:29.9686070Z -- The OBJC compiler identification is AppleClang 15.0.0.15000309 2024-12-17T23:32:30.0346970Z -- The OBJCXX compiler identification is AppleClang 15.0.0.15000309 2024-12-17T23:32:30.0408710Z -- Detecting OBJC compiler ABI info 2024-12-17T23:32:30.1598240Z -- Detecting OBJC compiler ABI info - done 2024-12-17T23:32:30.1630390Z -- Check for working OBJC compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang - skipped 2024-12-17T23:32:30.1687750Z -- Detecting OBJCXX compiler ABI info 2024-12-17T23:32:30.2892250Z -- Detecting OBJCXX compiler ABI info - done 2024-12-17T23:32:30.2925750Z -- Check for working OBJCXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ - skipped 2024-12-17T23:32:30.3325570Z -- 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-12-17T23:32:30.3377120Z CMake Warning at CMakeLists.txt:1272 (message): 2024-12-17T23:32:30.3377460Z Generated cmake files are only fully tested if one builds with system glog, 2024-12-17T23:32:30.3377830Z gflags, and protobuf. Other settings may generate files that are not well 2024-12-17T23:32:30.3378090Z tested. 2024-12-17T23:32:30.3378170Z 2024-12-17T23:32:30.3378170Z 2024-12-17T23:32:30.3392260Z -- 2024-12-17T23:32:30.3392460Z -- ******** Summary ******** 2024-12-17T23:32:30.3392630Z -- General: 2024-12-17T23:32:30.3392790Z -- CMake version : 3.22.1 2024-12-17T23:32:30.3393140Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/cmake 2024-12-17T23:32:30.3393480Z -- System : Darwin 2024-12-17T23:32:30.3393800Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:32:30.3394130Z -- C++ compiler id : AppleClang 2024-12-17T23:32:30.3394350Z -- C++ compiler version : 15.0.0.15000309 2024-12-17T23:32:30.3394550Z -- Using ccache if found : ON 2024-12-17T23:32:30.3394770Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2024-12-17T23:32:30.3397620Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -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=old-style-cast -Wconstant-conversion -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-12-17T23:32:30.3400570Z -- Shared LD flags : -rdynamic -weak_framework Foundation -weak_framework MetalPerformanceShaders -weak_framework MetalPerformanceShadersGraph -weak_framework Metal 2024-12-17T23:32:30.3401080Z -- Static LD flags : 2024-12-17T23:32:30.3401250Z -- Module LD flags : 2024-12-17T23:32:30.3401430Z -- Build type : Release 2024-12-17T23:32:30.3402240Z -- 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-12-17T23:32:30.3403110Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/python3.9/site-packages 2024-12-17T23:32:30.3403560Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-12-17T23:32:30.3403850Z -- USE_GOLD_LINKER : OFF 2024-12-17T23:32:30.3404010Z -- 2024-12-17T23:32:30.3404140Z -- TORCH_VERSION : 2.6.0 2024-12-17T23:32:30.3404330Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-12-17T23:32:30.3404530Z -- BUILD_BINARY : OFF 2024-12-17T23:32:30.3404700Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-12-17T23:32:30.3404880Z -- Link local protobuf : ON 2024-12-17T23:32:30.3405060Z -- BUILD_PYTHON : True 2024-12-17T23:32:30.3405250Z -- Python version : 3.9.12 2024-12-17T23:32:30.3405580Z -- Python executable : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/python 2024-12-17T23:32:30.3405900Z -- Python library : 2024-12-17T23:32:30.3406230Z -- Python includes : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include/python3.9 2024-12-17T23:32:30.3406750Z -- Python site-package : /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/python3.9/site-packages 2024-12-17T23:32:30.3407120Z -- BUILD_SHARED_LIBS : ON 2024-12-17T23:32:30.3407310Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-12-17T23:32:30.3407510Z -- BUILD_TEST : False 2024-12-17T23:32:30.3407690Z -- BUILD_JNI : OFF 2024-12-17T23:32:30.3407870Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-12-17T23:32:30.3408040Z -- BUILD_LITE_INTERPRETER: OFF 2024-12-17T23:32:30.3408210Z -- CROSS_COMPILING_MACOSX : 2024-12-17T23:32:30.3408390Z -- INTERN_BUILD_MOBILE : 2024-12-17T23:32:30.3408570Z -- TRACING_BASED : OFF 2024-12-17T23:32:30.3408740Z -- USE_BLAS : 1 2024-12-17T23:32:30.3408920Z -- BLAS : accelerate 2024-12-17T23:32:30.3409110Z -- BLAS_HAS_SBGEMM : 2024-12-17T23:32:30.3409280Z -- USE_LAPACK : 1 2024-12-17T23:32:30.3409440Z -- LAPACK : accelerate 2024-12-17T23:32:30.3409630Z -- USE_ASAN : OFF 2024-12-17T23:32:30.3409800Z -- USE_TSAN : OFF 2024-12-17T23:32:30.3409970Z -- USE_CPP_CODE_COVERAGE : OFF 2024-12-17T23:32:30.3410140Z -- USE_CUDA : OFF 2024-12-17T23:32:30.3410300Z -- USE_XPU : OFF 2024-12-17T23:32:30.3410470Z -- USE_ROCM : OFF 2024-12-17T23:32:30.3410630Z -- BUILD_NVFUSER : 2024-12-17T23:32:30.3410800Z -- USE_EIGEN_FOR_BLAS : ON 2024-12-17T23:32:30.3410970Z -- USE_FBGEMM : OFF 2024-12-17T23:32:30.3411190Z -- USE_FAKELOWP : OFF 2024-12-17T23:32:30.3411380Z -- USE_KINETO : ON 2024-12-17T23:32:30.3411550Z -- USE_GFLAGS : OFF 2024-12-17T23:32:30.3411710Z -- USE_GLOG : OFF 2024-12-17T23:32:30.3411880Z -- USE_LITE_PROTO : OFF 2024-12-17T23:32:30.3412050Z -- USE_PYTORCH_METAL : 1 2024-12-17T23:32:30.3412220Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-12-17T23:32:30.3412410Z -- USE_MPS : ON 2024-12-17T23:32:30.3412580Z -- CAN_COMPILE_METAL : NO 2024-12-17T23:32:30.3412750Z -- USE_MKL : OFF 2024-12-17T23:32:30.3412920Z -- USE_MKLDNN : OFF 2024-12-17T23:32:30.3413090Z -- USE_UCC : OFF 2024-12-17T23:32:30.3413250Z -- USE_ITT : OFF 2024-12-17T23:32:30.3413420Z -- USE_NCCL : OFF 2024-12-17T23:32:30.3413590Z -- USE_NNPACK : ON 2024-12-17T23:32:30.3413760Z -- USE_NUMPY : ON 2024-12-17T23:32:30.3413930Z -- USE_OBSERVERS : ON 2024-12-17T23:32:30.3414100Z -- USE_OPENCL : OFF 2024-12-17T23:32:30.3414350Z -- USE_OPENMP : 1 2024-12-17T23:32:30.3414520Z -- USE_MIMALLOC : OFF 2024-12-17T23:32:30.3414690Z -- USE_VULKAN : OFF 2024-12-17T23:32:30.3414850Z -- USE_PROF : OFF 2024-12-17T23:32:30.3415010Z -- USE_PYTORCH_QNNPACK : ON 2024-12-17T23:32:30.3415170Z -- USE_XNNPACK : ON 2024-12-17T23:32:30.3415320Z -- USE_DISTRIBUTED : 0 2024-12-17T23:32:30.3415480Z -- Public Dependencies : 2024-12-17T23:32:30.3415950Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;microkernels-prod;fp16;caffe2::openmp;fmt::fmt-header-only;kineto 2024-12-17T23:32:30.3416410Z -- Public CUDA Deps. : 2024-12-17T23:32:30.3416570Z -- Private CUDA Deps. : 2024-12-17T23:32:30.3416730Z -- USE_COREML_DELEGATE : OFF 2024-12-17T23:32:30.3416900Z -- BUILD_LAZY_TS_BACKEND : ON 2024-12-17T23:32:30.3417070Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-12-17T23:32:30.3442830Z -- Configuring done 2024-12-17T23:32:31.1659110Z -- Generating done 2024-12-17T23:32:31.2566070Z CMake Warning: 2024-12-17T23:32:31.2566320Z Manually-specified variables were not used by the project: 2024-12-17T23:32:31.2566510Z 2024-12-17T23:32:31.2566570Z BUILD_ENVIRONMENT 2024-12-17T23:32:31.2566720Z CMAKE_EXEC 2024-12-17T23:32:31.2566800Z 2024-12-17T23:32:31.2566810Z 2024-12-17T23:32:31.2583900Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/build 2024-12-17T23:32:33.9062520Z [1/4] Generating ATen declarations_yaml 2024-12-17T23:32:36.3066930Z [2/4] Generating ATen headers 2024-12-17T23:32:36.7956810Z [3/4] Generating ATen sources 2024-12-17T23:32:36.9057970Z [1/5008] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-12-17T23:32:36.9770420Z [2/5008] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-12-17T23:32:36.9781080Z [3/5008] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-12-17T23:32:36.9815060Z [4/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-12-17T23:32:36.9833360Z [5/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-12-17T23:32:36.9856660Z [6/5008] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-12-17T23:32:37.0239770Z [7/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2024-12-17T23:32:37.0267890Z [8/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2024-12-17T23:32:37.1003560Z [9/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-12-17T23:32:37.1023000Z [10/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-12-17T23:32:37.1034320Z [11/5008] Linking C executable sleef/bin/addSuffix 2024-12-17T23:32:37.1235610Z [12/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2024-12-17T23:32:37.1264530Z [13/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-12-17T23:32:37.1366840Z [14/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2024-12-17T23:32:37.1570280Z [15/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2024-12-17T23:32:37.1838380Z [16/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2024-12-17T23:32:37.2038130Z [17/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2024-12-17T23:32:37.2063300Z [18/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2024-12-17T23:32:37.2167830Z [19/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2024-12-17T23:32:37.2210920Z [20/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2024-12-17T23:32:37.2284730Z [21/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2024-12-17T23:32:37.2650390Z [22/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2024-12-17T23:32:37.2732580Z [23/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-12-17T23:32:37.2776800Z [24/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2024-12-17T23:32:37.3006970Z [25/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2024-12-17T23:32:37.3029720Z [26/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-12-17T23:32:37.3152260Z [27/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2024-12-17T23:32:37.3395440Z [28/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2024-12-17T23:32:37.3510530Z [29/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-12-17T23:32:37.3532020Z [30/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2024-12-17T23:32:37.3697450Z [31/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2024-12-17T23:32:37.3918110Z [32/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-12-17T23:32:37.4119550Z [33/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2024-12-17T23:32:37.4136020Z [34/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2024-12-17T23:32:37.4155200Z [35/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-12-17T23:32:37.4552010Z [36/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2024-12-17T23:32:37.4566710Z [37/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2024-12-17T23:32:37.4579540Z [38/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-12-17T23:32:37.5004050Z [39/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-12-17T23:32:37.5182410Z [40/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2024-12-17T23:32:37.5249200Z [41/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2024-12-17T23:32:37.5353970Z [42/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2024-12-17T23:32:37.5639890Z [43/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-12-17T23:32:37.5677900Z [44/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-12-17T23:32:37.5910690Z [45/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2024-12-17T23:32:37.6168900Z [46/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-12-17T23:32:37.6278520Z [47/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-12-17T23:32:37.6289880Z [48/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2024-12-17T23:32:37.6438160Z [49/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2024-12-17T23:32:37.6515650Z [50/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-12-17T23:32:37.6787840Z [51/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-12-17T23:32:37.6917400Z [52/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2024-12-17T23:32:37.6941890Z [53/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2024-12-17T23:32:37.7106090Z [54/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-12-17T23:32:37.7463800Z [55/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-12-17T23:32:37.7486210Z [56/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-12-17T23:32:37.7501860Z [57/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-12-17T23:32:37.7602290Z [58/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2024-12-17T23:32:37.7930390Z [59/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-12-17T23:32:37.8109790Z [60/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2024-12-17T23:32:37.8149350Z [61/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-12-17T23:32:37.8185900Z [62/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2024-12-17T23:32:37.8580880Z [63/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2024-12-17T23:32:37.8603360Z [64/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2024-12-17T23:32:37.8698010Z [65/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2024-12-17T23:32:37.8841440Z [66/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2024-12-17T23:32:37.8862770Z [67/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-12-17T23:32:37.9027800Z [68/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-12-17T23:32:37.9099720Z [69/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-12-17T23:32:37.9395390Z [70/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-12-17T23:32:37.9642120Z [71/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-12-17T23:32:37.9815250Z [72/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2024-12-17T23:32:37.9980530Z [73/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2024-12-17T23:32:37.9991360Z [74/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-12-17T23:32:38.0051860Z [75/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2024-12-17T23:32:38.0166950Z [76/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-12-17T23:32:38.0301750Z [77/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2024-12-17T23:32:38.0519150Z [78/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-12-17T23:32:38.0650670Z [79/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-12-17T23:32:38.0802200Z [80/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2024-12-17T23:32:38.1025500Z [81/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-12-17T23:32:38.1057880Z [82/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2024-12-17T23:32:38.1198950Z [83/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2024-12-17T23:32:38.1335890Z [84/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2024-12-17T23:32:38.1483280Z [85/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-12-17T23:32:38.1769900Z [86/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-12-17T23:32:38.1947930Z [87/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2024-12-17T23:32:38.2092920Z [88/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-12-17T23:32:38.2241930Z [89/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2024-12-17T23:32:38.2268280Z [90/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2024-12-17T23:32:38.2280960Z [91/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2024-12-17T23:32:38.2541660Z [92/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2024-12-17T23:32:38.2747990Z [93/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-12-17T23:32:38.2943740Z [94/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2024-12-17T23:32:38.3006380Z [95/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-12-17T23:32:38.3122030Z [96/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2024-12-17T23:32:38.3241150Z [97/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2024-12-17T23:32:38.3359450Z [98/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2024-12-17T23:32:38.3631380Z [99/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:38.3640530Z [100/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2024-12-17T23:32:38.3865600Z [101/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-12-17T23:32:38.4073440Z [102/5008] 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-12-17T23:32:38.4075940Z [103/5008] 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-12-17T23:32:38.4161220Z [104/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2024-12-17T23:32:38.4225320Z [105/5008] 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-12-17T23:32:38.4760990Z [106/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-12-17T23:32:38.4800420Z [107/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:38.4806790Z [108/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2024-12-17T23:32:38.4888160Z [109/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-12-17T23:32:38.5169920Z [110/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-12-17T23:32:38.5201670Z [111/5008] 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-12-17T23:32:38.5267790Z [112/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-12-17T23:32:38.5900690Z [113/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-12-17T23:32:38.5902610Z [114/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:38.5922520Z [115/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-12-17T23:32:38.6140790Z [116/5008] 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-12-17T23:32:38.6178250Z [117/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:38.6289810Z [118/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-12-17T23:32:38.6491210Z [119/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-12-17T23:32:38.6636660Z [120/5008] 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-12-17T23:32:38.6727920Z [121/5008] 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-12-17T23:32:38.6730930Z [122/5008] 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-12-17T23:32:38.6959840Z [123/5008] 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-12-17T23:32:38.7357350Z [124/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:38.7379840Z [125/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2024-12-17T23:32:38.7457610Z [126/5008] 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-12-17T23:32:38.7663620Z [127/5008] 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-12-17T23:32:38.7764860Z [128/5008] 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-12-17T23:32:38.7802060Z [129/5008] 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-12-17T23:32:38.7919460Z [130/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:38.8229810Z [131/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-12-17T23:32:38.8383380Z [132/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2024-12-17T23:32:38.8435140Z [133/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2024-12-17T23:32:38.8490220Z [134/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-12-17T23:32:38.8623950Z [135/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2024-12-17T23:32:38.8757730Z [136/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-12-17T23:32:38.8844980Z [137/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2024-12-17T23:32:38.9184720Z [138/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:38.9407620Z [139/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:38.9509960Z [140/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:38.9636730Z [141/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:38.9660550Z [142/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:39.0058840Z [143/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:39.0160280Z [144/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:39.0167020Z [145/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:39.0368980Z [146/5008] 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-12-17T23:32:39.0384170Z [147/5008] 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-12-17T23:32:39.0470370Z [148/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-12-17T23:32:39.1077170Z [149/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:39.1094530Z [150/5008] 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-12-17T23:32:39.1251430Z [151/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:39.1351010Z [152/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-12-17T23:32:39.1384220Z [153/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-12-17T23:32:39.1487610Z [154/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:39.1629930Z [155/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2024-12-17T23:32:39.1939760Z [156/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-12-17T23:32:39.2058420Z [157/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-12-17T23:32:39.2224890Z [158/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2024-12-17T23:32:39.2328780Z [159/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-12-17T23:32:39.2445020Z [160/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-12-17T23:32:39.2547270Z [161/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2024-12-17T23:32:39.2748330Z [162/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-12-17T23:32:39.2941870Z [163/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2024-12-17T23:32:39.3040980Z [164/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2024-12-17T23:32:39.3046190Z [165/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-12-17T23:32:39.3131700Z [166/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2024-12-17T23:32:39.3153730Z [167/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:39.3560410Z [168/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2024-12-17T23:32:39.3988030Z [169/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2024-12-17T23:32:39.4001440Z [170/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-12-17T23:32:39.4245090Z [171/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2024-12-17T23:32:39.4263310Z [172/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2024-12-17T23:32:39.4266950Z [173/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2024-12-17T23:32:39.4334140Z [174/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2024-12-17T23:32:39.4652280Z [175/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-12-17T23:32:39.4680500Z [176/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-12-17T23:32:39.5118570Z [177/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-12-17T23:32:39.5164290Z [178/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-12-17T23:32:39.5173860Z [179/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-12-17T23:32:39.5394290Z [180/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2024-12-17T23:32:39.5495740Z [181/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-12-17T23:32:39.5696790Z [182/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2024-12-17T23:32:39.5957880Z [183/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-12-17T23:32:39.6175300Z [184/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2024-12-17T23:32:39.6234900Z [185/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-12-17T23:32:39.6333750Z [186/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-12-17T23:32:39.6392920Z [187/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-12-17T23:32:39.6443530Z [188/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2024-12-17T23:32:39.6725470Z [189/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2024-12-17T23:32:39.7112860Z [190/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-12-17T23:32:39.7139030Z [191/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-12-17T23:32:39.7347340Z [192/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2024-12-17T23:32:39.7472830Z [193/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:39.7498470Z [194/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-12-17T23:32:39.7900700Z [195/5008] 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-12-17T23:32:39.8003210Z [196/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-12-17T23:32:39.8043610Z [197/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:39.8154340Z [198/5008] 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-12-17T23:32:39.8205120Z [199/5008] 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-12-17T23:32:39.8306490Z [200/5008] 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-12-17T23:32:39.8327490Z [201/5008] 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-12-17T23:32:39.8680370Z [202/5008] 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-12-17T23:32:39.9101240Z [203/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2024-12-17T23:32:39.9133470Z [204/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-12-17T23:32:39.9142320Z [205/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:39.9359470Z [206/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-12-17T23:32:39.9411090Z [207/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-12-17T23:32:39.9560760Z [208/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-12-17T23:32:39.9568270Z [209/5008] 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-12-17T23:32:40.0022710Z [210/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-12-17T23:32:40.0135780Z [211/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:40.0136880Z [212/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-12-17T23:32:40.0247990Z [213/5008] 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-12-17T23:32:40.0299410Z [214/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:40.0463180Z [215/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-12-17T23:32:40.0517180Z [216/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-12-17T23:32:40.0791860Z [217/5008] 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-12-17T23:32:40.0957500Z [218/5008] 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-12-17T23:32:40.1026870Z [219/5008] 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-12-17T23:32:40.1029460Z [220/5008] 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-12-17T23:32:40.1159680Z [221/5008] 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-12-17T23:32:40.1658800Z [222/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2024-12-17T23:32:40.1783720Z [223/5008] 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-12-17T23:32:40.1789570Z [224/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:40.1843940Z [225/5008] 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-12-17T23:32:40.1923610Z [226/5008] 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-12-17T23:32:40.1979730Z [227/5008] 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-12-17T23:32:40.2201100Z [228/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:40.2585940Z [229/5008] 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-12-17T23:32:40.2599260Z [230/5008] 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-12-17T23:32:40.2884040Z [231/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-12-17T23:32:40.2900630Z [232/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2024-12-17T23:32:40.2910570Z [233/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2024-12-17T23:32:40.3246770Z [234/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2024-12-17T23:32:40.3432120Z [235/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2024-12-17T23:32:40.3547170Z [236/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-12-17T23:32:40.3942610Z [237/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2024-12-17T23:32:40.3944830Z [238/5008] 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-12-17T23:32:40.3949770Z [239/5008] 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-12-17T23:32:40.3956320Z [240/5008] 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-12-17T23:32:40.4305660Z [241/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:40.4447890Z [242/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-12-17T23:32:40.4765220Z [243/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-12-17T23:32:40.4787580Z [244/5008] 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-12-17T23:32:40.4900710Z [245/5008] 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-12-17T23:32:40.5124850Z [246/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-12-17T23:32:40.5248160Z [247/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2024-12-17T23:32:40.5320370Z [248/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2024-12-17T23:32:40.5454680Z [249/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-12-17T23:32:40.5757040Z [250/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-12-17T23:32:40.5790920Z [251/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2024-12-17T23:32:40.5945120Z [252/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-12-17T23:32:40.6078830Z [253/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-12-17T23:32:40.6324920Z [254/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2024-12-17T23:32:40.6385590Z [255/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2024-12-17T23:32:40.6511890Z [256/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2024-12-17T23:32:40.6527460Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK/src/x32-pack-lh/x32-packlh-neonsme2.c:46:1: warning: non-void function does not return a value [-Wreturn-type] 2024-12-17T23:32:40.6595940Z } 2024-12-17T23:32:40.6697060Z ^ 2024-12-17T23:32:40.6797330Z 1 warning generated. 2024-12-17T23:32:40.6928980Z [257/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-12-17T23:32:40.6942240Z [258/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-12-17T23:32:40.7032780Z [259/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2024-12-17T23:32:40.7136470Z [260/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-12-17T23:32:40.7143250Z [261/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-12-17T23:32:40.7466380Z [262/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-12-17T23:32:40.7526720Z [263/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2024-12-17T23:32:40.7558660Z [264/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-12-17T23:32:40.7778010Z [265/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2024-12-17T23:32:40.7983150Z [266/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-12-17T23:32:40.7989200Z [267/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2024-12-17T23:32:40.8035320Z [268/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2024-12-17T23:32:40.8461880Z [269/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-12-17T23:32:40.8480870Z [270/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2024-12-17T23:32:40.8594560Z [271/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-12-17T23:32:40.8601470Z [272/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2024-12-17T23:32:40.8817320Z [273/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-12-17T23:32:40.9035610Z [274/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2024-12-17T23:32:40.9237930Z [275/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2024-12-17T23:32:40.9269320Z [276/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-12-17T23:32:40.9329320Z [277/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-12-17T23:32:40.9430800Z [278/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2024-12-17T23:32:40.9608390Z [279/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2024-12-17T23:32:40.9826980Z [280/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2024-12-17T23:32:41.0054300Z [281/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2024-12-17T23:32:41.0062280Z [282/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2024-12-17T23:32:41.0072240Z [283/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2024-12-17T23:32:41.0141740Z [284/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2024-12-17T23:32:41.0149970Z [285/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2024-12-17T23:32:41.0619060Z [286/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-12-17T23:32:41.0893770Z [287/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2024-12-17T23:32:41.0895300Z [288/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-12-17T23:32:41.0895910Z [289/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-12-17T23:32:41.1159230Z [290/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2024-12-17T23:32:41.1205570Z [291/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2024-12-17T23:32:41.1218630Z [292/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2024-12-17T23:32:41.1442020Z [293/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-12-17T23:32:41.1724170Z [294/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-12-17T23:32:41.1953590Z [295/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-12-17T23:32:41.2006630Z [296/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2024-12-17T23:32:41.2161880Z [297/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-12-17T23:32:41.2211190Z [298/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2024-12-17T23:32:41.2220090Z [299/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-12-17T23:32:41.2496740Z [300/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2024-12-17T23:32:41.2526640Z [301/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-12-17T23:32:41.2573960Z [302/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-12-17T23:32:41.2731740Z [303/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-12-17T23:32:41.2833150Z [304/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-12-17T23:32:41.2970140Z [305/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-12-17T23:32:41.2974710Z [306/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-12-17T23:32:41.3159900Z [307/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-12-17T23:32:41.3241240Z [308/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-12-17T23:32:41.3296120Z [309/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-12-17T23:32:41.3437600Z [310/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-12-17T23:32:41.3752810Z [311/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-12-17T23:32:41.3809120Z [312/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-12-17T23:32:41.3810980Z [313/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-12-17T23:32:41.3968760Z [314/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-12-17T23:32:41.4155060Z [315/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-12-17T23:32:41.4275960Z [316/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-12-17T23:32:41.4377810Z [317/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-12-17T23:32:41.4686840Z [318/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-12-17T23:32:41.4773660Z [319/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-12-17T23:32:41.4808890Z [320/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-12-17T23:32:41.4929280Z [321/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-12-17T23:32:41.5002310Z [322/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-12-17T23:32:41.5216440Z [323/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-12-17T23:32:41.5607430Z [324/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.5846410Z [325/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:41.5923650Z [326/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:41.6101970Z [327/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:41.6112280Z [328/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.6118470Z [329/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:41.6462180Z [330/5008] 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-12-17T23:32:41.6687420Z [331/5008] 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-12-17T23:32:41.6790760Z [332/5008] 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-12-17T23:32:41.6991820Z [333/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.7099520Z [334/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:41.7304610Z [335/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.7324860Z [336/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:41.7364700Z [337/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.7732100Z [338/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:41.8014510Z [339/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.8044060Z [340/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:41.8235830Z [341/5008] 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-12-17T23:32:41.8397430Z [342/5008] 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-12-17T23:32:41.8427170Z [343/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.8428220Z [344/5008] 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-12-17T23:32:41.9186840Z [345/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-12-17T23:32:41.9243150Z [346/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2024-12-17T23:32:41.9248630Z [347/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2024-12-17T23:32:41.9447550Z [348/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2024-12-17T23:32:41.9460020Z [349/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2024-12-17T23:32:41.9486170Z [350/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2024-12-17T23:32:41.9587530Z [351/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2024-12-17T23:32:42.0051180Z [352/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-12-17T23:32:42.0205810Z [353/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-12-17T23:32:42.0283640Z [354/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2024-12-17T23:32:42.0350520Z [355/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-12-17T23:32:42.0403410Z [356/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2024-12-17T23:32:42.0431360Z [357/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-12-17T23:32:42.0736320Z [358/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2024-12-17T23:32:42.0800150Z [359/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-12-17T23:32:42.1063840Z [360/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-12-17T23:32:42.1358760Z [361/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-12-17T23:32:42.1459160Z [362/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2024-12-17T23:32:42.1572540Z [363/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-12-17T23:32:42.1598740Z [364/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2024-12-17T23:32:42.1638740Z [365/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-12-17T23:32:42.1740980Z [366/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-12-17T23:32:42.2045840Z [367/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-12-17T23:32:42.2128450Z [368/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2024-12-17T23:32:42.2265110Z [369/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-12-17T23:32:42.2539720Z [370/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2024-12-17T23:32:42.2565760Z [371/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-12-17T23:32:42.2867470Z [372/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2024-12-17T23:32:42.2969070Z [373/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-12-17T23:32:42.3076000Z [374/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2024-12-17T23:32:42.3213400Z [375/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2024-12-17T23:32:42.3602790Z [376/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-12-17T23:32:42.3675570Z [377/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2024-12-17T23:32:42.3677440Z [378/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2024-12-17T23:32:42.3838630Z [379/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-12-17T23:32:42.3881550Z [380/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2024-12-17T23:32:42.3968550Z [381/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2024-12-17T23:32:42.4014080Z [382/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-12-17T23:32:42.4668230Z [383/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:42.4704570Z [384/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2024-12-17T23:32:42.4966810Z [385/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-12-17T23:32:42.5024650Z [386/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:42.5146640Z [387/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:42.5149100Z [388/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:42.5222740Z [389/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-12-17T23:32:42.5841030Z [390/5008] 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-12-17T23:32:42.5945050Z [391/5008] 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-12-17T23:32:42.5954050Z [392/5008] 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-12-17T23:32:42.6119880Z [393/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-12-17T23:32:42.6164000Z [394/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:42.6260830Z [395/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:42.6573220Z [396/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-12-17T23:32:42.6625270Z [397/5008] 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-12-17T23:32:42.6769810Z [398/5008] 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-12-17T23:32:42.6859310Z [399/5008] 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-12-17T23:32:42.6933290Z [400/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:42.7008370Z [401/5008] 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-12-17T23:32:42.7247840Z [402/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-12-17T23:32:42.7269090Z [403/5008] 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-12-17T23:32:42.7297070Z [404/5008] 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-12-17T23:32:42.7532050Z [405/5008] 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-12-17T23:32:42.8071930Z [406/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:42.8172770Z [407/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:42.8196780Z [408/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-12-17T23:32:42.8201510Z [409/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:42.8281040Z [410/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:42.8524640Z [411/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:42.8700440Z [412/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-12-17T23:32:42.8854780Z [413/5008] 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-12-17T23:32:42.8937800Z [414/5008] 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-12-17T23:32:42.8957390Z [415/5008] 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-12-17T23:32:42.9015170Z [416/5008] Regenerating version file... 2024-12-17T23:32:42.9485570Z [417/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-12-17T23:32:42.9586280Z [418/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:42.9704140Z [419/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:42.9762830Z [420/5008] 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-12-17T23:32:42.9898690Z [421/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-12-17T23:32:42.9930570Z [422/5008] 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-12-17T23:32:42.9936820Z [423/5008] 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-12-17T23:32:43.0004690Z [424/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-12-17T23:32:43.0387630Z [425/5008] 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-12-17T23:32:43.0428270Z [426/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:43.0504730Z [427/5008] 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-12-17T23:32:43.0615510Z [428/5008] 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-12-17T23:32:43.0738370Z [429/5008] 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-12-17T23:32:43.0797050Z [430/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2024-12-17T23:32:43.1051980Z [431/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:43.1232270Z [432/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2024-12-17T23:32:43.1319980Z [433/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2024-12-17T23:32:43.1497330Z [434/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2024-12-17T23:32:43.1563410Z [435/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2024-12-17T23:32:43.1568090Z [436/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2024-12-17T23:32:43.1733920Z [437/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2024-12-17T23:32:43.1958290Z [438/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2024-12-17T23:32:43.2062410Z [439/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-12-17T23:32:43.2135760Z [440/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2024-12-17T23:32:43.2345300Z [441/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-12-17T23:32:43.2349220Z [442/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-12-17T23:32:43.2405500Z [443/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2024-12-17T23:32:43.2412020Z [444/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-12-17T23:32:43.2757610Z [445/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-12-17T23:32:43.2860120Z [446/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-12-17T23:32:43.2920220Z [447/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2024-12-17T23:32:43.3121970Z [448/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2024-12-17T23:32:43.3126410Z [449/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-12-17T23:32:43.3280270Z [450/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-12-17T23:32:43.3362820Z [451/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-12-17T23:32:43.3509630Z [452/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2024-12-17T23:32:43.3714320Z [453/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-12-17T23:32:43.3987220Z [454/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-12-17T23:32:43.4000130Z [455/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-12-17T23:32:43.4015890Z [456/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2024-12-17T23:32:43.4032950Z [457/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-12-17T23:32:43.4041360Z [458/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-12-17T23:32:43.4425200Z [459/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:43.4428770Z [460/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2024-12-17T23:32:43.4600790Z [461/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:43.4811410Z [462/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:43.4973540Z [463/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:43.5012070Z [464/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:43.5092810Z [465/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:32:43.5321990Z [466/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:43.5346370Z [467/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:32:43.5524460Z [468/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-12-17T23:32:43.5577800Z [469/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-12-17T23:32:43.5582750Z [470/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2024-12-17T23:32:43.5847790Z [471/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-12-17T23:32:43.5897980Z [472/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-12-17T23:32:43.5947300Z [473/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-12-17T23:32:43.6226830Z [474/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-12-17T23:32:43.6330030Z [475/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-12-17T23:32:43.6389230Z [476/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2024-12-17T23:32:43.6717790Z [477/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-12-17T23:32:43.6723330Z [478/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2024-12-17T23:32:43.6727490Z [479/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2024-12-17T23:32:43.6741670Z [480/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-12-17T23:32:43.7014700Z [481/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2024-12-17T23:32:43.7071550Z [482/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2024-12-17T23:32:43.7385390Z [483/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2024-12-17T23:32:43.7505680Z [484/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2024-12-17T23:32:43.7566110Z [485/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2024-12-17T23:32:43.7568150Z [486/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2024-12-17T23:32:43.7771590Z [487/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2024-12-17T23:32:43.7901500Z [488/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2024-12-17T23:32:43.7902520Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:24:1: warning: non-void function does not return a value [-Wreturn-type] 2024-12-17T23:32:43.7903120Z } 2024-12-17T23:32:43.7903240Z ^ 2024-12-17T23:32:43.7903750Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:34:1: warning: non-void function does not return a value [-Wreturn-type] 2024-12-17T23:32:43.7904300Z } 2024-12-17T23:32:43.7904410Z ^ 2024-12-17T23:32:43.7904540Z 2 warnings generated. 2024-12-17T23:32:43.8009640Z [489/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2024-12-17T23:32:43.8131050Z [490/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2024-12-17T23:32:43.8765580Z [491/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:32:43.8877610Z [492/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:43.8985910Z [493/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:32:43.8997540Z [494/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:43.9003850Z [495/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:32:43.9342520Z [496/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:43.9443180Z [497/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:43.9548090Z [498/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:32:43.9812110Z [499/5008] 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-12-17T23:32:43.9963250Z [500/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.0002990Z [501/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.0040370Z [502/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2024-12-17T23:32:44.0259230Z [503/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2024-12-17T23:32:44.0286270Z [504/5008] 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-12-17T23:32:44.0754990Z [505/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.0966940Z [506/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.1028850Z [507/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.1117740Z [508/5008] 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-12-17T23:32:44.1200590Z [509/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.1222770Z [510/5008] 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-12-17T23:32:44.1274130Z [511/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-12-17T23:32:44.1355940Z [512/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-12-17T23:32:44.2406520Z [513/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.2509520Z [514/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:44.2613120Z [515/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:44.2614390Z [516/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:32:44.2615250Z [517/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.2623780Z [518/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.2638080Z [519/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:44.3173910Z [520/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:44.3529500Z [521/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:44.3553520Z [522/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.3556880Z [523/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:44.3613640Z [524/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:44.3804160Z [525/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.4008690Z [526/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:44.4814210Z [527/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.4857650Z [528/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-12-17T23:32:44.4883880Z [529/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2024-12-17T23:32:44.4938990Z [530/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:44.4984220Z [531/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-12-17T23:32:44.4986370Z [532/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2024-12-17T23:32:44.5081090Z [533/5008] 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-12-17T23:32:44.5353250Z [534/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2024-12-17T23:32:44.6053820Z [535/5008] 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-12-17T23:32:44.6097600Z [536/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:44.6128530Z [537/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.6174020Z [538/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.6278670Z [539/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-12-17T23:32:44.6313620Z [540/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-12-17T23:32:44.6330850Z [541/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2024-12-17T23:32:44.7124240Z [542/5008] 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-12-17T23:32:44.7146920Z [543/5008] 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-12-17T23:32:44.7158330Z [544/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-12-17T23:32:44.7377210Z [545/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-12-17T23:32:44.7480980Z [546/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2024-12-17T23:32:44.7487650Z [547/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2024-12-17T23:32:44.7596040Z [548/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2024-12-17T23:32:44.7600480Z [549/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2024-12-17T23:32:44.7957290Z [550/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2024-12-17T23:32:44.8066290Z [551/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2024-12-17T23:32:44.8071500Z [552/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2024-12-17T23:32:44.8290550Z [553/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:44.8299750Z [554/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:44.8440960Z [555/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:44.8571890Z [556/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2024-12-17T23:32:44.8588330Z [557/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-12-17T23:32:44.8965580Z [558/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:44.9093920Z [559/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-12-17T23:32:44.9137300Z [560/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:44.9200940Z [561/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-12-17T23:32:44.9292270Z [562/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:44.9440500Z [563/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2024-12-17T23:32:44.9478910Z [564/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2024-12-17T23:32:44.9724010Z [565/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2024-12-17T23:32:44.9779560Z [566/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-12-17T23:32:45.0034450Z [567/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:45.0041080Z [568/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-12-17T23:32:45.0103540Z [569/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2024-12-17T23:32:45.0311770Z [570/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:45.0405300Z [571/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:45.0538550Z [572/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-12-17T23:32:45.0899680Z [573/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-12-17T23:32:45.0951850Z [574/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-12-17T23:32:45.0953480Z [575/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:32:45.0973450Z [576/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-12-17T23:32:45.1162540Z [577/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:32:45.1237170Z [578/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:32:45.1257010Z [579/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-12-17T23:32:45.1310140Z [580/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-12-17T23:32:45.5224850Z [581/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-12-17T23:32:45.5309770Z [582/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-12-17T23:32:45.5332020Z [583/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-12-17T23:32:45.5369090Z [584/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-12-17T23:32:45.5474470Z [585/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-12-17T23:32:45.5483250Z [586/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-12-17T23:32:45.5805080Z [587/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-12-17T23:32:45.5968380Z [588/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-12-17T23:32:45.8006220Z [589/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-12-17T23:32:45.8126730Z [590/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-12-17T23:32:45.8136560Z [591/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-12-17T23:32:45.8145010Z [592/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-12-17T23:32:45.8159170Z [593/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-12-17T23:32:45.8412280Z [594/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-12-17T23:32:45.8895140Z [595/5008] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-12-17T23:32:45.9318610Z [596/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-12-17T23:32:45.9633710Z [597/5008] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-12-17T23:32:45.9838280Z [598/5008] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-12-17T23:32:46.0019220Z [599/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-12-17T23:32:46.0041720Z [600/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-12-17T23:32:46.0070980Z [601/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-12-17T23:32:46.0081870Z [602/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-12-17T23:32:46.0537660Z [603/5008] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/gcd.c.o 2024-12-17T23:32:46.0638480Z [604/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-12-17T23:32:46.0750530Z [605/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-12-17T23:32:46.0760390Z [606/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-12-17T23:32:46.0790140Z [607/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-12-17T23:32:46.0863360Z [608/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-12-17T23:32:46.0875240Z [609/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2024-12-17T23:32:46.0883360Z [610/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2024-12-17T23:32:46.1434940Z [611/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2024-12-17T23:32:46.1466880Z [612/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-12-17T23:32:46.1525910Z [613/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-12-17T23:32:46.1604480Z [614/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2024-12-17T23:32:46.1606250Z [615/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2024-12-17T23:32:46.1752900Z [616/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-12-17T23:32:46.1773440Z [617/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-12-17T23:32:46.1775930Z [618/5008] Linking C static library lib/libpthreadpool.a 2024-12-17T23:32:46.2325020Z [619/5008] Linking C static library lib/libcpuinfo.a 2024-12-17T23:32:46.2427340Z [620/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2024-12-17T23:32:46.2544980Z [621/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2024-12-17T23:32:46.2545810Z [622/5008] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2024-12-17T23:32:46.2636980Z [623/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-12-17T23:32:46.2646630Z [624/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-12-17T23:32:46.2653320Z [625/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-12-17T23:32:46.2653910Z [626/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-12-17T23:32:46.3228470Z [627/5008] Linking C static library lib/libcpuinfo_internals.a 2024-12-17T23:32:46.3245140Z [628/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-12-17T23:32:46.3453260Z [629/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-12-17T23:32:46.3459080Z [630/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-12-17T23:32:46.5216450Z [631/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-12-17T23:32:46.5261840Z [632/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-12-17T23:32:46.5442620Z [633/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-12-17T23:32:46.5510010Z [634/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-12-17T23:32:46.5536710Z [635/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-12-17T23:32:46.5588790Z [636/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-12-17T23:32:46.5875320Z [637/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-12-17T23:32:46.6199270Z [638/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-12-17T23:32:46.7666700Z [639/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-12-17T23:32:46.7805860Z [640/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-12-17T23:32:46.8107800Z [641/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-12-17T23:32:46.8119970Z [642/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-12-17T23:32:46.8144480Z [643/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-12-17T23:32:46.8176980Z [644/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-12-17T23:32:46.8345020Z [645/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-12-17T23:32:46.8657200Z [646/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-12-17T23:32:47.0337940Z [647/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-12-17T23:32:47.0368240Z [648/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-12-17T23:32:47.0397790Z [649/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-12-17T23:32:47.0545340Z [650/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-12-17T23:32:47.0626640Z [651/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-12-17T23:32:47.0878190Z [652/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-12-17T23:32:47.0950860Z [653/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-12-17T23:32:47.1193660Z [654/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-12-17T23:32:47.3096240Z [655/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-12-17T23:32:47.3197930Z [656/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-12-17T23:32:47.3300550Z [657/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-12-17T23:32:47.3303990Z [658/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-12-17T23:32:47.3356560Z [659/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-12-17T23:32:47.3697530Z [660/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-12-17T23:32:47.4281800Z [661/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-12-17T23:32:47.4473800Z [662/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-12-17T23:32:47.5294070Z [663/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-12-17T23:32:47.5556700Z [664/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-12-17T23:32:47.5780130Z [665/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-12-17T23:32:47.5816720Z [666/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-12-17T23:32:47.5987290Z [667/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-12-17T23:32:47.5993750Z [668/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-12-17T23:32:47.7237620Z [669/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-12-17T23:32:47.7294810Z [670/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-12-17T23:32:47.7395240Z [671/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-12-17T23:32:47.8029970Z [672/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-12-17T23:32:47.8057920Z [673/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-12-17T23:32:47.8389650Z [674/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-12-17T23:32:47.8594930Z [675/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-12-17T23:32:47.8755000Z [676/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-12-17T23:32:48.0222580Z [677/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-12-17T23:32:48.0363910Z [678/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-12-17T23:32:48.0641430Z [679/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-12-17T23:32:48.1121850Z [680/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-12-17T23:32:48.1230140Z [681/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-12-17T23:32:48.1344200Z [682/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-12-17T23:32:48.1446560Z [683/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-12-17T23:32:48.1552590Z [684/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-12-17T23:32:48.3020650Z [685/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-12-17T23:32:48.3144720Z [686/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-12-17T23:32:48.3234130Z [687/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-12-17T23:32:48.3858020Z [688/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-12-17T23:32:48.4102750Z [689/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-12-17T23:32:48.4187170Z [690/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-12-17T23:32:48.4301980Z [691/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-12-17T23:32:48.4486730Z [692/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-12-17T23:32:48.5830780Z [693/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-12-17T23:32:48.5934020Z [694/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-12-17T23:32:48.5936140Z [695/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-12-17T23:32:48.6027450Z [696/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-12-17T23:32:48.6039900Z [697/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-12-17T23:32:48.6324460Z [698/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-12-17T23:32:48.6469030Z [699/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-12-17T23:32:48.6860300Z [700/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-12-17T23:32:48.8084090Z [701/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-12-17T23:32:48.8185110Z [702/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-12-17T23:32:48.8285390Z [703/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-12-17T23:32:48.8288190Z [704/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-12-17T23:32:48.8290010Z [705/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-12-17T23:32:48.8293390Z /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-12-17T23:32:48.8294530Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-12-17T23:32:48.8294760Z ^ 2024-12-17T23:32:48.8295200Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-12-17T23:32:48.8296070Z __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-12-17T23:32:48.8296630Z ^ 2024-12-17T23:32:48.8297020Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-12-17T23:32:48.8297550Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-12-17T23:32:48.8297840Z ^ 2024-12-17T23:32:48.8298040Z 1 warning generated. 2024-12-17T23:32:48.8298460Z [706/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-12-17T23:32:48.8457250Z [707/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-12-17T23:32:48.9549030Z [708/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-12-17T23:32:49.0353110Z [709/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-12-17T23:32:49.0380850Z [710/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-12-17T23:32:49.0406650Z [711/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-12-17T23:32:49.0456720Z [712/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-12-17T23:32:49.0470140Z [713/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-12-17T23:32:49.0795110Z [714/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-12-17T23:32:49.1509770Z [715/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-12-17T23:32:49.2590910Z [716/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-12-17T23:32:49.2833410Z [717/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-12-17T23:32:49.2949190Z [718/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-12-17T23:32:49.3003310Z [719/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-12-17T23:32:49.3046050Z [720/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-12-17T23:32:49.3088860Z [721/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-12-17T23:32:49.3734300Z [722/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-12-17T23:32:49.4399030Z [723/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-12-17T23:32:49.4964120Z [724/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-12-17T23:32:49.4971260Z [725/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-12-17T23:32:49.5085510Z [726/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-12-17T23:32:49.5092990Z [727/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-12-17T23:32:49.5277300Z [728/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-12-17T23:32:49.5285300Z [729/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-12-17T23:32:49.7047100Z [730/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-12-17T23:32:49.7094190Z [731/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-12-17T23:32:49.7098380Z [732/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-12-17T23:32:49.7173920Z [733/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-12-17T23:32:49.7334180Z [734/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-12-17T23:32:49.7339700Z [735/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-12-17T23:32:49.7523510Z [736/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-12-17T23:32:49.7905180Z [737/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-12-17T23:32:49.9253720Z [738/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-12-17T23:32:49.9332260Z [739/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-12-17T23:32:49.9355950Z [740/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-12-17T23:32:49.9555810Z [741/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-12-17T23:32:49.9800020Z [742/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-12-17T23:32:49.9865640Z [743/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-12-17T23:32:50.0144700Z [744/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-12-17T23:32:50.0333200Z [745/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-12-17T23:32:50.1703250Z [746/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-12-17T23:32:50.1804220Z [747/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-12-17T23:32:50.1909360Z [748/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-12-17T23:32:50.1918460Z [749/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-12-17T23:32:50.1926970Z [750/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-12-17T23:32:50.2240250Z [751/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-12-17T23:32:50.2802980Z [752/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-12-17T23:32:50.2835990Z [753/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-12-17T23:32:50.3094740Z [754/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-12-17T23:32:50.3923190Z [755/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-12-17T23:32:50.3941500Z [756/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-12-17T23:32:50.3949780Z [757/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-12-17T23:32:50.4254250Z [758/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-12-17T23:32:50.4646440Z [759/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-12-17T23:32:50.5033220Z [760/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-12-17T23:32:50.5061750Z [761/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-12-17T23:32:50.5470320Z [762/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-12-17T23:32:50.5719660Z [763/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-12-17T23:32:50.5756830Z [764/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-12-17T23:32:50.5902550Z [765/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-12-17T23:32:50.6187310Z [766/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-12-17T23:32:50.6994360Z [767/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-12-17T23:32:50.7513900Z [768/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-12-17T23:32:50.7581490Z [769/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-12-17T23:32:50.7584940Z /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-12-17T23:32:50.7587770Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-12-17T23:32:50.7588380Z ^ 2024-12-17T23:32:50.7589500Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-12-17T23:32:50.7592580Z __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-12-17T23:32:50.7593200Z ^ 2024-12-17T23:32:50.7593640Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-12-17T23:32:50.7594190Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-12-17T23:32:50.7594490Z ^ 2024-12-17T23:32:50.7594690Z 1 warning generated. 2024-12-17T23:32:50.7665060Z [770/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-12-17T23:32:50.7779700Z [771/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-12-17T23:32:50.7944720Z [772/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-12-17T23:32:50.8132510Z [773/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-12-17T23:32:50.8624340Z [774/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-12-17T23:32:50.9375990Z [775/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-12-17T23:32:50.9476390Z [776/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-12-17T23:32:50.9525050Z [777/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-12-17T23:32:50.9531360Z [778/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-12-17T23:32:50.9616430Z [779/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-12-17T23:32:51.0199690Z [780/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-12-17T23:32:51.0435150Z [781/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-12-17T23:32:51.1175800Z [782/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-12-17T23:32:51.1226460Z [783/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-12-17T23:32:51.1569280Z [784/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-12-17T23:32:51.1767270Z [785/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-12-17T23:32:51.2066060Z [786/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-12-17T23:32:51.2224670Z [787/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-12-17T23:32:51.2568300Z [788/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-12-17T23:32:51.2651280Z [789/5008] Linking CXX static library lib/libprotobuf-lite.a 2024-12-17T23:32:51.2733750Z [790/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-12-17T23:32:51.3049290Z [791/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-12-17T23:32:51.3621650Z [792/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-12-17T23:32:51.3665090Z [793/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-12-17T23:32:51.3848210Z [794/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-12-17T23:32:51.4298210Z [795/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-12-17T23:32:51.4582140Z [796/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2024-12-17T23:32:51.4743350Z [797/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2024-12-17T23:32:51.4853530Z [798/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-12-17T23:32:51.4868480Z [799/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2024-12-17T23:32:51.5009270Z [800/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-12-17T23:32:51.5232830Z [801/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-12-17T23:32:51.5431390Z [802/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2024-12-17T23:32:51.5683160Z [803/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2024-12-17T23:32:51.5748290Z [804/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2024-12-17T23:32:51.5839000Z [805/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2024-12-17T23:32:51.5999830Z [806/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2024-12-17T23:32:51.6038860Z [807/5008] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-12-17T23:32:51.6280150Z [808/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2024-12-17T23:32:51.6285460Z [809/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2024-12-17T23:32:51.6496540Z [810/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2024-12-17T23:32:51.6716890Z [811/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2024-12-17T23:32:51.6873750Z [812/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2024-12-17T23:32:51.6931640Z [813/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2024-12-17T23:32:51.7232190Z [814/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2024-12-17T23:32:51.7376980Z [815/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2024-12-17T23:32:51.7406590Z [816/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2024-12-17T23:32:51.7600990Z [817/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2024-12-17T23:32:51.7747290Z [818/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2024-12-17T23:32:51.8012300Z [819/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2024-12-17T23:32:51.8017000Z [820/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2024-12-17T23:32:51.8351550Z [821/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2024-12-17T23:32:51.8460680Z [822/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2024-12-17T23:32:51.8536620Z [823/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-12-17T23:32:51.8558190Z [824/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2024-12-17T23:32:51.8812390Z [825/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2024-12-17T23:32:51.9172480Z [826/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2024-12-17T23:32:51.9286780Z [827/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2024-12-17T23:32:51.9287530Z [828/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-12-17T23:32:51.9288270Z [829/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-12-17T23:32:51.9289030Z [830/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2024-12-17T23:32:51.9571500Z [831/5008] Linking CXX static library lib/libprotobuf.a 2024-12-17T23:32:51.9706970Z [832/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2024-12-17T23:32:51.9886300Z [833/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2024-12-17T23:32:51.9973430Z [834/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-12-17T23:32:52.0190290Z [835/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-12-17T23:32:52.0235510Z [836/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-12-17T23:32:52.0419790Z [837/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-12-17T23:32:52.0577790Z [838/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2024-12-17T23:32:52.0705310Z [839/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-12-17T23:32:52.0727320Z [840/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2024-12-17T23:32:52.0735950Z [841/5008] 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-12-17T23:32:52.1032680Z [842/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-12-17T23:32:52.1100790Z [843/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-12-17T23:32:52.1508290Z [844/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-12-17T23:32:52.1522500Z [845/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2024-12-17T23:32:52.1586430Z [846/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-12-17T23:32:52.1686330Z [847/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-12-17T23:32:52.1696680Z [848/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2024-12-17T23:32:52.2091140Z [849/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2024-12-17T23:32:52.2304990Z [850/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-12-17T23:32:52.2366910Z [851/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2024-12-17T23:32:52.2369090Z [852/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-12-17T23:32:52.2749030Z [853/5008] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-12-17T23:32:52.2854750Z [854/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2024-12-17T23:32:52.2857040Z [855/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2024-12-17T23:32:52.2896490Z [856/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2024-12-17T23:32:52.3077350Z [857/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-12-17T23:32:52.3105830Z [858/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-12-17T23:32:52.3437780Z [859/5008] Linking CXX static library lib/libprotoc.a 2024-12-17T23:32:52.3439910Z [860/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2024-12-17T23:32:52.3626370Z [861/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-12-17T23:32:52.3787120Z [862/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-12-17T23:32:52.3973120Z [863/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2024-12-17T23:32:52.3987090Z [864/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-12-17T23:32:52.4200870Z [865/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2024-12-17T23:32:52.4287590Z [866/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2024-12-17T23:32:52.4468630Z [867/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:32:52.4685740Z [868/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2024-12-17T23:32:52.4893710Z [869/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2024-12-17T23:32:52.5002680Z [870/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2024-12-17T23:32:52.5058220Z [871/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2024-12-17T23:32:52.5363350Z [872/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2024-12-17T23:32:52.5477770Z [873/5008] Linking CXX executable bin/protoc-3.13.0.0 2024-12-17T23:32:52.5545290Z [874/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2024-12-17T23:32:52.5577700Z [875/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2024-12-17T23:32:52.5578800Z [876/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2024-12-17T23:32:52.5732740Z [877/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2024-12-17T23:32:52.5781360Z [878/5008] Creating executable symlink bin/protoc 2024-12-17T23:32:52.5812370Z [879/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-12-17T23:32:52.5912280Z [880/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-12-17T23:32:52.6214530Z [881/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2024-12-17T23:32:52.6435620Z [882/5008] 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-12-17T23:32:52.6506650Z [883/5008] 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-12-17T23:32:52.6613110Z [884/5008] 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-12-17T23:32:52.6669250Z [885/5008] 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-12-17T23:32:52.6752690Z [886/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2024-12-17T23:32:52.6762980Z [887/5008] 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-12-17T23:32:52.6959440Z [888/5008] 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-12-17T23:32:52.7335410Z [889/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.7432890Z [890/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-12-17T23:32:52.7576250Z [891/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.7612660Z [892/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2024-12-17T23:32:52.7626470Z [893/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.7629660Z [894/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-12-17T23:32:52.7709670Z [895/5008] 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-12-17T23:32:52.8009780Z [896/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.8133620Z [897/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2024-12-17T23:32:52.8173840Z [898/5008] 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-12-17T23:32:52.8333990Z [899/5008] 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-12-17T23:32:52.8379900Z [900/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-12-17T23:32:52.8857360Z [901/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.8907580Z [902/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.8935780Z [903/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.9064160Z [904/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:32:52.9165340Z [905/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-12-17T23:32:52.9196170Z [906/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-12-17T23:32:52.9267170Z [907/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2024-12-17T23:32:52.9318030Z [908/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-12-17T23:32:52.9794930Z [909/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2024-12-17T23:32:53.0016050Z [910/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-12-17T23:32:53.0026250Z [911/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-12-17T23:32:53.0099000Z [912/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2024-12-17T23:32:53.0113700Z [913/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2024-12-17T23:32:53.0389740Z [914/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2024-12-17T23:32:53.0404130Z [915/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2024-12-17T23:32:53.0447180Z [916/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2024-12-17T23:32:53.0596250Z [917/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2024-12-17T23:32:53.1170880Z [918/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2024-12-17T23:32:53.1373780Z [919/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2024-12-17T23:32:53.1381820Z [920/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2024-12-17T23:32:53.1386430Z [921/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2024-12-17T23:32:53.1523110Z [922/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2024-12-17T23:32:53.1732420Z [923/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2024-12-17T23:32:53.1753840Z [924/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2024-12-17T23:32:53.1930130Z [925/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2024-12-17T23:32:53.1939180Z [926/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2024-12-17T23:32:53.2266740Z [927/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2024-12-17T23:32:53.2437940Z [928/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2024-12-17T23:32:53.2602230Z [929/5008] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-dq-aarch64-neon.S.o 2024-12-17T23:32:53.2618670Z [930/5008] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-aarch64-neon.S.o 2024-12-17T23:32:53.2675310Z [931/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2024-12-17T23:32:53.2709740Z [932/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2024-12-17T23:32:53.2869240Z [933/5008] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S.o 2024-12-17T23:32:53.2893220Z [934/5008] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S.o 2024-12-17T23:32:53.3090360Z [935/5008] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-12-17T23:32:53.3257660Z [936/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-12-17T23:32:53.3424460Z [937/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-12-17T23:32:53.3491760Z [938/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-12-17T23:32:53.3574000Z [939/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-12-17T23:32:53.3765400Z [940/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-12-17T23:32:53.3784210Z [941/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-12-17T23:32:53.3830410Z [942/5008] Linking C static library lib/libclog.a 2024-12-17T23:32:53.4133810Z [943/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-12-17T23:32:53.4352880Z [944/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-12-17T23:32:53.4369040Z [945/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-12-17T23:32:53.4391830Z [946/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-12-17T23:32:53.4640100Z [947/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-12-17T23:32:53.4798860Z [948/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-8x8.c.o 2024-12-17T23:32:53.4890600Z [949/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-12-17T23:32:53.4940290Z [950/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3.c.o 2024-12-17T23:32:53.5058100Z [951/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-16x16.c.o 2024-12-17T23:32:53.5188710Z [952/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3-fp16.c.o 2024-12-17T23:32:53.5330230Z [953/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb.c.o 2024-12-17T23:32:53.5578420Z [954/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/h4gemm.c.o 2024-12-17T23:32:53.5611290Z [955/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4gemm.c.o 2024-12-17T23:32:53.5676300Z [956/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb.c.o 2024-12-17T23:32:53.5819070Z [957/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/conv1x1.c.o 2024-12-17T23:32:53.5989760Z [958/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/relu.c.o 2024-12-17T23:32:53.6003410Z [959/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sgemm.c.o 2024-12-17T23:32:53.6430960Z [960/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/softmax.c.o 2024-12-17T23:32:53.6532590Z [961/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/blas/shdotxf.c.o 2024-12-17T23:32:53.6634900Z [962/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sdotxf.c.o 2024-12-17T23:32:53.6739240Z [963/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-12-17T23:32:53.6740980Z [964/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-12-17T23:32:53.6742620Z [965/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb-transc.c.o 2024-12-17T23:32:53.6744400Z [966/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm.c.o 2024-12-17T23:32:53.6802000Z [967/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm.c.o 2024-12-17T23:32:53.7022180Z [968/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb-transc.c.o 2024-12-17T23:32:53.7253230Z [969/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-12-17T23:32:53.7321380Z [970/5008] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-12-17T23:32:53.7563050Z [971/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-12-17T23:32:53.7600610Z [972/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-12-17T23:32:53.7627310Z [973/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-12-17T23:32:53.7632080Z [974/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-12-17T23:32:53.7788540Z [975/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-12-17T23:32:53.7960930Z [976/5008] Linking C static library lib/libnnpack.a 2024-12-17T23:32:53.8011680Z [977/5008] Linking C static library lib/libnnpack_reference_layers.a 2024-12-17T23:32:53.8178910Z [978/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-12-17T23:32:53.8338600Z [979/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-12-17T23:32:53.8500820Z [980/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-12-17T23:32:53.8510990Z [981/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-12-17T23:32:53.8512920Z [982/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-12-17T23:32:53.8575700Z [983/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-12-17T23:32:53.8798750Z [984/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-12-17T23:32:53.8818130Z [985/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-12-17T23:32:53.9398440Z [986/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-12-17T23:32:53.9556110Z [987/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-12-17T23:32:53.9578700Z [988/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-12-17T23:32:53.9587970Z [989/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-12-17T23:32:53.9618200Z [990/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-12-17T23:32:53.9642100Z [991/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-12-17T23:32:53.9806520Z [992/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-12-17T23:32:53.9912620Z [993/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-12-17T23:32:54.0399780Z [994/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-12-17T23:32:54.0437410Z [995/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-neon.c.o 2024-12-17T23:32:54.0507110Z [996/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-neon.c.o 2024-12-17T23:32:54.0763120Z [997/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon.c.o 2024-12-17T23:32:54.0766980Z [998/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x8-neon.c.o 2024-12-17T23:32:54.0822130Z [999/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-neon.c.o 2024-12-17T23:32:54.0827440Z [1000/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-neon.c.o 2024-12-17T23:32:54.1071740Z [1001/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon-per-channel.c.o 2024-12-17T23:32:54.1385000Z [1002/5008] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-12-17T23:32:54.1411480Z [1003/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-neon.c.o 2024-12-17T23:32:54.1596290Z [1004/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon-per-channel.c.o 2024-12-17T23:32:54.1666760Z [1005/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-neon.c.o 2024-12-17T23:32:54.1856080Z [1006/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-neon.c.o 2024-12-17T23:32:54.1960000Z [1007/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon.c.o 2024-12-17T23:32:54.2088360Z [1008/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-neon.c.o 2024-12-17T23:32:54.2116600Z [1009/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x-sumrows-neon.c.o 2024-12-17T23:32:54.2181810Z [1010/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-neon.c.o 2024-12-17T23:32:54.2386580Z [1011/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8c2-xzp-neon.c.o 2024-12-17T23:32:54.2453350Z [1012/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-dq-neon.c.o 2024-12-17T23:32:54.2852480Z [1013/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/6x4-neon.c.o 2024-12-17T23:32:54.2951120Z [1014/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-neon.c.o 2024-12-17T23:32:54.3062310Z [1015/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/neon.c.o 2024-12-17T23:32:54.3165150Z [1016/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/neon.c.o 2024-12-17T23:32:54.3167640Z [1017/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/5x8-neon.c.o 2024-12-17T23:32:54.3333470Z [1018/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-neon.c.o 2024-12-17T23:32:54.3538450Z [1019/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-neon.c.o 2024-12-17T23:32:54.3558530Z [1020/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-neon.c.o 2024-12-17T23:32:54.3576280Z [1021/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/neon.c.o 2024-12-17T23:32:54.3901280Z [1022/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-neon.c.o 2024-12-17T23:32:54.3906340Z [1023/5008] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-aarch64-neon.S.o 2024-12-17T23:32:54.3968950Z [1024/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-neon.c.o 2024-12-17T23:32:54.4120840Z [1025/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-neon.c.o 2024-12-17T23:32:54.4154930Z [1026/5008] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-aarch64-neon.S.o 2024-12-17T23:32:54.4261570Z [1027/5008] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-neon.c.o 2024-12-17T23:32:54.4707290Z [1028/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2024-12-17T23:32:54.4836990Z [1029/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2024-12-17T23:32:54.5112260Z [1030/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.5141790Z [1031/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.5220100Z [1032/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2024-12-17T23:32:54.5290340Z [1033/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.5314140Z [1034/5008] Linking CXX static library lib/libpytorch_qnnpack.a 2024-12-17T23:32:54.5764370Z [1035/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:54.5896700Z [1036/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.5963360Z [1037/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2024-12-17T23:32:54.6193070Z [1038/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:54.6368660Z [1039/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2024-12-17T23:32:54.6371130Z [1040/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.6603340Z [1041/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.6671030Z [1042/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.7024890Z [1043/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.7036540Z [1044/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.7154570Z [1045/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:54.7460500Z [1046/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.7534560Z [1047/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2024-12-17T23:32:54.7722070Z [1048/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2024-12-17T23:32:54.7746940Z [1049/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.7803780Z [1050/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2024-12-17T23:32:54.8159890Z [1051/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.8201820Z [1052/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.8252050Z [1053/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:54.8482140Z [1054/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.8866130Z [1055/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2024-12-17T23:32:54.8969480Z [1056/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.8977050Z [1057/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:54.9185690Z [1058/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:54.9430310Z [1059/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2024-12-17T23:32:54.9450210Z [1060/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:54.9463520Z [1061/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:54.9657190Z [1062/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2024-12-17T23:32:54.9858560Z [1063/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2024-12-17T23:32:55.0174480Z [1064/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2024-12-17T23:32:55.0347040Z [1065/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:55.0392380Z [1066/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2024-12-17T23:32:55.0423110Z [1067/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2024-12-17T23:32:55.0443150Z [1068/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:55.0448530Z [1069/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2024-12-17T23:32:55.0996410Z [1070/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2024-12-17T23:32:55.1013620Z [1071/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:55.1091520Z [1072/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:55.1443560Z [1073/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2024-12-17T23:32:55.1622460Z [1074/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:55.1623280Z [1075/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:32:55.1663720Z [1076/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:55.1807790Z [1077/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:55.1815550Z [1078/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:55.2422480Z [1079/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:32:55.2425630Z [1080/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2024-12-17T23:32:55.2499830Z [1081/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2024-12-17T23:32:55.2835940Z [1082/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2024-12-17T23:32:55.2874670Z [1083/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2024-12-17T23:32:55.2913050Z [1084/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2024-12-17T23:32:55.3172100Z [1085/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2024-12-17T23:32:55.3177540Z [1086/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:55.3282700Z [1087/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2024-12-17T23:32:55.3519490Z [1088/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2024-12-17T23:32:55.3763790Z [1089/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2024-12-17T23:32:55.3799760Z [1090/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2024-12-17T23:32:55.4061160Z [1091/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2024-12-17T23:32:55.4176100Z [1092/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.4185420Z [1093/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2024-12-17T23:32:55.4353610Z [1094/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.4397350Z [1095/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.4729290Z [1096/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2024-12-17T23:32:55.4753730Z [1097/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.4973440Z [1098/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.5079090Z [1099/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2024-12-17T23:32:55.5321110Z [1100/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2024-12-17T23:32:55.5394410Z [1101/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.5448510Z [1102/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2024-12-17T23:32:55.5519670Z [1103/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2024-12-17T23:32:55.5620120Z [1104/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2024-12-17T23:32:55.5893620Z [1105/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2024-12-17T23:32:55.6172980Z [1106/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2024-12-17T23:32:55.6208610Z [1107/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2024-12-17T23:32:55.6238830Z [1108/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2024-12-17T23:32:55.6561440Z [1109/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2024-12-17T23:32:55.6675290Z [1110/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.6763270Z [1111/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2024-12-17T23:32:55.6836000Z [1112/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2024-12-17T23:32:55.6915850Z [1113/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2024-12-17T23:32:55.7074730Z [1114/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2024-12-17T23:32:55.7414790Z [1115/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.7446650Z [1116/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2024-12-17T23:32:55.7783460Z [1117/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.7855070Z [1118/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2024-12-17T23:32:55.7868800Z [1119/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.7874790Z [1120/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2024-12-17T23:32:55.8194650Z [1121/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2024-12-17T23:32:55.8260240Z [1122/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2024-12-17T23:32:55.8492590Z [1123/5008] 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-12-17T23:32:55.8511940Z [1124/5008] 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-12-17T23:32:55.8555100Z [1125/5008] 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-12-17T23:32:55.9017990Z [1126/5008] 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-12-17T23:32:55.9113400Z [1127/5008] 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-12-17T23:32:55.9125700Z [1128/5008] 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-12-17T23:32:55.9397060Z [1129/5008] 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-12-17T23:32:55.9617960Z [1130/5008] 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-12-17T23:32:55.9648410Z [1131/5008] 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-12-17T23:32:55.9952000Z [1132/5008] 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-12-17T23:32:55.9986130Z [1133/5008] 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-12-17T23:32:56.0171340Z [1134/5008] 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-12-17T23:32:56.0514740Z [1135/5008] 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-12-17T23:32:56.0532800Z [1136/5008] 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-12-17T23:32:56.0566540Z [1137/5008] 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-12-17T23:32:56.0571000Z [1138/5008] 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-12-17T23:32:56.1097240Z [1139/5008] 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-12-17T23:32:56.1146970Z [1140/5008] 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-12-17T23:32:56.1162290Z [1141/5008] 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-12-17T23:32:56.1166610Z [1142/5008] 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-12-17T23:32:56.1464240Z [1143/5008] 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-12-17T23:32:56.1784130Z [1144/5008] 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-12-17T23:32:56.1792480Z [1145/5008] 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-12-17T23:32:56.1834750Z [1146/5008] 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-12-17T23:32:56.1926020Z [1147/5008] 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-12-17T23:32:56.2458560Z [1148/5008] 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-12-17T23:32:56.2483200Z [1149/5008] 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-12-17T23:32:56.2506500Z [1150/5008] 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-12-17T23:32:56.2534730Z [1151/5008] 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-12-17T23:32:56.2812020Z [1152/5008] 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-12-17T23:32:56.3057140Z [1153/5008] 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-12-17T23:32:56.3173550Z [1154/5008] 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-12-17T23:32:56.3249970Z [1155/5008] 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-12-17T23:32:56.3255160Z [1156/5008] 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-12-17T23:32:56.3493860Z [1157/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-gio-scalar.c.o 2024-12-17T23:32:56.3595670Z [1158/5008] 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-12-17T23:32:56.3812670Z [1159/5008] 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-12-17T23:32:56.3823640Z [1160/5008] 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-12-17T23:32:56.3996430Z [1161/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-gio-scalar.c.o 2024-12-17T23:32:56.4003190Z [1162/5008] 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-12-17T23:32:56.4054100Z [1163/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-gio-scalar.c.o 2024-12-17T23:32:56.4306840Z [1164/5008] 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-12-17T23:32:56.4326280Z [1165/5008] 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-12-17T23:32:56.4343580Z [1166/5008] 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-12-17T23:32:56.4379970Z [1167/5008] 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-12-17T23:32:56.4714200Z [1168/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-12-17T23:32:56.4719700Z [1169/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x32-gemm-gio-scalar.c.o 2024-12-17T23:32:56.4749290Z [1170/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-12-17T23:32:56.4909680Z [1171/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-12-17T23:32:56.4985710Z [1172/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-12-17T23:32:56.5199040Z [1173/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-12-17T23:32:56.5256190Z [1174/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-12-17T23:32:56.5481820Z [1175/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-12-17T23:32:56.5486770Z [1176/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-12-17T23:32:56.5493050Z [1177/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-12-17T23:32:56.5501370Z [1178/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-12-17T23:32:56.5600210Z [1179/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-12-17T23:32:56.5826940Z [1180/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-12-17T23:32:56.5830580Z [1181/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-12-17T23:32:56.6162360Z [1182/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-12-17T23:32:56.6181160Z [1183/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-12-17T23:32:56.6432930Z [1184/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-12-17T23:32:56.6485660Z [1185/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-12-17T23:32:56.6488730Z [1186/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-12-17T23:32:56.6529250Z [1187/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-12-17T23:32:56.6534710Z [1188/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-12-17T23:32:56.6750050Z [1189/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-12-17T23:32:56.6791670Z [1190/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-12-17T23:32:56.7109930Z [1191/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-12-17T23:32:56.7295270Z [1192/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-12-17T23:32:56.7378270Z [1193/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-12-17T23:32:56.7449530Z [1194/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-12-17T23:32:56.7450350Z [1195/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-12-17T23:32:56.7482820Z [1196/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-12-17T23:32:56.7486060Z [1197/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-12-17T23:32:56.7697070Z [1198/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-12-17T23:32:56.7707640Z [1199/5008] 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-12-17T23:32:56.7747670Z [1200/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-12-17T23:32:56.8188930Z [1201/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-12-17T23:32:56.8352130Z [1202/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-12-17T23:32:56.8419410Z [1203/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-12-17T23:32:56.8458420Z [1204/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-12-17T23:32:56.8708720Z [1205/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2024-12-17T23:32:56.8808130Z [1206/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2024-12-17T23:32:56.8842060Z [1207/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2024-12-17T23:32:56.8845100Z [1208/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2024-12-17T23:32:56.8877820Z [1209/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2024-12-17T23:32:56.8907590Z [1210/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2024-12-17T23:32:56.9428030Z [1211/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-12-17T23:32:56.9486440Z [1212/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-12-17T23:32:56.9507300Z [1213/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-12-17T23:32:56.9725770Z [1214/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-12-17T23:32:56.9728070Z [1215/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-12-17T23:32:56.9743220Z [1216/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-12-17T23:32:56.9789580Z [1217/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-12-17T23:32:56.9964190Z [1218/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-12-17T23:32:56.9967330Z [1219/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u2.c.o 2024-12-17T23:32:57.0095360Z [1220/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:32:57.0457000Z [1221/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u4.c.o 2024-12-17T23:32:57.0496970Z [1222/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u4.c.o 2024-12-17T23:32:57.0613990Z [1223/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u4.c.o 2024-12-17T23:32:57.0629120Z [1224/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u4.c.o 2024-12-17T23:32:57.0640360Z [1225/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u4.c.o 2024-12-17T23:32:57.0698210Z [1226/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-12-17T23:32:57.0731330Z [1227/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-12-17T23:32:57.0912310Z [1228/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-12-17T23:32:57.0915960Z [1229/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-12-17T23:32:57.1117680Z [1230/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-12-17T23:32:57.1576160Z [1231/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-12-17T23:32:57.1624850Z [1232/5008] 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-12-17T23:32:57.1633080Z [1233/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-12-17T23:32:57.1655220Z [1234/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-12-17T23:32:57.1681680Z [1235/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-12-17T23:32:57.1698610Z [1236/5008] 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-12-17T23:32:57.1842560Z [1237/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-12-17T23:32:57.1869940Z [1238/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-12-17T23:32:57.2046680Z [1239/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-12-17T23:32:57.2121220Z [1240/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-12-17T23:32:57.2645800Z [1241/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-12-17T23:32:57.2748190Z [1242/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-12-17T23:32:57.2859980Z [1243/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-12-17T23:32:57.2863400Z [1244/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-12-17T23:32:57.2877310Z [1245/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-12-17T23:32:57.2917640Z [1246/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-12-17T23:32:57.2931520Z [1247/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-12-17T23:32:57.2954440Z [1248/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-12-17T23:32:57.3061680Z [1249/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-12-17T23:32:57.3107870Z [1250/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-12-17T23:32:57.3569240Z [1251/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-12-17T23:32:57.3675520Z [1252/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-12-17T23:32:57.3705740Z [1253/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-12-17T23:32:57.3730220Z [1254/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-12-17T23:32:57.3790740Z [1255/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-12-17T23:32:57.3895300Z [1256/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-12-17T23:32:57.3915950Z [1257/5008] 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-12-17T23:32:57.3924860Z [1258/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-12-17T23:32:57.3936950Z [1259/5008] 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-12-17T23:32:57.4125200Z [1260/5008] 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-12-17T23:32:57.4838650Z [1261/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2024-12-17T23:32:57.5063160Z [1262/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2024-12-17T23:32:57.5081600Z [1263/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2024-12-17T23:32:57.5092640Z [1264/5008] 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-12-17T23:32:57.5103560Z [1265/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2024-12-17T23:32:57.5137430Z [1266/5008] 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-12-17T23:32:57.5167450Z [1267/5008] 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-12-17T23:32:57.5353710Z [1268/5008] 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-12-17T23:32:57.5487240Z [1269/5008] 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-12-17T23:32:57.5521580Z [1270/5008] 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-12-17T23:32:57.6279460Z [1271/5008] 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-12-17T23:32:57.6292630Z [1272/5008] 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-12-17T23:32:57.6294120Z [1273/5008] 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-12-17T23:32:57.6403290Z [1274/5008] 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-12-17T23:32:57.6414080Z [1275/5008] 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-12-17T23:32:57.6624340Z [1276/5008] 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-12-17T23:32:57.7068320Z [1277/5008] 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-12-17T23:32:57.7184350Z [1278/5008] 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-12-17T23:32:57.7212580Z [1279/5008] 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-12-17T23:32:57.7215770Z [1280/5008] 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-12-17T23:32:57.7430840Z [1281/5008] 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-12-17T23:32:57.7516680Z [1282/5008] 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-12-17T23:32:57.7614800Z [1283/5008] 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-12-17T23:32:57.7636080Z [1284/5008] 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-12-17T23:32:57.7729430Z [1285/5008] 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-12-17T23:32:57.7745100Z [1286/5008] 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-12-17T23:32:57.8488310Z [1287/5008] 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-12-17T23:32:57.8700140Z [1288/5008] 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-12-17T23:32:57.8821890Z [1289/5008] 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-12-17T23:32:57.8823710Z [1290/5008] 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-12-17T23:32:57.8861760Z [1291/5008] 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-12-17T23:32:57.8865630Z [1292/5008] 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-12-17T23:32:57.8868450Z [1293/5008] 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-12-17T23:32:57.8880170Z [1294/5008] 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-12-17T23:32:57.9187650Z [1295/5008] 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-12-17T23:32:57.9193640Z [1296/5008] 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-12-17T23:32:57.9956780Z [1297/5008] 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-12-17T23:32:58.0058760Z [1298/5008] 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-12-17T23:32:58.0171710Z [1299/5008] 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-12-17T23:32:58.0179100Z [1300/5008] 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-12-17T23:32:58.0180000Z [1301/5008] 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-12-17T23:32:58.0265690Z [1302/5008] 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-12-17T23:32:58.0294310Z [1303/5008] 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-12-17T23:32:58.0505470Z [1304/5008] 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-12-17T23:32:58.0629050Z [1305/5008] 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-12-17T23:32:58.0687350Z [1306/5008] 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-12-17T23:32:58.1254390Z [1307/5008] 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-12-17T23:32:58.1348480Z [1308/5008] 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-12-17T23:32:58.1370460Z [1309/5008] 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-12-17T23:32:58.1384780Z [1310/5008] 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-12-17T23:32:58.1713610Z [1311/5008] 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-12-17T23:32:58.1796090Z [1312/5008] 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-12-17T23:32:58.2127980Z [1313/5008] 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-12-17T23:32:58.2144580Z [1314/5008] 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-12-17T23:32:58.2184760Z [1315/5008] 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-12-17T23:32:58.2607580Z [1316/5008] 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-12-17T23:32:58.2817840Z [1317/5008] 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-12-17T23:32:58.2927950Z [1318/5008] 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-12-17T23:32:58.2931780Z [1319/5008] 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-12-17T23:32:58.2984810Z [1320/5008] 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-12-17T23:32:58.2986690Z [1321/5008] 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-12-17T23:32:58.3491530Z [1322/5008] 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-12-17T23:32:58.3629770Z [1323/5008] 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-12-17T23:32:58.3673830Z [1324/5008] 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-12-17T23:32:58.3702730Z [1325/5008] 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-12-17T23:32:58.3919850Z [1326/5008] 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-12-17T23:32:58.3999590Z [1327/5008] 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-12-17T23:32:58.4115040Z [1328/5008] 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-12-17T23:32:58.4146330Z [1329/5008] 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-12-17T23:32:58.4295290Z [1330/5008] 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-12-17T23:32:58.4419900Z [1331/5008] 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-12-17T23:32:58.5068070Z [1332/5008] 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-12-17T23:32:58.5172680Z [1333/5008] 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-12-17T23:32:58.5253380Z [1334/5008] 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-12-17T23:32:58.5282510Z [1335/5008] 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-12-17T23:32:58.5424430Z [1336/5008] 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-12-17T23:32:58.5796700Z [1337/5008] 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-12-17T23:32:58.5803050Z [1338/5008] 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-12-17T23:32:58.5814380Z [1339/5008] 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-12-17T23:32:58.5934990Z [1340/5008] 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-12-17T23:32:58.6447320Z [1341/5008] 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-12-17T23:32:58.6460660Z [1342/5008] 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-12-17T23:32:58.6484690Z [1343/5008] 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-12-17T23:32:58.6491970Z [1344/5008] 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-12-17T23:32:58.6532210Z [1345/5008] 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-12-17T23:32:58.6866200Z [1346/5008] 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-12-17T23:32:58.7266420Z [1347/5008] 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-12-17T23:32:58.7299660Z [1348/5008] 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-12-17T23:32:58.7515720Z [1349/5008] 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-12-17T23:32:58.7532770Z [1350/5008] 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-12-17T23:32:58.7788460Z [1351/5008] 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-12-17T23:32:58.7835260Z [1352/5008] 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-12-17T23:32:58.7854020Z [1353/5008] 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-12-17T23:32:58.7917060Z [1354/5008] 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-12-17T23:32:58.8133720Z [1355/5008] 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-12-17T23:32:58.8147690Z [1356/5008] 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-12-17T23:32:58.8711750Z [1357/5008] 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-12-17T23:32:58.8932850Z [1358/5008] 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-12-17T23:32:58.8939170Z [1359/5008] 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-12-17T23:32:58.9038660Z [1360/5008] 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-12-17T23:32:58.9218260Z [1361/5008] 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-12-17T23:32:58.9404840Z [1362/5008] 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-12-17T23:32:58.9551230Z [1363/5008] 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-12-17T23:32:58.9691290Z [1364/5008] 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-12-17T23:32:58.9841050Z [1365/5008] 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-12-17T23:32:58.9854030Z [1366/5008] 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-12-17T23:32:59.0224020Z [1367/5008] 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-12-17T23:32:59.0424830Z [1368/5008] 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-12-17T23:32:59.0425950Z [1369/5008] 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-12-17T23:32:59.0476200Z [1370/5008] 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-12-17T23:32:59.0554100Z [1371/5008] 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-12-17T23:32:59.0846100Z [1372/5008] 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-12-17T23:32:59.1028560Z [1373/5008] 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-12-17T23:32:59.1071540Z [1374/5008] 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-12-17T23:32:59.1121700Z [1375/5008] 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-12-17T23:32:59.1549850Z [1376/5008] 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-12-17T23:32:59.1707640Z [1377/5008] 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-12-17T23:32:59.1711160Z [1378/5008] 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-12-17T23:32:59.1714560Z [1379/5008] 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-12-17T23:32:59.1729380Z [1380/5008] 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-12-17T23:32:59.1744150Z [1381/5008] 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-12-17T23:32:59.2287060Z [1382/5008] 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-12-17T23:32:59.2368730Z [1383/5008] 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-12-17T23:32:59.2679800Z [1384/5008] 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-12-17T23:32:59.2774510Z [1385/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c64.c.o 2024-12-17T23:32:59.2824530Z [1386/5008] 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-12-17T23:32:59.2863440Z [1387/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u64.c.o 2024-12-17T23:32:59.3002330Z [1388/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c16.c.o 2024-12-17T23:32:59.3017730Z [1389/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc2.c.o 2024-12-17T23:32:59.3064670Z [1390/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u16.c.o 2024-12-17T23:32:59.3775350Z [1391/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2024-12-17T23:32:59.3882860Z [1392/5008] 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-12-17T23:32:59.3884460Z [1393/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2024-12-17T23:32:59.3891680Z [1394/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2024-12-17T23:32:59.3895210Z [1395/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u4.c.o 2024-12-17T23:32:59.3929020Z [1396/5008] 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-12-17T23:32:59.4156200Z [1397/5008] 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-12-17T23:32:59.4442670Z [1398/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u8.c.o 2024-12-17T23:32:59.4452340Z [1399/5008] 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-12-17T23:32:59.4864920Z [1400/5008] 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-12-17T23:32:59.4935980Z [1401/5008] 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-12-17T23:32:59.5083310Z [1402/5008] 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-12-17T23:32:59.5133390Z [1403/5008] 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-12-17T23:32:59.5146540Z [1404/5008] 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-12-17T23:32:59.5171850Z [1405/5008] 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-12-17T23:32:59.5228320Z [1406/5008] 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-12-17T23:32:59.5441110Z [1407/5008] 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-12-17T23:32:59.5792320Z [1408/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2024-12-17T23:32:59.5805070Z [1409/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2024-12-17T23:32:59.6284550Z [1410/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u20.c.o 2024-12-17T23:32:59.6348360Z [1411/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-nr.c.o 2024-12-17T23:32:59.6355540Z [1412/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2024-12-17T23:32:59.6424420Z [1413/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2024-12-17T23:32:59.6572130Z [1414/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-12-17T23:32:59.6702510Z [1415/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u24.c.o 2024-12-17T23:32:59.6876200Z [1416/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-12-17T23:32:59.7352510Z [1417/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:59.7401850Z [1418/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:59.7453400Z [1419/5008] 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-12-17T23:32:59.7504810Z [1420/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-12-17T23:32:59.7634210Z [1421/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-12-17T23:32:59.7929530Z [1422/5008] 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-12-17T23:32:59.8050560Z [1423/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-12-17T23:32:59.8173170Z [1424/5008] 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-12-17T23:32:59.8185450Z [1425/5008] 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-12-17T23:32:59.8451470Z [1426/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-12-17T23:32:59.8789350Z [1427/5008] 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-12-17T23:32:59.8927230Z [1428/5008] 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-12-17T23:32:59.9072740Z [1429/5008] 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-12-17T23:32:59.9092880Z [1430/5008] 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-12-17T23:32:59.9162750Z [1431/5008] 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-12-17T23:32:59.9476170Z [1432/5008] 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-12-17T23:32:59.9605970Z [1433/5008] 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-12-17T23:32:59.9792540Z [1434/5008] 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-12-17T23:32:59.9889580Z [1435/5008] 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-12-17T23:33:00.0200800Z [1436/5008] 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-12-17T23:33:00.0260360Z [1437/5008] 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-12-17T23:33:00.0321910Z [1438/5008] 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-12-17T23:33:00.0499240Z [1439/5008] 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-12-17T23:33:00.0676420Z [1440/5008] 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-12-17T23:33:00.0812320Z [1441/5008] 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-12-17T23:33:00.0831300Z [1442/5008] 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-12-17T23:33:00.0973050Z [1443/5008] 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-12-17T23:33:00.1484950Z [1444/5008] 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-12-17T23:33:00.1584830Z [1445/5008] 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-12-17T23:33:00.1585960Z [1446/5008] 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-12-17T23:33:00.1642400Z [1447/5008] 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-12-17T23:33:00.1766360Z [1448/5008] 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-12-17T23:33:00.1832070Z [1449/5008] 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-12-17T23:33:00.2344510Z [1450/5008] 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-12-17T23:33:00.2444790Z [1451/5008] 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-12-17T23:33:00.2458620Z [1452/5008] 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-12-17T23:33:00.2483880Z [1453/5008] 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-12-17T23:33:00.2753820Z [1454/5008] 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-12-17T23:33:00.2811360Z [1455/5008] 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-12-17T23:33:00.3121320Z [1456/5008] 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-12-17T23:33:00.3222670Z [1457/5008] 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-12-17T23:33:00.3348880Z [1458/5008] 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-12-17T23:33:00.3351280Z [1459/5008] 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-12-17T23:33:00.3658690Z [1460/5008] 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-12-17T23:33:00.3849890Z [1461/5008] 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-12-17T23:33:00.3867230Z [1462/5008] 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-12-17T23:33:00.3882900Z [1463/5008] 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-12-17T23:33:00.3907430Z [1464/5008] 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-12-17T23:33:00.3960700Z [1465/5008] 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-12-17T23:33:00.4601120Z [1466/5008] 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-12-17T23:33:00.4624020Z [1467/5008] 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-12-17T23:33:00.4646390Z [1468/5008] 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-12-17T23:33:00.4846320Z [1469/5008] 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-12-17T23:33:00.4902780Z [1470/5008] 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-12-17T23:33:00.4999470Z [1471/5008] 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-12-17T23:33:00.5403230Z [1472/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.5417840Z [1473/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.5500750Z [1474/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.5636830Z [1475/5008] 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-12-17T23:33:00.5763380Z [1476/5008] 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-12-17T23:33:00.6072420Z [1477/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.6125660Z [1478/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.6174630Z [1479/5008] 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-12-17T23:33:00.6282240Z [1480/5008] 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-12-17T23:33:00.6292630Z [1481/5008] 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-12-17T23:33:00.6631550Z [1482/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.6651220Z [1483/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.6678740Z [1484/5008] 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-12-17T23:33:00.7119180Z [1485/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.7235110Z [1486/5008] 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-12-17T23:33:00.7459310Z [1487/5008] 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-12-17T23:33:00.7648440Z [1488/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.7725550Z [1489/5008] 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-12-17T23:33:00.7791030Z [1490/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.7978120Z [1491/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.8098120Z [1492/5008] 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-12-17T23:33:00.8257870Z [1493/5008] 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-12-17T23:33:00.8277720Z [1494/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.8348250Z [1495/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.8764350Z [1496/5008] 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-12-17T23:33:00.8796600Z [1497/5008] 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-12-17T23:33:00.8822430Z [1498/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:00.9020990Z [1499/5008] 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-12-17T23:33:00.9070160Z [1500/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.9491040Z [1501/5008] 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-12-17T23:33:00.9504270Z [1502/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:00.9541340Z [1503/5008] 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-12-17T23:33:01.0001120Z [1504/5008] 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-12-17T23:33:01.0030980Z [1505/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.0035550Z [1506/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.0072520Z [1507/5008] 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-12-17T23:33:01.0246480Z [1508/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:01.0297500Z [1509/5008] 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-12-17T23:33:01.0572690Z [1510/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:01.0654660Z [1511/5008] 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-12-17T23:33:01.0660030Z [1512/5008] 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-12-17T23:33:01.1225150Z [1513/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:01.1239500Z [1514/5008] 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-12-17T23:33:01.1248200Z [1515/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:01.1289770Z [1516/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.1407460Z [1517/5008] 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-12-17T23:33:01.1496670Z [1518/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.1918770Z [1519/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.2035810Z [1520/5008] 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-12-17T23:33:01.2092730Z [1521/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:01.2133720Z [1522/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.2652710Z [1523/5008] 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-12-17T23:33:01.2755230Z [1524/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2024-12-17T23:33:01.2858580Z [1525/5008] 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-12-17T23:33:01.2861690Z [1526/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2024-12-17T23:33:01.2865850Z [1527/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2024-12-17T23:33:01.2892580Z [1528/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:01.2950220Z [1529/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2024-12-17T23:33:01.3138190Z [1530/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2024-12-17T23:33:01.3276990Z [1531/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2024-12-17T23:33:01.3644910Z [1532/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2024-12-17T23:33:01.3973320Z [1533/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2024-12-17T23:33:01.3983580Z [1534/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2024-12-17T23:33:01.4152980Z [1535/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2024-12-17T23:33:01.4156120Z [1536/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-neon-u4.c.o 2024-12-17T23:33:01.4180740Z [1537/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-neon-u4.c.o 2024-12-17T23:33:01.4194250Z [1538/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2024-12-17T23:33:01.4583640Z [1539/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2024-12-17T23:33:01.4652180Z [1540/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2024-12-17T23:33:01.4779850Z [1541/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2024-12-17T23:33:01.4899850Z [1542/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2024-12-17T23:33:01.5223280Z [1543/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2024-12-17T23:33:01.5240820Z [1544/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2024-12-17T23:33:01.5331480Z [1545/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-neon-u4.c.o 2024-12-17T23:33:01.5513460Z [1546/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-neon-u4.c.o 2024-12-17T23:33:01.5586100Z [1547/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u4.c.o 2024-12-17T23:33:01.5744830Z [1548/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u4.c.o 2024-12-17T23:33:01.5921670Z [1549/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2024-12-17T23:33:01.5926450Z [1550/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-neon-u4.c.o 2024-12-17T23:33:01.6134690Z [1551/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2024-12-17T23:33:01.6139020Z [1552/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u4.c.o 2024-12-17T23:33:01.6496530Z [1553/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-neon-u4.c.o 2024-12-17T23:33:01.6698880Z [1554/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-neon-u4.c.o 2024-12-17T23:33:01.6703950Z [1555/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2024-12-17T23:33:01.6735630Z [1556/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2024-12-17T23:33:01.6766640Z [1557/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2024-12-17T23:33:01.6944800Z [1558/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2024-12-17T23:33:01.7114020Z [1559/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2024-12-17T23:33:01.7281740Z [1560/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2024-12-17T23:33:01.7415040Z [1561/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2024-12-17T23:33:01.7764570Z [1562/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2024-12-17T23:33:01.8030310Z [1563/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2024-12-17T23:33:01.8043150Z [1564/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u24.c.o 2024-12-17T23:33:01.8049310Z [1565/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2024-12-17T23:33:01.8060660Z [1566/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2024-12-17T23:33:01.8090000Z [1567/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u20.c.o 2024-12-17T23:33:01.8295400Z [1568/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2024-12-17T23:33:01.8578960Z [1569/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u20.c.o 2024-12-17T23:33:01.8663110Z [1570/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2024-12-17T23:33:01.8888700Z [1571/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u24.c.o 2024-12-17T23:33:01.9212370Z [1572/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2024-12-17T23:33:01.9415900Z [1573/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:01.9427210Z [1574/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2024-12-17T23:33:01.9434250Z [1575/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2024-12-17T23:33:01.9438280Z [1576/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2024-12-17T23:33:01.9440130Z [1577/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2024-12-17T23:33:01.9507580Z [1578/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2024-12-17T23:33:02.0048350Z [1579/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2024-12-17T23:33:02.0050640Z [1580/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2024-12-17T23:33:02.0067370Z [1581/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2024-12-17T23:33:02.0556160Z [1582/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2024-12-17T23:33:02.0698370Z [1583/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2024-12-17T23:33:02.0703800Z [1584/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2024-12-17T23:33:02.0713040Z [1585/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2024-12-17T23:33:02.0726750Z [1586/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2024-12-17T23:33:02.0921540Z [1587/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2024-12-17T23:33:02.1189740Z [1588/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2024-12-17T23:33:02.1190580Z [1589/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2024-12-17T23:33:02.1433190Z [1590/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2024-12-17T23:33:02.1448430Z [1591/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2024-12-17T23:33:02.1826890Z [1592/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2024-12-17T23:33:02.2066920Z [1593/5008] 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-12-17T23:33:02.2123260Z [1594/5008] 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-12-17T23:33:02.2171490Z [1595/5008] 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-12-17T23:33:02.2552750Z [1596/5008] 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-12-17T23:33:02.2643530Z [1597/5008] 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-12-17T23:33:02.2690110Z [1598/5008] 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-12-17T23:33:02.2935080Z [1599/5008] 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-12-17T23:33:02.3238240Z [1600/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2024-12-17T23:33:02.3241070Z [1601/5008] 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-12-17T23:33:02.3379950Z [1602/5008] 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-12-17T23:33:02.3548540Z [1603/5008] 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-12-17T23:33:02.3785520Z [1604/5008] 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-12-17T23:33:02.3811410Z [1605/5008] 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-12-17T23:33:02.3812240Z [1606/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2024-12-17T23:33:02.3840040Z [1607/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2024-12-17T23:33:02.4115080Z [1608/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2024-12-17T23:33:02.4168020Z [1609/5008] 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-12-17T23:33:02.4673850Z [1610/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2024-12-17T23:33:02.4695400Z [1611/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2024-12-17T23:33:02.4802090Z [1612/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2024-12-17T23:33:02.5006950Z [1613/5008] 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-12-17T23:33:02.5198250Z [1614/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2024-12-17T23:33:02.5267840Z [1615/5008] 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-12-17T23:33:02.5279920Z [1616/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2024-12-17T23:33:02.5409090Z [1617/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c32.c.o 2024-12-17T23:33:02.5502870Z [1618/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2024-12-17T23:33:02.5671570Z [1619/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2024-12-17T23:33:02.6151100Z [1620/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c64.c.o 2024-12-17T23:33:02.6152920Z [1621/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2024-12-17T23:33:02.6176770Z [1622/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2024-12-17T23:33:02.6300110Z [1623/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2024-12-17T23:33:02.6573500Z [1624/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2024-12-17T23:33:02.6722680Z [1625/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2024-12-17T23:33:02.6735560Z [1626/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2024-12-17T23:33:02.6781990Z [1627/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2024-12-17T23:33:02.7054340Z [1628/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2024-12-17T23:33:02.7169440Z [1629/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2024-12-17T23:33:02.7293440Z [1630/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2024-12-17T23:33:02.7341120Z [1631/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2024-12-17T23:33:02.7457350Z [1632/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2024-12-17T23:33:02.7512690Z [1633/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2024-12-17T23:33:02.7879830Z [1634/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2024-12-17T23:33:02.8030600Z [1635/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2024-12-17T23:33:02.8056740Z [1636/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-12-17T23:33:02.8064440Z [1637/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-12-17T23:33:02.8266840Z [1638/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2024-12-17T23:33:02.8275230Z [1639/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-12-17T23:33:02.8280310Z [1640/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-12-17T23:33:02.8328120Z [1641/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-12-17T23:33:02.8432280Z [1642/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-12-17T23:33:02.8795940Z [1643/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:02.8976710Z [1644/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-12-17T23:33:02.9039990Z [1645/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-12-17T23:33:02.9045180Z [1646/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-12-17T23:33:02.9092990Z [1647/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-12-17T23:33:02.9094550Z [1648/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-12-17T23:33:02.9128220Z [1649/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-12-17T23:33:02.9364520Z [1650/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-12-17T23:33:02.9366710Z [1651/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-12-17T23:33:02.9369720Z [1652/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-12-17T23:33:02.9748860Z [1653/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-12-17T23:33:03.0183240Z [1654/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-12-17T23:33:03.0197290Z [1655/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-12-17T23:33:03.0200700Z [1656/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-12-17T23:33:03.0202730Z [1657/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-12-17T23:33:03.0227810Z [1658/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-12-17T23:33:03.0229840Z [1659/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-12-17T23:33:03.0326900Z [1660/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-12-17T23:33:03.0540700Z [1661/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-12-17T23:33:03.0555830Z [1662/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-12-17T23:33:03.0724010Z [1663/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-12-17T23:33:03.1307820Z [1664/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-12-17T23:33:03.1414700Z [1665/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-12-17T23:33:03.1424910Z [1666/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-12-17T23:33:03.1437830Z [1667/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-12-17T23:33:03.1439340Z [1668/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-12-17T23:33:03.1440870Z [1669/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-12-17T23:33:03.1510440Z [1670/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-12-17T23:33:03.1601190Z [1671/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-12-17T23:33:03.1787910Z [1672/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-12-17T23:33:03.2182470Z [1673/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-12-17T23:33:03.2384410Z [1674/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-12-17T23:33:03.2500350Z [1675/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-12-17T23:33:03.2502300Z [1676/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-12-17T23:33:03.2509630Z [1677/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-12-17T23:33:03.2518730Z [1678/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u1.c.o 2024-12-17T23:33:03.2528420Z [1679/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u2.c.o 2024-12-17T23:33:03.2600450Z [1680/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-12-17T23:33:03.2615530Z [1681/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u4.c.o 2024-12-17T23:33:03.2618510Z [1682/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u1.c.o 2024-12-17T23:33:03.3258870Z [1683/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-12-17T23:33:03.3384460Z [1684/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-12-17T23:33:03.3458250Z [1685/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u1.c.o 2024-12-17T23:33:03.3482180Z [1686/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u4.c.o 2024-12-17T23:33:03.3486760Z [1687/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-12-17T23:33:03.3672430Z [1688/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u2.c.o 2024-12-17T23:33:03.3728500Z [1689/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-12-17T23:33:03.3853570Z [1690/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-12-17T23:33:03.4097700Z [1691/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-12-17T23:33:03.4187210Z [1692/5008] 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-12-17T23:33:03.4424300Z [1693/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-12-17T23:33:03.4426410Z [1694/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-12-17T23:33:03.4457570Z [1695/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-12-17T23:33:03.4511950Z [1696/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-12-17T23:33:03.4566260Z [1697/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-12-17T23:33:03.4788270Z [1698/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-12-17T23:33:03.4843440Z [1699/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-12-17T23:33:03.5207790Z [1700/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-12-17T23:33:03.5216150Z [1701/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-12-17T23:33:03.5235170Z [1702/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-12-17T23:33:03.5407770Z [1703/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-12-17T23:33:03.5413720Z [1704/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-12-17T23:33:03.5442280Z [1705/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-12-17T23:33:03.5623360Z [1706/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-12-17T23:33:03.5650370Z [1707/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-12-17T23:33:03.5677090Z [1708/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-12-17T23:33:03.5801180Z [1709/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-12-17T23:33:03.6318910Z [1710/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-12-17T23:33:03.6432840Z [1711/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-12-17T23:33:03.6441390Z [1712/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-12-17T23:33:03.6460990Z [1713/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-12-17T23:33:03.6463940Z [1714/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-12-17T23:33:03.6472370Z [1715/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-12-17T23:33:03.6485000Z [1716/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-12-17T23:33:03.6637260Z [1717/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-12-17T23:33:03.6657110Z [1718/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-12-17T23:33:03.6793830Z [1719/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-12-17T23:33:03.7354530Z [1720/5008] 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-12-17T23:33:03.7462400Z [1721/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-12-17T23:33:03.7475030Z [1722/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-12-17T23:33:03.7477490Z [1723/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-12-17T23:33:03.7482440Z [1724/5008] 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-12-17T23:33:03.7501570Z [1725/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-12-17T23:33:03.7541710Z [1726/5008] 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-12-17T23:33:03.7551950Z [1727/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-12-17T23:33:03.7774880Z [1728/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-12-17T23:33:03.7796260Z [1729/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-12-17T23:33:03.8419860Z [1730/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-12-17T23:33:03.8432320Z [1731/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-12-17T23:33:03.8533760Z [1732/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-12-17T23:33:03.8551830Z [1733/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-12-17T23:33:03.8564740Z [1734/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-12-17T23:33:03.8565450Z [1735/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-12-17T23:33:03.8572740Z [1736/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-12-17T23:33:03.8580830Z [1737/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-12-17T23:33:03.8822010Z [1738/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-12-17T23:33:03.8986020Z [1739/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-12-17T23:33:03.9430830Z [1740/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-12-17T23:33:03.9436000Z [1741/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-12-17T23:33:03.9481630Z [1742/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-12-17T23:33:03.9495780Z [1743/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-12-17T23:33:03.9595840Z [1744/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-12-17T23:33:03.9717550Z [1745/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-12-17T23:33:03.9751270Z [1746/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-12-17T23:33:03.9870390Z [1747/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-12-17T23:33:04.0251010Z [1748/5008] 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-12-17T23:33:04.0373590Z [1749/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-12-17T23:33:04.0402970Z [1750/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-12-17T23:33:04.0414260Z [1751/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-12-17T23:33:04.0550690Z [1752/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-12-17T23:33:04.0577800Z [1753/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-12-17T23:33:04.0581200Z [1754/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-12-17T23:33:04.0660440Z [1755/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-12-17T23:33:04.0904290Z [1756/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-12-17T23:33:04.1176310Z [1757/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-12-17T23:33:04.1182460Z [1758/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-12-17T23:33:04.1185980Z [1759/5008] Linking C static library lib/libmicrokernels-prod.a 2024-12-17T23:33:04.1332500Z [1760/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-12-17T23:33:04.1334550Z [1761/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-12-17T23:33:04.1406370Z [1762/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-12-17T23:33:04.1578020Z [1763/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-12-17T23:33:04.1580240Z [1764/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-12-17T23:33:04.1772230Z [1765/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-12-17T23:33:04.2187720Z [1766/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-12-17T23:33:04.2300070Z [1767/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-12-17T23:33:04.2302170Z [1768/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-12-17T23:33:04.2404300Z [1769/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-12-17T23:33:04.2474760Z [1770/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-12-17T23:33:04.2500150Z [1771/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-12-17T23:33:04.2504760Z [1772/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-12-17T23:33:04.2586780Z [1773/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-12-17T23:33:04.2633860Z [1774/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-12-17T23:33:04.2945150Z [1775/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-12-17T23:33:04.3271110Z [1776/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-12-17T23:33:04.3313130Z [1777/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-12-17T23:33:04.3382020Z [1778/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-12-17T23:33:04.3412660Z [1779/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-12-17T23:33:04.3526770Z [1780/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-12-17T23:33:04.3635480Z [1781/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-12-17T23:33:04.3781620Z [1782/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-12-17T23:33:04.3801050Z [1783/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-12-17T23:33:04.3801860Z [1784/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-12-17T23:33:04.4282470Z [1785/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-12-17T23:33:04.4383020Z [1786/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-12-17T23:33:04.4401830Z [1787/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-12-17T23:33:04.4488640Z [1788/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-12-17T23:33:04.4500670Z [1789/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-12-17T23:33:04.4509310Z [1790/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-12-17T23:33:04.4798140Z [1791/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-12-17T23:33:04.4852400Z [1792/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-12-17T23:33:04.5030400Z [1793/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-12-17T23:33:04.5050300Z [1794/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-12-17T23:33:04.5367530Z [1795/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-12-17T23:33:04.5404190Z [1796/5008] 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-12-17T23:33:04.5416460Z [1797/5008] 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-12-17T23:33:04.5460380Z [1798/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-12-17T23:33:04.5522020Z [1799/5008] 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-12-17T23:33:04.5708500Z [1800/5008] 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-12-17T23:33:04.6039470Z [1801/5008] 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-12-17T23:33:04.6169840Z [1802/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-12-17T23:33:04.6201450Z [1803/5008] 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-12-17T23:33:04.6271130Z [1804/5008] 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-12-17T23:33:04.6281200Z [1805/5008] 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-12-17T23:33:04.6378470Z [1806/5008] 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-12-17T23:33:04.6387900Z [1807/5008] 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-12-17T23:33:04.6576810Z [1808/5008] 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-12-17T23:33:04.6581860Z [1809/5008] 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-12-17T23:33:04.6730580Z [1810/5008] 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-12-17T23:33:04.7175690Z [1811/5008] 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-12-17T23:33:04.7322360Z [1812/5008] 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-12-17T23:33:04.7349090Z [1813/5008] 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-12-17T23:33:04.7377360Z [1814/5008] 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-12-17T23:33:04.7391620Z [1815/5008] 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-12-17T23:33:04.7433860Z [1816/5008] 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-12-17T23:33:04.7476530Z [1817/5008] 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-12-17T23:33:04.7552170Z [1818/5008] 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-12-17T23:33:04.7702340Z [1819/5008] 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-12-17T23:33:04.7834420Z [1820/5008] 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-12-17T23:33:04.8295610Z [1821/5008] 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-12-17T23:33:04.8453150Z [1822/5008] 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-12-17T23:33:04.8460160Z [1823/5008] 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-12-17T23:33:04.8464600Z [1824/5008] 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-12-17T23:33:04.8467740Z [1825/5008] 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-12-17T23:33:04.8474190Z [1826/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-12-17T23:33:04.8715300Z [1827/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-12-17T23:33:04.8758590Z [1828/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-12-17T23:33:04.8821110Z [1829/5008] 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-12-17T23:33:04.8823930Z [1830/5008] 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-12-17T23:33:04.9609600Z [1831/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-12-17T23:33:04.9723010Z [1832/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-12-17T23:33:04.9756060Z [1833/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-12-17T23:33:04.9764960Z [1834/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-12-17T23:33:04.9765930Z [1835/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-12-17T23:33:04.9766790Z [1836/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-12-17T23:33:04.9767650Z [1837/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-12-17T23:33:04.9768350Z [1838/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-12-17T23:33:04.9964000Z [1839/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-12-17T23:33:05.0458650Z [1840/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-12-17T23:33:05.0561870Z [1841/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-12-17T23:33:05.0577180Z [1842/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-12-17T23:33:05.0587750Z [1843/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-12-17T23:33:05.0597170Z [1844/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-12-17T23:33:05.0631750Z [1845/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-12-17T23:33:05.0677640Z [1846/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-12-17T23:33:05.0687810Z [1847/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-12-17T23:33:05.0880050Z [1848/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-12-17T23:33:05.1141300Z [1849/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-12-17T23:33:05.1683580Z [1850/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-12-17T23:33:05.1780560Z [1851/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-12-17T23:33:05.1782640Z [1852/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.1784850Z [1853/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.1786900Z [1854/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.1799420Z [1855/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.1826650Z [1856/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.1902820Z [1857/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.2133810Z [1858/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.2604910Z [1859/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.2853050Z [1860/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.2857610Z [1861/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.2861600Z [1862/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.2902500Z [1863/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.2930120Z [1864/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.3049980Z [1865/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.3154570Z [1866/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.3623460Z [1867/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.3827610Z [1868/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.3876340Z [1869/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.3878380Z [1870/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.3907740Z [1871/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.3980030Z [1872/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.4013860Z [1873/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.4036730Z [1874/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.4109960Z [1875/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.4199860Z [1876/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.5015940Z [1877/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.5120480Z [1878/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.5137180Z [1879/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.5138010Z [1880/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.5145270Z [1881/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.5164210Z [1882/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.5219870Z [1883/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.5230300Z [1884/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.5440440Z [1885/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.5449120Z [1886/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.6233640Z [1887/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.6369900Z [1888/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.6374600Z [1889/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.6377530Z [1890/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.6384140Z [1891/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.6391770Z [1892/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.6426180Z [1893/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.6442550Z [1894/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.6719760Z [1895/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.6734040Z [1896/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.7499070Z [1897/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.7504220Z [1898/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.7519930Z [1899/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.7531870Z [1900/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.7536130Z [1901/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:05.7543480Z [1902/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.7769550Z [1903/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.7787740Z [1904/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.7936690Z [1905/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:05.7938660Z [1906/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:05.8485440Z [1907/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u1.c.o 2024-12-17T23:33:05.8615550Z [1908/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-12-17T23:33:05.8625420Z [1909/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-12-17T23:33:05.8633280Z [1910/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-12-17T23:33:05.8752330Z [1911/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-12-17T23:33:05.8821330Z [1912/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u2.c.o 2024-12-17T23:33:05.8856350Z [1913/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-12-17T23:33:05.8867460Z [1914/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-12-17T23:33:05.8915630Z [1915/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-12-17T23:33:05.9126860Z [1916/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-12-17T23:33:05.9573540Z [1917/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-12-17T23:33:05.9663880Z [1918/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-12-17T23:33:05.9669840Z [1919/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-12-17T23:33:05.9698890Z [1920/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-12-17T23:33:05.9853250Z [1921/5008] 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-12-17T23:33:05.9889290Z [1922/5008] 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-12-17T23:33:06.0049320Z [1923/5008] 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-12-17T23:33:06.0109010Z [1924/5008] 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-12-17T23:33:06.0302530Z [1925/5008] 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-12-17T23:33:06.0412290Z [1926/5008] 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-12-17T23:33:06.0676550Z [1927/5008] 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-12-17T23:33:06.0681990Z [1928/5008] 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-12-17T23:33:06.0688940Z [1929/5008] 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-12-17T23:33:06.0916760Z [1930/5008] 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-12-17T23:33:06.0952930Z [1931/5008] 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-12-17T23:33:06.1202570Z [1932/5008] 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-12-17T23:33:06.1395310Z [1933/5008] 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-12-17T23:33:06.1410200Z [1934/5008] 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-12-17T23:33:06.1424470Z [1935/5008] 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-12-17T23:33:06.1716550Z [1936/5008] 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-12-17T23:33:06.1730390Z [1937/5008] 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-12-17T23:33:06.1894360Z [1938/5008] 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-12-17T23:33:06.1916250Z [1939/5008] 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-12-17T23:33:06.2032900Z [1940/5008] 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-12-17T23:33:06.2287450Z [1941/5008] 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-12-17T23:33:06.2448480Z [1942/5008] 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-12-17T23:33:06.2461280Z [1943/5008] 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-12-17T23:33:06.2676400Z [1944/5008] 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-12-17T23:33:06.2883730Z [1945/5008] 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-12-17T23:33:06.2989770Z [1946/5008] 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-12-17T23:33:06.3083460Z [1947/5008] 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-12-17T23:33:06.3096180Z [1948/5008] 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-12-17T23:33:06.3127060Z [1949/5008] 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-12-17T23:33:06.3139380Z [1950/5008] 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-12-17T23:33:06.3427830Z [1951/5008] 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-12-17T23:33:06.3470040Z [1952/5008] 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-12-17T23:33:06.3491830Z [1953/5008] 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-12-17T23:33:06.3897780Z [1954/5008] 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-12-17T23:33:06.3975980Z [1955/5008] 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-12-17T23:33:06.4200760Z [1956/5008] 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-12-17T23:33:06.4324570Z [1957/5008] 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-12-17T23:33:06.4361920Z [1958/5008] 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-12-17T23:33:06.4400500Z [1959/5008] 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-12-17T23:33:06.4403080Z [1960/5008] 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-12-17T23:33:06.4500550Z [1961/5008] 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-12-17T23:33:06.4804410Z [1962/5008] 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-12-17T23:33:06.4881760Z [1963/5008] 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-12-17T23:33:06.5112240Z [1964/5008] 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-12-17T23:33:06.5119640Z [1965/5008] 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-12-17T23:33:06.5283010Z [1966/5008] 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-12-17T23:33:06.5335120Z [1967/5008] 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-12-17T23:33:06.5424480Z [1968/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u1.c.o 2024-12-17T23:33:06.5478920Z [1969/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-scalar.c.o 2024-12-17T23:33:06.5531400Z [1970/5008] 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-12-17T23:33:06.5548590Z [1971/5008] 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-12-17T23:33:06.5928110Z [1972/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u2.c.o 2024-12-17T23:33:06.6085250Z [1973/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-12-17T23:33:06.6207380Z [1974/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-12-17T23:33:06.6209720Z [1975/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-12-17T23:33:06.6263240Z [1976/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-12-17T23:33:06.6274280Z [1977/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-12-17T23:33:06.6385480Z [1978/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-12-17T23:33:06.6541030Z [1979/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-12-17T23:33:06.6544030Z [1980/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-12-17T23:33:06.6586660Z [1981/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-12-17T23:33:06.7016530Z [1982/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-12-17T23:33:06.7236170Z [1983/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-12-17T23:33:06.7306600Z [1984/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.7343650Z [1985/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.7387060Z [1986/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.7399680Z [1987/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.7409870Z [1988/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.7529550Z [1989/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.7532750Z [1990/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.7877260Z [1991/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.8144560Z [1992/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.8415860Z [1993/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.8418500Z [1994/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.8439920Z [1995/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.8460860Z [1996/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.8484170Z [1997/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.8649750Z [1998/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.8754860Z [1999/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.8911190Z [2000/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.9114710Z [2001/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.9231310Z [2002/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.9438430Z [2003/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.9446920Z [2004/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.9504770Z [2005/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:06.9514430Z [2006/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.9541170Z [2007/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:06.9730270Z [2008/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.9918390Z [2009/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:06.9943660Z [2010/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.0330490Z [2011/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.0355560Z [2012/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.0513540Z [2013/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.0558410Z [2014/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.0571910Z [2015/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.0750790Z [2016/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-12-17T23:33:07.0882200Z [2017/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.0884430Z [2018/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-12-17T23:33:07.0887610Z [2019/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-12-17T23:33:07.1093400Z [2020/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.1366220Z [2021/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.1415960Z [2022/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.1575060Z [2023/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.1597420Z [2024/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-12-17T23:33:07.1607880Z [2025/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.1847100Z [2026/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.1878570Z [2027/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-12-17T23:33:07.2101570Z [2028/5008] 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-12-17T23:33:07.2279150Z [2029/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-12-17T23:33:07.2283450Z [2030/5008] 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-12-17T23:33:07.2493860Z [2031/5008] 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-12-17T23:33:07.2516530Z [2032/5008] 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-12-17T23:33:07.2523950Z [2033/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-12-17T23:33:07.2554320Z [2034/5008] 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-12-17T23:33:07.2781690Z [2035/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-12-17T23:33:07.2784100Z [2036/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-12-17T23:33:07.2978500Z [2037/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-12-17T23:33:07.3351910Z [2038/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-12-17T23:33:07.3460690Z [2039/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2024-12-17T23:33:07.3561470Z [2040/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2024-12-17T23:33:07.3585730Z [2041/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2024-12-17T23:33:07.3618210Z [2042/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2024-12-17T23:33:07.3619080Z [2043/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2024-12-17T23:33:07.3765190Z [2044/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2024-12-17T23:33:07.3847520Z [2045/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2024-12-17T23:33:07.3859480Z [2046/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.o 2024-12-17T23:33:07.4056080Z [2047/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.o 2024-12-17T23:33:07.4628250Z [2048/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.o 2024-12-17T23:33:07.4649650Z [2049/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.o 2024-12-17T23:33:07.4698010Z [2050/5008] 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-12-17T23:33:07.4748190Z [2051/5008] 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-12-17T23:33:07.4851220Z [2052/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.o 2024-12-17T23:33:07.5117650Z [2053/5008] 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-12-17T23:33:07.5157680Z [2054/5008] 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-12-17T23:33:07.5205750Z [2055/5008] 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-12-17T23:33:07.5317810Z [2056/5008] 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-12-17T23:33:07.5346230Z [2057/5008] 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-12-17T23:33:07.5646600Z [2058/5008] 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-12-17T23:33:07.5654460Z [2059/5008] 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-12-17T23:33:07.5800270Z [2060/5008] 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-12-17T23:33:07.5802200Z [2061/5008] 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-12-17T23:33:07.5997820Z [2062/5008] 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-12-17T23:33:07.6273790Z [2063/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.6335610Z [2064/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.6419350Z [2065/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.6435550Z [2066/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.6558330Z [2067/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.6715350Z [2068/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.6738620Z [2069/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.6916440Z [2070/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.6918830Z [2071/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.7106700Z [2072/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.7391130Z [2073/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.7418800Z [2074/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.7534630Z [2075/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.7629520Z [2076/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.7725540Z [2077/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.7846790Z [2078/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.7920910Z [2079/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.7940320Z [2080/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.8008910Z [2081/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.8242790Z [2082/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.8583690Z [2083/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.8630800Z [2084/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.8668350Z [2085/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.8710320Z [2086/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.8813790Z [2087/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.8947960Z [2088/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.9051560Z [2089/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:07.9075590Z [2090/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.9549290Z [2091/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:07.9651470Z [2092/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-12-17T23:33:07.9697750Z [2093/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-12-17T23:33:07.9760130Z [2094/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.9771980Z [2095/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:07.9954270Z [2096/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-12-17T23:33:07.9955170Z [2097/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:08.0145320Z [2098/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:08.0188380Z [2099/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:08.0355240Z [2100/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:08.0588180Z [2101/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:08.0601010Z [2102/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-12-17T23:33:08.0746130Z [2103/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-12-17T23:33:08.0751010Z [2104/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-12-17T23:33:08.0770010Z [2105/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-scalar.c.o 2024-12-17T23:33:08.1048150Z [2106/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-12-17T23:33:08.1063430Z [2107/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c4-gemm-goi-scalar.c.o 2024-12-17T23:33:08.1069570Z [2108/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c4-gemm-goi-scalar.c.o 2024-12-17T23:33:08.1349450Z [2109/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-12-17T23:33:08.1392540Z [2110/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x32c4-gemm-goi-scalar.c.o 2024-12-17T23:33:08.1585050Z [2111/5008] 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-12-17T23:33:08.1764620Z [2112/5008] 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-12-17T23:33:08.1806170Z [2113/5008] 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-12-17T23:33:08.1815510Z [2114/5008] 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-12-17T23:33:08.2023780Z [2115/5008] 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-12-17T23:33:08.2236300Z [2116/5008] 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-12-17T23:33:08.2345870Z [2117/5008] 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-12-17T23:33:08.2348860Z [2118/5008] 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-12-17T23:33:08.2468060Z [2119/5008] 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-12-17T23:33:08.2476220Z [2120/5008] 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-12-17T23:33:08.2636470Z [2121/5008] 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-12-17T23:33:08.2781260Z [2122/5008] 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-12-17T23:33:08.2862160Z [2123/5008] 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-12-17T23:33:08.3087220Z [2124/5008] 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-12-17T23:33:08.3139780Z [2125/5008] 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-12-17T23:33:08.3285170Z [2126/5008] 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-12-17T23:33:08.3375420Z [2127/5008] 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-12-17T23:33:08.3441950Z [2128/5008] 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-12-17T23:33:08.3454860Z [2129/5008] 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-12-17T23:33:08.3553370Z [2130/5008] 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-12-17T23:33:08.3761170Z [2131/5008] 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-12-17T23:33:08.3804990Z [2132/5008] 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-12-17T23:33:08.4141320Z [2133/5008] 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-12-17T23:33:08.4164530Z [2134/5008] 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-12-17T23:33:08.4338730Z [2135/5008] 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-12-17T23:33:08.4402070Z [2136/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u2.c.o 2024-12-17T23:33:08.4407670Z [2137/5008] 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-12-17T23:33:08.4485710Z [2138/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u4.c.o 2024-12-17T23:33:08.4489630Z [2139/5008] 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-12-17T23:33:08.4674610Z [2140/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-12-17T23:33:08.4698190Z [2141/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-12-17T23:33:08.5040760Z [2142/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-12-17T23:33:08.5243090Z [2143/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-12-17T23:33:08.5253060Z [2144/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-12-17T23:33:08.5260780Z [2145/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-12-17T23:33:08.5400740Z [2146/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-12-17T23:33:08.5413030Z [2147/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-12-17T23:33:08.5548360Z [2148/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-12-17T23:33:08.5596650Z [2149/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-12-17T23:33:08.5601280Z [2150/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-12-17T23:33:08.5678560Z [2151/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-12-17T23:33:08.6311150Z [2152/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-12-17T23:33:08.6413090Z [2153/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-12-17T23:33:08.6515110Z [2154/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-12-17T23:33:08.6515990Z [2155/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-12-17T23:33:08.6516790Z [2156/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-12-17T23:33:08.6517530Z [2157/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-12-17T23:33:08.6518250Z [2158/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-12-17T23:33:08.6531770Z [2159/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-12-17T23:33:08.6636810Z [2160/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-12-17T23:33:08.6766860Z [2161/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-12-17T23:33:08.7365890Z [2162/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-12-17T23:33:08.7370900Z [2163/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-12-17T23:33:08.7385380Z [2164/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-12-17T23:33:08.7399570Z [2165/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-12-17T23:33:08.7408530Z [2166/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-12-17T23:33:08.7465240Z [2167/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-12-17T23:33:08.7551250Z [2168/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-12-17T23:33:08.7679130Z [2169/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-12-17T23:33:08.7749000Z [2170/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-12-17T23:33:08.7756900Z [2171/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vgelu/gen/f32-vgelu-scalar.c.o 2024-12-17T23:33:08.8478430Z [2172/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-12-17T23:33:08.8486540Z [2173/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-12-17T23:33:08.8493090Z [2174/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlog/gen/f32-vlog-scalar-log.c.o 2024-12-17T23:33:08.8498380Z [2175/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-12-17T23:33:08.8516600Z [2176/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-12-17T23:33:08.8574370Z [2177/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-12-17T23:33:08.8605050Z [2178/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-12-17T23:33:08.8695670Z [2179/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-12-17T23:33:08.8890400Z [2180/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-12-17T23:33:08.8905030Z [2181/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-12-17T23:33:08.9508770Z [2182/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-12-17T23:33:08.9527380Z [2183/5008] 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-12-17T23:33:08.9596390Z [2184/5008] 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-12-17T23:33:08.9629700Z [2185/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-12-17T23:33:08.9633240Z [2186/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-12-17T23:33:08.9922430Z [2187/5008] 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-12-17T23:33:08.9954260Z [2188/5008] 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-12-17T23:33:09.0067880Z [2189/5008] 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-12-17T23:33:09.0092550Z [2190/5008] 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-12-17T23:33:09.0525340Z [2191/5008] 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-12-17T23:33:09.0774790Z [2192/5008] 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-12-17T23:33:09.0847870Z [2193/5008] 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-12-17T23:33:09.0933450Z [2194/5008] 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-12-17T23:33:09.0993410Z [2195/5008] 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-12-17T23:33:09.1062300Z [2196/5008] 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-12-17T23:33:09.1339310Z [2197/5008] 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-12-17T23:33:09.1401420Z [2198/5008] 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-12-17T23:33:09.1432400Z [2199/5008] 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-12-17T23:33:09.1533750Z [2200/5008] 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-12-17T23:33:09.1924670Z [2201/5008] 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-12-17T23:33:09.1956150Z [2202/5008] 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-12-17T23:33:09.2098070Z [2203/5008] 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-12-17T23:33:09.2103950Z [2204/5008] 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-12-17T23:33:09.2118200Z [2205/5008] 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-12-17T23:33:09.2131590Z [2206/5008] 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-12-17T23:33:09.2608500Z [2207/5008] 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-12-17T23:33:09.2757090Z [2208/5008] 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-12-17T23:33:09.2862670Z [2209/5008] 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-12-17T23:33:09.2971180Z [2210/5008] 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-12-17T23:33:09.3097840Z [2211/5008] 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-12-17T23:33:09.3300320Z [2212/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2024-12-17T23:33:09.3413700Z [2213/5008] 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-12-17T23:33:09.3481370Z [2214/5008] 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-12-17T23:33:09.3630670Z [2215/5008] 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-12-17T23:33:09.3945630Z [2216/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2024-12-17T23:33:09.3966050Z [2217/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2024-12-17T23:33:09.4007480Z [2218/5008] 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-12-17T23:33:09.4317370Z [2219/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-12-17T23:33:09.4542080Z [2220/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:33:09.4799740Z [2221/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-12-17T23:33:09.4804840Z [2222/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:33:09.4805980Z [2223/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2024-12-17T23:33:09.4834260Z [2224/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-12-17T23:33:09.5029100Z [2225/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-12-17T23:33:09.5208850Z [2226/5008] 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-12-17T23:33:09.5317220Z [2227/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-12-17T23:33:09.5355740Z [2228/5008] 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-12-17T23:33:09.5617160Z [2229/5008] 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-12-17T23:33:09.6076430Z [2230/5008] 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-12-17T23:33:09.6250650Z [2231/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2024-12-17T23:33:09.6263650Z [2232/5008] 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-12-17T23:33:09.6304200Z [2233/5008] 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-12-17T23:33:09.6306080Z [2234/5008] 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-12-17T23:33:09.6323910Z [2235/5008] 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-12-17T23:33:09.6348580Z [2236/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2024-12-17T23:33:09.7003210Z [2237/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2024-12-17T23:33:09.7104150Z [2238/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u16.c.o 2024-12-17T23:33:09.7106320Z [2239/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u16.c.o 2024-12-17T23:33:09.7446660Z [2240/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u16.c.o 2024-12-17T23:33:09.7474360Z [2241/5008] 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-12-17T23:33:09.7502810Z [2242/5008] 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-12-17T23:33:09.7662230Z [2243/5008] 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-12-17T23:33:09.7664970Z [2244/5008] 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-12-17T23:33:09.7739410Z [2245/5008] 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-12-17T23:33:09.7940440Z [2246/5008] 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-12-17T23:33:09.8492710Z [2247/5008] 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-12-17T23:33:09.8592990Z [2248/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2024-12-17T23:33:09.8712310Z [2249/5008] 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-12-17T23:33:09.8715110Z [2250/5008] 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-12-17T23:33:09.8725200Z [2251/5008] 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-12-17T23:33:09.8763170Z [2252/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2024-12-17T23:33:09.8766260Z [2253/5008] 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-12-17T23:33:09.8784220Z [2254/5008] 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-12-17T23:33:09.8908950Z [2255/5008] 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-12-17T23:33:09.8968720Z [2256/5008] 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-12-17T23:33:09.9922570Z [2257/5008] 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-12-17T23:33:10.0037790Z [2258/5008] 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-12-17T23:33:10.0063190Z [2259/5008] 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-12-17T23:33:10.0070810Z [2260/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8c4-minmax-neondot.c.o 2024-12-17T23:33:10.0077020Z [2261/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16c4-minmax-neondot.c.o 2024-12-17T23:33:10.0119650Z [2262/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c4-minmax-neondot.c.o 2024-12-17T23:33:10.0262690Z [2263/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c4-minmax-neondot.c.o 2024-12-17T23:33:10.0411780Z [2264/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x8c4-minmax-neondot.c.o 2024-12-17T23:33:10.0961480Z [2265/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16c4-minmax-neondot.c.o 2024-12-17T23:33:10.1062410Z [2266/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x8c4-minmax-neondot.c.o 2024-12-17T23:33:10.1320710Z [2267/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c4-minmax-neondot.c.o 2024-12-17T23:33:10.1351740Z [2268/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16c4-minmax-neondot.c.o 2024-12-17T23:33:10.1354540Z [2269/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x8c4-minmax-neondot.c.o 2024-12-17T23:33:10.1511890Z [2270/5008] 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-12-17T23:33:10.1539530Z [2271/5008] 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-12-17T23:33:10.1806750Z [2272/5008] 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-12-17T23:33:10.2052980Z [2273/5008] 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-12-17T23:33:10.2311930Z [2274/5008] 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-12-17T23:33:10.2388820Z [2275/5008] 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-12-17T23:33:10.2521370Z [2276/5008] 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-12-17T23:33:10.2603500Z [2277/5008] 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-12-17T23:33:10.2660250Z [2278/5008] 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-12-17T23:33:10.2667490Z [2279/5008] 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-12-17T23:33:10.2739730Z [2280/5008] 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-12-17T23:33:10.2881760Z [2281/5008] 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-12-17T23:33:10.3165490Z [2282/5008] 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-12-17T23:33:10.3473230Z [2283/5008] 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-12-17T23:33:10.3890590Z [2284/5008] 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-12-17T23:33:10.3991310Z [2285/5008] 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-12-17T23:33:10.3993680Z [2286/5008] 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-12-17T23:33:10.4090940Z [2287/5008] 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-12-17T23:33:10.4151230Z [2288/5008] 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-12-17T23:33:10.4554180Z [2289/5008] 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-12-17T23:33:10.4658710Z [2290/5008] 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-12-17T23:33:10.4762760Z [2291/5008] 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-12-17T23:33:10.4768380Z [2292/5008] 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-12-17T23:33:10.4797750Z [2293/5008] 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-12-17T23:33:10.5229690Z [2294/5008] 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-12-17T23:33:10.5241980Z [2295/5008] 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-12-17T23:33:10.5277360Z [2296/5008] 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-12-17T23:33:10.5327420Z [2297/5008] 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-12-17T23:33:10.5768200Z [2298/5008] 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-12-17T23:33:10.5850350Z [2299/5008] 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-12-17T23:33:10.5976640Z [2300/5008] 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-12-17T23:33:10.5982550Z [2301/5008] 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-12-17T23:33:10.6441730Z [2302/5008] 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-12-17T23:33:10.6609510Z [2303/5008] 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-12-17T23:33:10.6760810Z [2304/5008] 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-12-17T23:33:10.6776940Z [2305/5008] 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-12-17T23:33:10.6786850Z [2306/5008] 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-12-17T23:33:10.6958460Z [2307/5008] 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-12-17T23:33:10.6963050Z [2308/5008] 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-12-17T23:33:10.7217670Z [2309/5008] 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-12-17T23:33:10.7329510Z [2310/5008] 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-12-17T23:33:10.7577490Z [2311/5008] 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-12-17T23:33:10.7714600Z [2312/5008] 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-12-17T23:33:10.7954500Z [2313/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2024-12-17T23:33:10.8002490Z [2314/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2024-12-17T23:33:10.8009540Z [2315/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2024-12-17T23:33:10.8078050Z [2316/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2024-12-17T23:33:10.8190730Z [2317/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2024-12-17T23:33:10.8395540Z [2318/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2024-12-17T23:33:10.8635190Z [2319/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2024-12-17T23:33:10.8647150Z [2320/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2024-12-17T23:33:10.8776600Z [2321/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2024-12-17T23:33:10.9031270Z [2322/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2024-12-17T23:33:10.9044850Z [2323/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2024-12-17T23:33:10.9071690Z [2324/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2024-12-17T23:33:10.9449590Z [2325/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2024-12-17T23:33:10.9524110Z [2326/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u8.c.o 2024-12-17T23:33:10.9541980Z [2327/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2024-12-17T23:33:10.9591680Z [2328/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2024-12-17T23:33:11.0125340Z [2329/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0132900Z [2330/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0138170Z [2331/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0150390Z [2332/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0170290Z [2333/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0177650Z [2334/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0551130Z [2335/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0653170Z [2336/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.0954580Z [2337/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1230870Z [2338/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1442760Z [2339/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1485800Z [2340/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1505820Z [2341/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1516880Z [2342/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1542250Z [2343/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1745200Z [2344/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1753410Z [2345/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2024-12-17T23:33:11.1964010Z [2346/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2024-12-17T23:33:11.2369970Z [2347/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2024-12-17T23:33:11.2642260Z [2348/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2024-12-17T23:33:11.2689810Z [2349/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2024-12-17T23:33:11.2920600Z [2350/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2024-12-17T23:33:11.2968900Z [2351/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2024-12-17T23:33:11.2977310Z [2352/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2024-12-17T23:33:11.2997890Z [2353/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2024-12-17T23:33:11.3255100Z [2354/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2024-12-17T23:33:11.3257420Z [2355/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u32.c.o 2024-12-17T23:33:11.3276340Z [2356/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u8.c.o 2024-12-17T23:33:11.3798480Z [2357/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2024-12-17T23:33:11.3900780Z [2358/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2024-12-17T23:33:11.3917670Z [2359/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2024-12-17T23:33:11.4211850Z [2360/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u56.c.o 2024-12-17T23:33:11.4219600Z [2361/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2024-12-17T23:33:11.4266800Z [2362/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u64.c.o 2024-12-17T23:33:11.4507120Z [2363/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2024-12-17T23:33:11.4513060Z [2364/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2024-12-17T23:33:11.4734650Z [2365/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u48.c.o 2024-12-17T23:33:11.4826880Z [2366/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2024-12-17T23:33:11.5104640Z [2367/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u48.c.o 2024-12-17T23:33:11.5284660Z [2368/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u64.c.o 2024-12-17T23:33:11.5331260Z [2369/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u56.c.o 2024-12-17T23:33:11.5468870Z [2370/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u40.c.o 2024-12-17T23:33:11.5541470Z [2371/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u24-acc3.c.o 2024-12-17T23:33:11.5613320Z [2372/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u16-acc2.c.o 2024-12-17T23:33:11.5971480Z [2373/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc2.c.o 2024-12-17T23:33:11.6179900Z [2374/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6237640Z [2375/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6253540Z [2376/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6374950Z [2377/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6549640Z [2378/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6953510Z [2379/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6980770Z [2380/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.6991790Z [2381/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.7209580Z [2382/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.7270950Z [2383/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.7327840Z [2384/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2024-12-17T23:33:11.7654650Z [2385/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2024-12-17T23:33:11.7771100Z [2386/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2024-12-17T23:33:11.7776790Z [2387/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.8213680Z [2388/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.8269540Z [2389/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2024-12-17T23:33:11.8275950Z [2390/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.8375700Z [2391/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2024-12-17T23:33:11.8453410Z [2392/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.8635090Z [2393/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.8908510Z [2394/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2024-12-17T23:33:11.9012030Z [2395/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-12-17T23:33:11.9036370Z [2396/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2024-12-17T23:33:11.9040250Z [2397/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2024-12-17T23:33:11.9418290Z [2398/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2024-12-17T23:33:11.9590430Z [2399/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2024-12-17T23:33:11.9599710Z [2400/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2024-12-17T23:33:11.9629680Z [2401/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2024-12-17T23:33:11.9732230Z [2402/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2024-12-17T23:33:11.9936720Z [2403/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2024-12-17T23:33:12.0099570Z [2404/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2024-12-17T23:33:12.0126900Z [2405/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2024-12-17T23:33:12.0424510Z [2406/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2024-12-17T23:33:12.0580160Z [2407/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2024-12-17T23:33:12.0774610Z [2408/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2024-12-17T23:33:12.0836210Z [2409/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2024-12-17T23:33:12.0945290Z [2410/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2024-12-17T23:33:12.1093210Z [2411/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2024-12-17T23:33:12.1258170Z [2412/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2024-12-17T23:33:12.1262790Z [2413/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2024-12-17T23:33:12.1290490Z [2414/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2024-12-17T23:33:12.1456130Z [2415/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2024-12-17T23:33:12.1703810Z [2416/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2024-12-17T23:33:12.1897730Z [2417/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2024-12-17T23:33:12.1998840Z [2418/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2024-12-17T23:33:12.2001590Z [2419/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2024-12-17T23:33:12.2213080Z [2420/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2024-12-17T23:33:12.2466060Z [2421/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2024-12-17T23:33:12.2592980Z [2422/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2024-12-17T23:33:12.2607150Z [2423/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2024-12-17T23:33:12.2790290Z [2424/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2024-12-17T23:33:12.2793890Z [2425/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2024-12-17T23:33:12.2990950Z [2426/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2024-12-17T23:33:12.3056000Z [2427/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2024-12-17T23:33:12.3409430Z [2428/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2024-12-17T23:33:12.3439330Z [2429/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2024-12-17T23:33:12.3509450Z [2430/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2024-12-17T23:33:12.3702240Z [2431/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2024-12-17T23:33:12.3892040Z [2432/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2024-12-17T23:33:12.3946900Z [2433/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2024-12-17T23:33:12.4099010Z [2434/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2024-12-17T23:33:12.4107980Z [2435/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2024-12-17T23:33:12.4134660Z [2436/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2024-12-17T23:33:12.4180070Z [2437/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2024-12-17T23:33:12.4641650Z [2438/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2024-12-17T23:33:12.4829470Z [2439/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2024-12-17T23:33:12.4982320Z [2440/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2024-12-17T23:33:12.4998890Z [2441/5008] 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-12-17T23:33:12.5106440Z [2442/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2024-12-17T23:33:12.5356250Z [2443/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2024-12-17T23:33:12.5363150Z [2444/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2024-12-17T23:33:12.5395700Z [2445/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u16.c.o 2024-12-17T23:33:12.5556970Z [2446/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2024-12-17T23:33:12.5726800Z [2447/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2024-12-17T23:33:12.5750490Z [2448/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u1.c.o 2024-12-17T23:33:12.6267430Z [2449/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2024-12-17T23:33:12.6281980Z [2450/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u4.c.o 2024-12-17T23:33:12.6334040Z [2451/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2024-12-17T23:33:12.6487020Z [2452/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u2.c.o 2024-12-17T23:33:12.6707140Z [2453/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2024-12-17T23:33:12.6887900Z [2454/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7181510Z [2455/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7195820Z [2456/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7201780Z [2457/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7690560Z [2458/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7797540Z [2459/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7858980Z [2460/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7864990Z [2461/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7903540Z [2462/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.7907310Z [2463/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-12-17T23:33:12.8681220Z [2464/5008] 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-12-17T23:33:12.8785440Z [2465/5008] 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-12-17T23:33:12.8904920Z [2466/5008] 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-12-17T23:33:12.8907740Z [2467/5008] 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-12-17T23:33:12.9000700Z [2468/5008] 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-12-17T23:33:12.9079960Z [2469/5008] 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-12-17T23:33:12.9106600Z [2470/5008] 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-12-17T23:33:12.9116330Z [2471/5008] 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-12-17T23:33:12.9272380Z [2472/5008] 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-12-17T23:33:12.9489690Z [2473/5008] 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-12-17T23:33:13.0233760Z [2474/5008] 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-12-17T23:33:13.0340120Z [2475/5008] 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-12-17T23:33:13.0341080Z [2476/5008] 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-12-17T23:33:13.0484380Z [2477/5008] 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-12-17T23:33:13.0669030Z [2478/5008] 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-12-17T23:33:13.0718620Z [2479/5008] 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-12-17T23:33:13.0726940Z [2480/5008] 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-12-17T23:33:13.0846210Z [2481/5008] 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-12-17T23:33:13.1022200Z [2482/5008] 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-12-17T23:33:13.1366370Z [2483/5008] 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-12-17T23:33:13.1394030Z [2484/5008] 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-12-17T23:33:13.1565870Z [2485/5008] 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-12-17T23:33:13.1763310Z [2486/5008] 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-12-17T23:33:13.1871940Z [2487/5008] 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-12-17T23:33:13.1902590Z [2488/5008] 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-12-17T23:33:13.2107240Z [2489/5008] 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-12-17T23:33:13.2193450Z [2490/5008] 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-12-17T23:33:13.2442470Z [2491/5008] 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-12-17T23:33:13.2520730Z [2492/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.2662730Z [2493/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.2800180Z [2494/5008] 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-12-17T23:33:13.2900120Z [2495/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.3099030Z [2496/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.3345850Z [2497/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.3419430Z [2498/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.3616990Z [2499/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.3662450Z [2500/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.3760460Z [2501/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.4035830Z [2502/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.4102560Z [2503/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.4107680Z [2504/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.4114200Z [2505/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.4487050Z [2506/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.4509980Z [2507/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.4777880Z [2508/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.4949570Z [2509/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.5020690Z [2510/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.5270670Z [2511/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.5329910Z [2512/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.5581780Z [2513/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.5628890Z [2514/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.5761750Z [2515/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.5793850Z [2516/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.5888790Z [2517/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.6185880Z [2518/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.6197970Z [2519/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.6438590Z [2520/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.6483060Z [2521/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.6667910Z [2522/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.6842090Z [2523/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.7117380Z [2524/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.7121660Z [2525/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.7408730Z [2526/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.7469670Z [2527/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2024-12-17T23:33:13.7522250Z [2528/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.7616580Z [2529/5008] 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-12-17T23:33:13.7886420Z [2530/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2024-12-17T23:33:13.7895440Z [2531/5008] 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-12-17T23:33:13.8118890Z [2532/5008] 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-12-17T23:33:13.8196900Z [2533/5008] 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-12-17T23:33:13.8549030Z [2534/5008] 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-12-17T23:33:13.8709570Z [2535/5008] 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-12-17T23:33:13.8715510Z [2536/5008] 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-12-17T23:33:13.8720430Z [2537/5008] 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-12-17T23:33:13.8724060Z [2538/5008] 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-12-17T23:33:13.8726560Z [2539/5008] 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-12-17T23:33:13.9440420Z [2540/5008] 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-12-17T23:33:13.9531120Z [2541/5008] 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-12-17T23:33:13.9575930Z [2542/5008] 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-12-17T23:33:13.9608200Z [2543/5008] 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-12-17T23:33:13.9772970Z [2544/5008] 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-12-17T23:33:14.0056220Z [2545/5008] 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-12-17T23:33:14.0083090Z [2546/5008] 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-12-17T23:33:14.0296340Z [2547/5008] 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-12-17T23:33:14.0311270Z [2548/5008] 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-12-17T23:33:14.0378260Z [2549/5008] 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-12-17T23:33:14.0837160Z [2550/5008] 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-12-17T23:33:14.0844010Z [2551/5008] 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-12-17T23:33:14.0886380Z [2552/5008] 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-12-17T23:33:14.0907660Z [2553/5008] 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-12-17T23:33:14.1361670Z [2554/5008] 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-12-17T23:33:14.1509750Z [2555/5008] 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-12-17T23:33:14.1515770Z [2556/5008] 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-12-17T23:33:14.1520420Z [2557/5008] 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-12-17T23:33:14.1523830Z [2558/5008] 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-12-17T23:33:14.1931830Z [2559/5008] 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-12-17T23:33:14.2296570Z [2560/5008] 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-12-17T23:33:14.2508710Z [2561/5008] 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-12-17T23:33:14.2534620Z [2562/5008] 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-12-17T23:33:14.2538300Z [2563/5008] 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-12-17T23:33:14.2635730Z [2564/5008] 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-12-17T23:33:14.2639240Z [2565/5008] 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-12-17T23:33:14.2747200Z [2566/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c32.c.o 2024-12-17T23:33:14.2836390Z [2567/5008] 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-12-17T23:33:14.2838320Z [2568/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c64.c.o 2024-12-17T23:33:14.3043140Z [2569/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u4.c.o 2024-12-17T23:33:14.3129500Z [2570/5008] 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-12-17T23:33:14.3480600Z [2571/5008] 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-12-17T23:33:14.3593410Z [2572/5008] 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-12-17T23:33:14.3601810Z [2573/5008] 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-12-17T23:33:14.3660990Z [2574/5008] 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-12-17T23:33:14.3665440Z [2575/5008] 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-12-17T23:33:14.3673380Z [2576/5008] 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-12-17T23:33:14.3794250Z [2577/5008] 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-12-17T23:33:14.3797890Z [2578/5008] 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-12-17T23:33:14.4019880Z [2579/5008] 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-12-17T23:33:14.4163500Z [2580/5008] 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-12-17T23:33:14.4394400Z [2581/5008] 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-12-17T23:33:14.4423920Z [2582/5008] 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-12-17T23:33:14.4543940Z [2583/5008] 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-12-17T23:33:14.4643060Z [2584/5008] 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-12-17T23:33:14.4653290Z [2585/5008] 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-12-17T23:33:14.4701920Z [2586/5008] 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-12-17T23:33:14.4841390Z [2587/5008] 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-12-17T23:33:14.4853440Z [2588/5008] 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-12-17T23:33:14.5035060Z [2589/5008] 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-12-17T23:33:14.5407380Z [2590/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc2.c.o 2024-12-17T23:33:14.5732450Z [2591/5008] 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-12-17T23:33:14.5760340Z [2592/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2024-12-17T23:33:14.5975160Z [2593/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc4.c.o 2024-12-17T23:33:14.6141430Z [2594/5008] 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-12-17T23:33:14.6153880Z [2595/5008] 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-12-17T23:33:14.6314350Z [2596/5008] 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-12-17T23:33:14.6453000Z [2597/5008] 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-12-17T23:33:14.6456070Z [2598/5008] 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-12-17T23:33:14.6491210Z [2599/5008] 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-12-17T23:33:14.6602650Z [2600/5008] 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-12-17T23:33:14.6761290Z [2601/5008] 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-12-17T23:33:14.6861050Z [2602/5008] 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-12-17T23:33:14.6863460Z [2603/5008] 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-12-17T23:33:14.7129380Z [2604/5008] 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-12-17T23:33:14.7202730Z [2605/5008] 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-12-17T23:33:14.7214950Z [2606/5008] 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-12-17T23:33:14.7236130Z [2607/5008] 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-12-17T23:33:14.7311670Z [2608/5008] 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-12-17T23:33:14.7441200Z [2609/5008] 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-12-17T23:33:14.7600480Z [2610/5008] 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-12-17T23:33:14.7731000Z [2611/5008] 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-12-17T23:33:14.7755300Z [2612/5008] 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-12-17T23:33:14.8116300Z [2613/5008] 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-12-17T23:33:14.8139540Z [2614/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-12-17T23:33:14.8145190Z [2615/5008] 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-12-17T23:33:14.8148850Z [2616/5008] 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-12-17T23:33:14.8183530Z [2617/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-12-17T23:33:14.8401480Z [2618/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-12-17T23:33:14.8502720Z [2619/5008] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-12-17T23:33:14.8537880Z [2620/5008] 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-12-17T23:33:14.8542140Z [2621/5008] 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-12-17T23:33:14.8735300Z [2622/5008] 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-12-17T23:33:14.9024070Z [2623/5008] 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-12-17T23:33:14.9027970Z [2624/5008] 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-12-17T23:33:14.9145280Z [2625/5008] 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-12-17T23:33:14.9205780Z [2626/5008] 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-12-17T23:33:14.9221000Z [2627/5008] 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-12-17T23:33:14.9378190Z [2628/5008] 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-12-17T23:33:14.9381140Z [2629/5008] 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-12-17T23:33:14.9521910Z [2630/5008] 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-12-17T23:33:14.9550990Z [2631/5008] 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-12-17T23:33:14.9677490Z [2632/5008] 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-12-17T23:33:15.0026960Z [2633/5008] 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-12-17T23:33:15.0053900Z [2634/5008] 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-12-17T23:33:15.0151190Z [2635/5008] 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-12-17T23:33:15.0156000Z [2636/5008] 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-12-17T23:33:15.0336550Z [2637/5008] 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-12-17T23:33:15.0337430Z [2638/5008] 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-12-17T23:33:15.0338200Z [2639/5008] 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-12-17T23:33:15.0538020Z [2640/5008] 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-12-17T23:33:15.0542730Z [2641/5008] 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-12-17T23:33:15.0703230Z [2642/5008] 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-12-17T23:33:15.1031140Z [2643/5008] 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-12-17T23:33:15.1033400Z [2644/5008] 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-12-17T23:33:15.1053940Z [2645/5008] 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-12-17T23:33:15.1092380Z [2646/5008] 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-12-17T23:33:15.1337280Z [2647/5008] 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-12-17T23:33:15.1354970Z [2648/5008] 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-12-17T23:33:15.1366530Z [2649/5008] 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-12-17T23:33:15.1369080Z [2650/5008] 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-12-17T23:33:15.1588510Z [2651/5008] 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-12-17T23:33:15.1722220Z [2652/5008] 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-12-17T23:33:15.2026880Z [2653/5008] 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-12-17T23:33:15.2028150Z [2654/5008] 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-12-17T23:33:15.2071220Z [2655/5008] 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-12-17T23:33:15.2077520Z [2656/5008] 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-12-17T23:33:15.2313700Z [2657/5008] 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-12-17T23:33:15.2350250Z [2658/5008] 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-12-17T23:33:15.2553610Z [2659/5008] 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-12-17T23:33:15.2596640Z [2660/5008] 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-12-17T23:33:15.2597560Z [2661/5008] 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-12-17T23:33:15.2727340Z [2662/5008] 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-12-17T23:33:15.3080070Z [2663/5008] 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-12-17T23:33:15.3100450Z [2664/5008] 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-12-17T23:33:15.3108940Z [2665/5008] 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-12-17T23:33:15.3174270Z [2666/5008] 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-12-17T23:33:15.3182150Z [2667/5008] 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-12-17T23:33:15.3282980Z [2668/5008] 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-12-17T23:33:15.3450530Z [2669/5008] 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-12-17T23:33:15.3515550Z [2670/5008] 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-12-17T23:33:15.3588610Z [2671/5008] 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-12-17T23:33:15.3716280Z [2672/5008] 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-12-17T23:33:15.4173460Z [2673/5008] 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-12-17T23:33:15.4182500Z [2674/5008] 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-12-17T23:33:15.4190760Z [2675/5008] 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-12-17T23:33:15.4193430Z [2676/5008] 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-12-17T23:33:15.4267340Z [2677/5008] 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-12-17T23:33:15.4335320Z [2678/5008] 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-12-17T23:33:15.4343080Z [2679/5008] 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-12-17T23:33:15.4438600Z [2680/5008] 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-12-17T23:33:15.4570550Z [2681/5008] 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-12-17T23:33:15.4626580Z [2682/5008] 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-12-17T23:33:15.5119190Z [2683/5008] 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-12-17T23:33:15.5155770Z [2684/5008] 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-12-17T23:33:15.5191230Z [2685/5008] 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-12-17T23:33:15.5217140Z [2686/5008] 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-12-17T23:33:15.5391840Z [2687/5008] 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-12-17T23:33:15.5407760Z [2688/5008] 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-12-17T23:33:15.5415930Z [2689/5008] 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-12-17T23:33:15.5430480Z [2690/5008] 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-12-17T23:33:15.5549640Z [2691/5008] 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-12-17T23:33:15.5599470Z [2692/5008] 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-12-17T23:33:15.6107020Z [2693/5008] 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-12-17T23:33:15.6108000Z [2694/5008] 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-12-17T23:33:15.6181420Z [2695/5008] 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-12-17T23:33:15.6202220Z [2696/5008] 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-12-17T23:33:15.6220530Z [2697/5008] 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-12-17T23:33:15.6244150Z [2698/5008] 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-12-17T23:33:15.6426090Z [2699/5008] 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-12-17T23:33:15.6437940Z [2700/5008] 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-12-17T23:33:15.6438880Z [2701/5008] 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-12-17T23:33:15.6447650Z [2702/5008] 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-12-17T23:33:15.7096790Z [2703/5008] 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-12-17T23:33:15.7128740Z [2704/5008] 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-12-17T23:33:15.7131260Z [2705/5008] 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-12-17T23:33:15.7132930Z [2706/5008] 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-12-17T23:33:15.7242590Z [2707/5008] 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-12-17T23:33:15.7280600Z [2708/5008] 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-12-17T23:33:15.7401750Z [2709/5008] 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-12-17T23:33:15.7403620Z [2710/5008] 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-12-17T23:33:15.7419440Z [2711/5008] 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-12-17T23:33:15.7424200Z [2712/5008] 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-12-17T23:33:15.8137200Z [2713/5008] 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-12-17T23:33:15.8141510Z [2714/5008] 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-12-17T23:33:15.8210370Z [2715/5008] 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-12-17T23:33:15.8224050Z [2716/5008] 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-12-17T23:33:15.8231960Z [2717/5008] 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-12-17T23:33:15.8243430Z [2718/5008] 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-12-17T23:33:15.8250820Z [2719/5008] 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-12-17T23:33:15.8285290Z [2720/5008] 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-12-17T23:33:15.8319160Z [2721/5008] 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-12-17T23:33:15.8366520Z [2722/5008] 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-12-17T23:33:15.9161420Z [2723/5008] 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-12-17T23:33:15.9185110Z [2724/5008] 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-12-17T23:33:15.9217190Z [2725/5008] 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-12-17T23:33:15.9234440Z [2726/5008] 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-12-17T23:33:15.9251180Z [2727/5008] 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-12-17T23:33:15.9463860Z [2728/5008] 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-12-17T23:33:15.9585460Z [2729/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:15.9718390Z [2730/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:16.0101530Z [2731/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2024-12-17T23:33:16.0474890Z [2732/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2024-12-17T23:33:16.0480690Z [2733/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.0528050Z [2734/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.0633650Z [2735/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.0644230Z [2736/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2024-12-17T23:33:16.0713350Z [2737/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:16.0736600Z [2738/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2024-12-17T23:33:16.1028210Z [2739/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2024-12-17T23:33:16.1243810Z [2740/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.1467000Z [2741/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:16.1830320Z [2742/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:16.1849720Z [2743/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.1999480Z [2744/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-12-17T23:33:16.2073590Z [2745/5008] 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-12-17T23:33:16.2206730Z [2746/5008] 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-12-17T23:33:16.2337980Z [2747/5008] 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-12-17T23:33:16.2347360Z [2748/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:16.2655630Z [2749/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.2709200Z [2750/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-12-17T23:33:16.2915340Z [2751/5008] 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-12-17T23:33:16.3276440Z [2752/5008] 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-12-17T23:33:16.3328540Z [2753/5008] 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-12-17T23:33:16.3340710Z [2754/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2024-12-17T23:33:16.3445330Z [2755/5008] 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-12-17T23:33:16.3671290Z [2756/5008] 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-12-17T23:33:16.3850030Z [2757/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.3853880Z [2758/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2024-12-17T23:33:16.3872800Z [2759/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2024-12-17T23:33:16.3882780Z [2760/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2024-12-17T23:33:16.3899160Z [2761/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2024-12-17T23:33:16.4377950Z [2762/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2024-12-17T23:33:16.4415920Z [2763/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2024-12-17T23:33:16.4710730Z [2764/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2024-12-17T23:33:16.4896670Z [2765/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2024-12-17T23:33:16.5016370Z [2766/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2024-12-17T23:33:16.5026100Z [2767/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2024-12-17T23:33:16.5224350Z [2768/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2024-12-17T23:33:16.5381560Z [2769/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2024-12-17T23:33:16.5386630Z [2770/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2024-12-17T23:33:16.5580000Z [2771/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2024-12-17T23:33:16.5587960Z [2772/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2024-12-17T23:33:16.5604330Z [2773/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2024-12-17T23:33:16.6075560Z [2774/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2024-12-17T23:33:16.6092990Z [2775/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2024-12-17T23:33:16.6175300Z [2776/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2024-12-17T23:33:16.6550210Z [2777/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2024-12-17T23:33:16.6615800Z [2778/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u24.c.o 2024-12-17T23:33:16.6620190Z [2779/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u20.c.o 2024-12-17T23:33:16.6701350Z [2780/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2024-12-17T23:33:16.6703420Z [2781/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2024-12-17T23:33:16.6975940Z [2782/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2024-12-17T23:33:16.7236410Z [2783/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u24.c.o 2024-12-17T23:33:16.7247900Z [2784/5008] 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-12-17T23:33:16.7280090Z [2785/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u20.c.o 2024-12-17T23:33:16.7434340Z [2786/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2024-12-17T23:33:16.7803010Z [2787/5008] 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-12-17T23:33:16.7849860Z [2788/5008] 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-12-17T23:33:16.7920950Z [2789/5008] 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-12-17T23:33:16.7953660Z [2790/5008] 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-12-17T23:33:16.8044550Z [2791/5008] 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-12-17T23:33:16.8288690Z [2792/5008] 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-12-17T23:33:16.8527330Z [2793/5008] 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-12-17T23:33:16.8698690Z [2794/5008] 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-12-17T23:33:16.8731770Z [2795/5008] 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-12-17T23:33:16.8744120Z [2796/5008] 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-12-17T23:33:16.8946420Z [2797/5008] 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-12-17T23:33:16.9162270Z [2798/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2024-12-17T23:33:16.9231590Z [2799/5008] 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-12-17T23:33:16.9244350Z [2800/5008] 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-12-17T23:33:16.9255190Z [2801/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2024-12-17T23:33:16.9483790Z [2802/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2024-12-17T23:33:16.9800680Z [2803/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2024-12-17T23:33:17.0007370Z [2804/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2024-12-17T23:33:17.0073620Z [2805/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2024-12-17T23:33:17.0096460Z [2806/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2024-12-17T23:33:17.0189940Z [2807/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2024-12-17T23:33:17.0410590Z [2808/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2024-12-17T23:33:17.0498140Z [2809/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2024-12-17T23:33:17.0542120Z [2810/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2024-12-17T23:33:17.0578290Z [2811/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2024-12-17T23:33:17.0996780Z [2812/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2024-12-17T23:33:17.1228160Z [2813/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2024-12-17T23:33:17.1273280Z [2814/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2024-12-17T23:33:17.1304440Z [2815/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2024-12-17T23:33:17.1305300Z [2816/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2024-12-17T23:33:17.1373670Z [2817/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2024-12-17T23:33:17.1589200Z [2818/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2024-12-17T23:33:17.1658530Z [2819/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2024-12-17T23:33:17.1760080Z [2820/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2024-12-17T23:33:17.1781590Z [2821/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2024-12-17T23:33:17.2341120Z [2822/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2024-12-17T23:33:17.2539230Z [2823/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2024-12-17T23:33:17.2629880Z [2824/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2024-12-17T23:33:17.2680720Z [2825/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2024-12-17T23:33:17.2921740Z [2826/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2024-12-17T23:33:17.2923580Z [2827/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2024-12-17T23:33:17.3073030Z [2828/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2024-12-17T23:33:17.3086130Z [2829/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2024-12-17T23:33:17.3247070Z [2830/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2024-12-17T23:33:17.3344580Z [2831/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2024-12-17T23:33:17.3953850Z [2832/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2024-12-17T23:33:17.4156560Z [2833/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2024-12-17T23:33:17.4261060Z [2834/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.4271770Z [2835/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2024-12-17T23:33:17.4272570Z [2836/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2024-12-17T23:33:17.4282340Z [2837/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2024-12-17T23:33:17.4565640Z [2838/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.4741970Z [2839/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2024-12-17T23:33:17.4743970Z [2840/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.5198910Z [2841/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2024-12-17T23:33:17.5305020Z [2842/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.5314660Z [2843/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.5416470Z [2844/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.5496180Z [2845/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2024-12-17T23:33:17.5712540Z [2846/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2024-12-17T23:33:17.5772560Z [2847/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2024-12-17T23:33:17.5956230Z [2848/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2024-12-17T23:33:17.6024980Z [2849/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.6044180Z [2850/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.6542730Z [2851/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2024-12-17T23:33:17.6671500Z [2852/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2024-12-17T23:33:17.6684050Z [2853/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.6759210Z [2854/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.6902050Z [2855/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.7068960Z [2856/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.7418340Z [2857/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.7431630Z [2858/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2024-12-17T23:33:17.7449390Z [2859/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2024-12-17T23:33:17.7572990Z [2860/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.7724870Z [2861/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2024-12-17T23:33:17.7906850Z [2862/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2024-12-17T23:33:17.7994070Z [2863/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.8017140Z [2864/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2024-12-17T23:33:17.8087580Z [2865/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2024-12-17T23:33:17.8318400Z [2866/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2024-12-17T23:33:17.8908890Z [2867/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:17.9021800Z [2868/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:17.9023140Z [2869/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-12-17T23:33:17.9028240Z [2870/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-12-17T23:33:17.9115090Z [2871/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-12-17T23:33:17.9377140Z [2872/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc2.c.o 2024-12-17T23:33:17.9500760Z [2873/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u16.c.o 2024-12-17T23:33:17.9668400Z [2874/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc4.c.o 2024-12-17T23:33:18.0124340Z [2875/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2024-12-17T23:33:18.0234880Z [2876/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2024-12-17T23:33:18.0240570Z [2877/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2024-12-17T23:33:18.0243560Z [2878/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2024-12-17T23:33:18.0247540Z [2879/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2024-12-17T23:33:18.0281010Z [2880/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2024-12-17T23:33:18.0292480Z [2881/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2024-12-17T23:33:18.0862320Z [2882/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2024-12-17T23:33:18.0965830Z [2883/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2024-12-17T23:33:18.1098380Z [2884/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-12-17T23:33:18.1270440Z [2885/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-12-17T23:33:18.1377070Z [2886/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-12-17T23:33:18.1446860Z [2887/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-12-17T23:33:18.1584110Z [2888/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-12-17T23:33:18.1589140Z [2889/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-12-17T23:33:18.1596820Z [2890/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-12-17T23:33:18.1603580Z [2891/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-12-17T23:33:18.2240170Z [2892/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-12-17T23:33:18.2443540Z [2893/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-12-17T23:33:18.2520980Z [2894/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2024-12-17T23:33:18.2590740Z [2895/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2024-12-17T23:33:18.2597770Z [2896/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2024-12-17T23:33:18.2620390Z [2897/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2024-12-17T23:33:18.2676030Z [2898/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2024-12-17T23:33:18.2811700Z [2899/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2024-12-17T23:33:18.2893560Z [2900/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2024-12-17T23:33:18.2899470Z [2901/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2024-12-17T23:33:18.3703750Z [2902/5008] 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-12-17T23:33:18.3736630Z [2903/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2024-12-17T23:33:18.3746190Z [2904/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2024-12-17T23:33:18.3855690Z [2905/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2024-12-17T23:33:18.3970970Z [2906/5008] 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-12-17T23:33:18.3977590Z [2907/5008] 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-12-17T23:33:18.4008390Z [2908/5008] 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-12-17T23:33:18.4225790Z [2909/5008] 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-12-17T23:33:18.4615580Z [2910/5008] 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-12-17T23:33:18.4782250Z [2911/5008] 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-12-17T23:33:18.4862130Z [2912/5008] 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-12-17T23:33:18.4876040Z [2913/5008] 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-12-17T23:33:18.4953140Z [2914/5008] 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-12-17T23:33:18.5135110Z [2915/5008] 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-12-17T23:33:18.5151790Z [2916/5008] 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-12-17T23:33:18.5311270Z [2917/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2024-12-17T23:33:18.5549350Z [2918/5008] 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-12-17T23:33:18.5606790Z [2919/5008] 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-12-17T23:33:18.5712080Z [2920/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2024-12-17T23:33:18.5960800Z [2921/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2024-12-17T23:33:18.6107210Z [2922/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2024-12-17T23:33:18.6214830Z [2923/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2024-12-17T23:33:18.6291410Z [2924/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2024-12-17T23:33:18.6293610Z [2925/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2024-12-17T23:33:18.6352360Z [2926/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2024-12-17T23:33:18.6355070Z [2927/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2024-12-17T23:33:18.6627960Z [2928/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2024-12-17T23:33:18.6774340Z [2929/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2024-12-17T23:33:18.7087480Z [2930/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2024-12-17T23:33:18.7199780Z [2931/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2024-12-17T23:33:18.7510050Z [2932/5008] 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-12-17T23:33:18.7518620Z [2933/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2024-12-17T23:33:18.7530170Z [2934/5008] 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-12-17T23:33:18.7586020Z [2935/5008] 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-12-17T23:33:18.7634820Z [2936/5008] 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-12-17T23:33:18.7730840Z [2937/5008] 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-12-17T23:33:18.7913580Z [2938/5008] 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-12-17T23:33:18.8376560Z [2939/5008] 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-12-17T23:33:18.8493410Z [2940/5008] 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-12-17T23:33:18.8499480Z [2941/5008] 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-12-17T23:33:18.8801100Z [2942/5008] 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-12-17T23:33:18.8870480Z [2943/5008] 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-12-17T23:33:18.8876080Z [2944/5008] 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-12-17T23:33:18.8932740Z [2945/5008] 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-12-17T23:33:18.9032120Z [2946/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2024-12-17T23:33:18.9346730Z [2947/5008] 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-12-17T23:33:18.9413950Z [2948/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2024-12-17T23:33:18.9445440Z [2949/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2024-12-17T23:33:18.9571230Z [2950/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2024-12-17T23:33:18.9899450Z [2951/5008] 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-12-17T23:33:18.9950040Z [2952/5008] 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-12-17T23:33:18.9980030Z [2953/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc4.c.o 2024-12-17T23:33:19.0173970Z [2954/5008] 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-12-17T23:33:19.0453890Z [2955/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2024-12-17T23:33:19.0627700Z [2956/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2024-12-17T23:33:19.0686210Z [2957/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2024-12-17T23:33:19.0786710Z [2958/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2024-12-17T23:33:19.0832140Z [2959/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2024-12-17T23:33:19.1036240Z [2960/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2024-12-17T23:33:19.1199380Z [2961/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2024-12-17T23:33:19.1266880Z [2962/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2024-12-17T23:33:19.1544030Z [2963/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2024-12-17T23:33:19.1547210Z [2964/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2024-12-17T23:33:19.1777810Z [2965/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-12-17T23:33:19.1864230Z [2966/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-12-17T23:33:19.1882270Z [2967/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-12-17T23:33:19.1982980Z [2968/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2024-12-17T23:33:19.2130010Z [2969/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-12-17T23:33:19.2503580Z [2970/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-12-17T23:33:19.2616250Z [2971/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2024-12-17T23:33:19.2670630Z [2972/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-12-17T23:33:19.2673010Z [2973/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-12-17T23:33:19.2705810Z [2974/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-12-17T23:33:19.3021500Z [2975/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-12-17T23:33:19.3245340Z [2976/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.3260910Z [2977/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.3432400Z [2978/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.3796380Z [2979/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.3862490Z [2980/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.3888600Z [2981/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-12-17T23:33:19.4060840Z [2982/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.4210250Z [2983/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.4213780Z [2984/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.4244580Z [2985/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.4489160Z [2986/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.4583250Z [2987/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.5181910Z [2988/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.5185490Z [2989/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.5273520Z [2990/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.5465600Z [2991/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.5534380Z [2992/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.5536700Z [2993/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.5683150Z [2994/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.6046020Z [2995/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.6053650Z [2996/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.6125690Z [2997/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.6514390Z [2998/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.6533130Z [2999/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.6699050Z [3000/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.6700380Z [3001/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.6710220Z [3002/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.6821950Z [3003/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.7163160Z [3004/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.7407500Z [3005/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.7436820Z [3006/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.7749020Z [3007/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.7751850Z [3008/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.7775890Z [3009/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.8107420Z [3010/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.8156610Z [3011/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.8399520Z [3012/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.8574330Z [3013/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.8608020Z [3014/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.8618430Z [3015/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.8633750Z [3016/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.9196720Z [3017/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-12-17T23:33:19.9215750Z [3018/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-12-17T23:33:19.9236090Z [3019/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2024-12-17T23:33:19.9495930Z [3020/5008] 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-12-17T23:33:19.9500160Z [3021/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2024-12-17T23:33:19.9635630Z [3022/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2024-12-17T23:33:19.9870220Z [3023/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2024-12-17T23:33:20.0022580Z [3024/5008] 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-12-17T23:33:20.0127280Z [3025/5008] 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-12-17T23:33:20.0315910Z [3026/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2024-12-17T23:33:20.0611710Z [3027/5008] 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-12-17T23:33:20.0636020Z [3028/5008] 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-12-17T23:33:20.0647530Z [3029/5008] 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-12-17T23:33:20.0857150Z [3030/5008] 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-12-17T23:33:20.0871140Z [3031/5008] 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-12-17T23:33:20.0974840Z [3032/5008] 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-12-17T23:33:20.1514380Z [3033/5008] 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-12-17T23:33:20.1517880Z [3034/5008] 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-12-17T23:33:20.1580960Z [3035/5008] 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-12-17T23:33:20.1952040Z [3036/5008] 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-12-17T23:33:20.2083710Z [3037/5008] 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-12-17T23:33:20.2088960Z [3038/5008] 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-12-17T23:33:20.2114100Z [3039/5008] 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-12-17T23:33:20.2267740Z [3040/5008] 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-12-17T23:33:20.2603920Z [3041/5008] 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-12-17T23:33:20.2622280Z [3042/5008] 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-12-17T23:33:20.2634270Z [3043/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2024-12-17T23:33:20.2880530Z [3044/5008] 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-12-17T23:33:20.2911010Z [3045/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u2.c.o 2024-12-17T23:33:20.3153900Z [3046/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u4.c.o 2024-12-17T23:33:20.3400850Z [3047/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u1.c.o 2024-12-17T23:33:20.3429880Z [3048/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u1.c.o 2024-12-17T23:33:20.3607520Z [3049/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u4.c.o 2024-12-17T23:33:20.3656280Z [3050/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2024-12-17T23:33:20.3938050Z [3051/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2024-12-17T23:33:20.3978040Z [3052/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2024-12-17T23:33:20.4146580Z [3053/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2024-12-17T23:33:20.4306740Z [3054/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u4.c.o 2024-12-17T23:33:20.4407550Z [3055/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2024-12-17T23:33:20.4423830Z [3056/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2024-12-17T23:33:20.4697160Z [3057/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2024-12-17T23:33:20.4798770Z [3058/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2024-12-17T23:33:20.4821710Z [3059/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2024-12-17T23:33:20.5120760Z [3060/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2024-12-17T23:33:20.5191570Z [3061/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2024-12-17T23:33:20.5460630Z [3062/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2024-12-17T23:33:20.5484430Z [3063/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2024-12-17T23:33:20.5595610Z [3064/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u2.c.o 2024-12-17T23:33:20.5657370Z [3065/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u1.c.o 2024-12-17T23:33:20.5878570Z [3066/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u2.c.o 2024-12-17T23:33:20.5903800Z [3067/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u1.c.o 2024-12-17T23:33:20.5923820Z [3068/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u4.c.o 2024-12-17T23:33:20.6205940Z [3069/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u4.c.o 2024-12-17T23:33:20.6602260Z [3070/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u4.c.o 2024-12-17T23:33:20.6705780Z [3071/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u2.c.o 2024-12-17T23:33:20.6713190Z [3072/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u1.c.o 2024-12-17T23:33:20.6720250Z [3073/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u4.c.o 2024-12-17T23:33:20.6804040Z [3074/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2024-12-17T23:33:20.7290560Z [3075/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2024-12-17T23:33:20.7391780Z [3076/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u1.c.o 2024-12-17T23:33:20.7403000Z [3077/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2024-12-17T23:33:20.7413600Z [3078/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2024-12-17T23:33:20.7511930Z [3079/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2024-12-17T23:33:20.7761920Z [3080/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u8.c.o 2024-12-17T23:33:20.7819260Z [3081/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u1.c.o 2024-12-17T23:33:20.7892880Z [3082/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u2.c.o 2024-12-17T23:33:20.8120560Z [3083/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2024-12-17T23:33:20.8228190Z [3084/5008] 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-12-17T23:33:20.8629560Z [3085/5008] 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-12-17T23:33:20.8670500Z [3086/5008] 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-12-17T23:33:20.8693350Z [3087/5008] 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-12-17T23:33:20.8698380Z [3088/5008] 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-12-17T23:33:20.8883120Z [3089/5008] 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-12-17T23:33:20.9337340Z [3090/5008] 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-12-17T23:33:20.9409760Z [3091/5008] 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-12-17T23:33:20.9435250Z [3092/5008] 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-12-17T23:33:20.9565610Z [3093/5008] 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-12-17T23:33:20.9583260Z [3094/5008] 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-12-17T23:33:21.0072820Z [3095/5008] 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-12-17T23:33:21.0184010Z [3096/5008] 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-12-17T23:33:21.0192760Z [3097/5008] 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-12-17T23:33:21.0202550Z [3098/5008] 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-12-17T23:33:21.0210660Z [3099/5008] 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-12-17T23:33:21.0596720Z [3100/5008] 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-12-17T23:33:21.0680660Z [3101/5008] 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-12-17T23:33:21.0721920Z [3102/5008] 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-12-17T23:33:21.1039940Z [3103/5008] 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-12-17T23:33:21.1257850Z [3104/5008] 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-12-17T23:33:21.1442120Z [3105/5008] 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-12-17T23:33:21.1487240Z [3106/5008] 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-12-17T23:33:21.1558610Z [3107/5008] 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-12-17T23:33:21.1741180Z [3108/5008] 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-12-17T23:33:21.1984700Z [3109/5008] 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-12-17T23:33:21.2001150Z [3110/5008] 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-12-17T23:33:21.2023470Z [3111/5008] 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-12-17T23:33:21.2363250Z [3112/5008] 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-12-17T23:33:21.2574400Z [3113/5008] 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-12-17T23:33:21.2613670Z [3114/5008] 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-12-17T23:33:21.2749960Z [3115/5008] 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-12-17T23:33:21.2930380Z [3116/5008] 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-12-17T23:33:21.2983510Z [3117/5008] 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-12-17T23:33:21.3405700Z [3118/5008] 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-12-17T23:33:21.3438700Z [3119/5008] 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-12-17T23:33:21.3500260Z [3120/5008] 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-12-17T23:33:21.3602520Z [3121/5008] 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-12-17T23:33:21.4047290Z [3122/5008] 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-12-17T23:33:21.4225920Z [3123/5008] 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-12-17T23:33:21.4274370Z [3124/5008] 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-12-17T23:33:21.4276640Z [3125/5008] 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-12-17T23:33:21.4281860Z [3126/5008] 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-12-17T23:33:21.4292740Z [3127/5008] 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-12-17T23:33:21.4803100Z [3128/5008] 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-12-17T23:33:21.4979450Z [3129/5008] 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-12-17T23:33:21.4982520Z [3130/5008] 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-12-17T23:33:21.4986550Z [3131/5008] 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-12-17T23:33:21.5379430Z [3132/5008] 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-12-17T23:33:21.5383820Z [3133/5008] 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-12-17T23:33:21.5422850Z [3134/5008] 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-12-17T23:33:21.5684140Z [3135/5008] 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-12-17T23:33:21.5691590Z [3136/5008] 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-12-17T23:33:21.5696400Z [3137/5008] 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-12-17T23:33:21.6235060Z [3138/5008] 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-12-17T23:33:21.6394040Z [3139/5008] 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-12-17T23:33:21.6399830Z [3140/5008] 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-12-17T23:33:21.6412980Z [3141/5008] 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-12-17T23:33:21.6694150Z [3142/5008] 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-12-17T23:33:21.6755340Z [3143/5008] 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-12-17T23:33:21.6781720Z [3144/5008] 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-12-17T23:33:21.6878630Z [3145/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:21.6886590Z [3146/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2024-12-17T23:33:21.7120200Z [3147/5008] 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-12-17T23:33:21.7609910Z [3148/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2024-12-17T23:33:21.7701880Z [3149/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2024-12-17T23:33:21.7801060Z [3150/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:21.8007860Z [3151/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:21.8299480Z [3152/5008] 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-12-17T23:33:21.8375960Z [3153/5008] 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-12-17T23:33:21.8421100Z [3154/5008] 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-12-17T23:33:21.8424330Z [3155/5008] 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-12-17T23:33:21.8727680Z [3156/5008] 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-12-17T23:33:21.8980600Z [3157/5008] 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-12-17T23:33:21.9021840Z [3158/5008] 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-12-17T23:33:21.9196200Z [3159/5008] 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-12-17T23:33:21.9200950Z [3160/5008] 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-12-17T23:33:21.9386530Z [3161/5008] 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-12-17T23:33:21.9500390Z [3162/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:21.9825790Z [3163/5008] 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-12-17T23:33:21.9981940Z [3164/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:21.9987520Z [3165/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:22.0072740Z [3166/5008] 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-12-17T23:33:22.0321090Z [3167/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:22.0448490Z [3168/5008] 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-12-17T23:33:22.0486180Z [3169/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:22.0564840Z [3170/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:22.0588410Z [3171/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:22.0599380Z [3172/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2024-12-17T23:33:22.1098810Z [3173/5008] 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-12-17T23:33:22.1145840Z [3174/5008] 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-12-17T23:33:22.1254230Z [3175/5008] 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-12-17T23:33:22.1266820Z [3176/5008] 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-12-17T23:33:22.1521270Z [3177/5008] 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-12-17T23:33:22.1742210Z [3178/5008] 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-12-17T23:33:22.1753090Z [3179/5008] 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-12-17T23:33:22.1827880Z [3180/5008] 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-12-17T23:33:22.1853270Z [3181/5008] 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-12-17T23:33:22.1867080Z [3182/5008] 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-12-17T23:33:22.2551070Z [3183/5008] 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-12-17T23:33:22.2640410Z [3184/5008] 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-12-17T23:33:22.2649130Z [3185/5008] 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-12-17T23:33:22.2814310Z [3186/5008] 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-12-17T23:33:22.2904900Z [3187/5008] 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-12-17T23:33:22.3289510Z [3188/5008] 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-12-17T23:33:22.3299560Z [3189/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u1.c.o 2024-12-17T23:33:22.3305670Z [3190/5008] 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-12-17T23:33:22.3325900Z [3191/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u4.c.o 2024-12-17T23:33:22.3332830Z [3192/5008] 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-12-17T23:33:22.3963800Z [3193/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u4.c.o 2024-12-17T23:33:22.3972730Z [3194/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u2.c.o 2024-12-17T23:33:22.3986940Z [3195/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u1.c.o 2024-12-17T23:33:22.4291810Z [3196/5008] 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-12-17T23:33:22.4462300Z [3197/5008] 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-12-17T23:33:22.4522990Z [3198/5008] 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-12-17T23:33:22.4670650Z [3199/5008] 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-12-17T23:33:22.5113010Z [3200/5008] 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-12-17T23:33:22.5125730Z [3201/5008] 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-12-17T23:33:22.5184400Z [3202/5008] 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-12-17T23:33:22.5207860Z [3203/5008] 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-12-17T23:33:22.5514540Z [3204/5008] 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-12-17T23:33:22.5532060Z [3205/5008] 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-12-17T23:33:22.6082700Z [3206/5008] 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-12-17T23:33:22.6193780Z [3207/5008] 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-12-17T23:33:22.6196600Z [3208/5008] 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-12-17T23:33:22.6198700Z [3209/5008] 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-12-17T23:33:22.6460150Z [3210/5008] 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-12-17T23:33:22.6489060Z [3211/5008] 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-12-17T23:33:22.6525380Z [3212/5008] 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-12-17T23:33:22.6643710Z [3213/5008] 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-12-17T23:33:22.6649320Z [3214/5008] 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-12-17T23:33:22.6850820Z [3215/5008] 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-12-17T23:33:22.7560430Z [3216/5008] 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-12-17T23:33:22.7667840Z [3217/5008] 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-12-17T23:33:22.7670340Z [3218/5008] 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-12-17T23:33:22.7874960Z [3219/5008] 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-12-17T23:33:22.7877570Z [3220/5008] 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-12-17T23:33:22.7879500Z [3221/5008] 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-12-17T23:33:22.7893740Z [3222/5008] 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-12-17T23:33:22.8010590Z [3223/5008] 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-12-17T23:33:22.8329530Z [3224/5008] 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-12-17T23:33:22.8548280Z [3225/5008] 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-12-17T23:33:22.8859310Z [3226/5008] 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-12-17T23:33:22.8994280Z [3227/5008] 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-12-17T23:33:22.9216650Z [3228/5008] 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-12-17T23:33:22.9367340Z [3229/5008] 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-12-17T23:33:22.9385010Z [3230/5008] 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-12-17T23:33:22.9389700Z [3231/5008] 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-12-17T23:33:22.9756170Z [3232/5008] 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-12-17T23:33:22.9780620Z [3233/5008] 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-12-17T23:33:22.9934400Z [3234/5008] 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-12-17T23:33:23.0143740Z [3235/5008] 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-12-17T23:33:23.0285400Z [3236/5008] 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-12-17T23:33:23.0290220Z [3237/5008] 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-12-17T23:33:23.0683620Z [3238/5008] 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-12-17T23:33:23.0868870Z [3239/5008] 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-12-17T23:33:23.0907770Z [3240/5008] 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-12-17T23:33:23.0910680Z [3241/5008] 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-12-17T23:33:23.0926870Z [3242/5008] 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-12-17T23:33:23.0941030Z [3243/5008] 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-12-17T23:33:23.1161310Z [3244/5008] 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-12-17T23:33:23.1678730Z [3245/5008] 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-12-17T23:33:23.1780710Z [3246/5008] 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-12-17T23:33:23.1834580Z [3247/5008] 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-12-17T23:33:23.1903930Z [3248/5008] 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-12-17T23:33:23.2248100Z [3249/5008] 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-12-17T23:33:23.2292130Z [3250/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-12-17T23:33:23.2307080Z [3251/5008] 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-12-17T23:33:23.2317390Z [3252/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-12-17T23:33:23.2386920Z [3253/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-12-17T23:33:23.2749270Z [3254/5008] 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-12-17T23:33:23.3050300Z [3255/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-12-17T23:33:23.3156380Z [3256/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.3250450Z [3257/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-12-17T23:33:23.3283540Z [3258/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-12-17T23:33:23.3522680Z [3259/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.3527450Z [3260/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.3672670Z [3261/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.3954500Z [3262/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4055420Z [3263/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4110870Z [3264/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4393970Z [3265/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4627260Z [3266/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4660030Z [3267/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4773640Z [3268/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.4964820Z [3269/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.5068430Z [3270/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.5197460Z [3271/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.5533200Z [3272/5008] 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-12-17T23:33:23.5659160Z [3273/5008] 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-12-17T23:33:23.5673140Z [3274/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:23.5858210Z [3275/5008] 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-12-17T23:33:23.5975900Z [3276/5008] 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-12-17T23:33:23.5989230Z [3277/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-12-17T23:33:23.6290410Z [3278/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-12-17T23:33:23.6292880Z [3279/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-12-17T23:33:23.6309540Z [3280/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-12-17T23:33:23.6827060Z [3281/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u4.c.o 2024-12-17T23:33:23.6891510Z [3282/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-12-17T23:33:23.6916550Z [3283/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u4.c.o 2024-12-17T23:33:23.6925440Z [3284/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-12-17T23:33:23.6931580Z [3285/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u4.c.o 2024-12-17T23:33:23.7035960Z [3286/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2024-12-17T23:33:23.7155650Z [3287/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2024-12-17T23:33:23.7351940Z [3288/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2024-12-17T23:33:23.7423790Z [3289/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2024-12-17T23:33:23.7768380Z [3290/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2024-12-17T23:33:23.8115230Z [3291/5008] 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-12-17T23:33:23.8128870Z [3292/5008] 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-12-17T23:33:23.8140640Z [3293/5008] 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-12-17T23:33:23.8419150Z [3294/5008] 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-12-17T23:33:23.8425060Z [3295/5008] 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-12-17T23:33:23.8437410Z [3296/5008] 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-12-17T23:33:23.8448260Z [3297/5008] 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-12-17T23:33:23.9008740Z [3298/5008] 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-12-17T23:33:23.9113150Z [3299/5008] 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-12-17T23:33:23.9266290Z [3300/5008] 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-12-17T23:33:23.9335250Z [3301/5008] 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-12-17T23:33:23.9557770Z [3302/5008] 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-12-17T23:33:23.9565150Z [3303/5008] 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-12-17T23:33:23.9584170Z [3304/5008] 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-12-17T23:33:23.9608280Z [3305/5008] 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-12-17T23:33:23.9724100Z [3306/5008] 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-12-17T23:33:24.0237980Z [3307/5008] 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-12-17T23:33:24.0246230Z [3308/5008] 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-12-17T23:33:24.0262030Z [3309/5008] 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-12-17T23:33:24.0539200Z [3310/5008] 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-12-17T23:33:24.0635240Z [3311/5008] 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-12-17T23:33:24.0928750Z [3312/5008] 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-12-17T23:33:24.0968050Z [3313/5008] 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-12-17T23:33:24.0995910Z [3314/5008] 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-12-17T23:33:24.0997130Z [3315/5008] 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-12-17T23:33:24.1234320Z [3316/5008] 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-12-17T23:33:24.1584380Z [3317/5008] 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-12-17T23:33:24.1628720Z [3318/5008] 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-12-17T23:33:24.1729430Z [3319/5008] 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-12-17T23:33:24.1775950Z [3320/5008] 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-12-17T23:33:24.2052910Z [3321/5008] 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-12-17T23:33:24.2347260Z [3322/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2024-12-17T23:33:24.2370480Z [3323/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2024-12-17T23:33:24.2375220Z [3324/5008] 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-12-17T23:33:24.2392460Z [3325/5008] 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-12-17T23:33:24.2400230Z [3326/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2024-12-17T23:33:24.2776590Z [3327/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u20.c.o 2024-12-17T23:33:24.2814840Z [3328/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2024-12-17T23:33:24.2877670Z [3329/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u24.c.o 2024-12-17T23:33:24.2934990Z [3330/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2024-12-17T23:33:24.3269530Z [3331/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2024-12-17T23:33:24.3664620Z [3332/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u24.c.o 2024-12-17T23:33:24.3723330Z [3333/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u20.c.o 2024-12-17T23:33:24.3770030Z [3334/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2024-12-17T23:33:24.3782370Z [3335/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2024-12-17T23:33:24.3944960Z [3336/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2024-12-17T23:33:24.4038350Z [3337/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2024-12-17T23:33:24.4153070Z [3338/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2024-12-17T23:33:24.4156860Z [3339/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2024-12-17T23:33:24.4329730Z [3340/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u20.c.o 2024-12-17T23:33:24.4606610Z [3341/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u24.c.o 2024-12-17T23:33:24.5041830Z [3342/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2024-12-17T23:33:24.5081900Z [3343/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2024-12-17T23:33:24.5084930Z [3344/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2024-12-17T23:33:24.5226220Z [3345/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2024-12-17T23:33:24.5287890Z [3346/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2024-12-17T23:33:24.5315900Z [3347/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2024-12-17T23:33:24.5478190Z [3348/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2024-12-17T23:33:24.5481860Z [3349/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2024-12-17T23:33:24.6023400Z [3350/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2024-12-17T23:33:24.6139970Z [3351/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2024-12-17T23:33:24.6348810Z [3352/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.6406940Z [3353/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.6418700Z [3354/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.6586770Z [3355/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.6589330Z [3356/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.6948500Z [3357/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7026370Z [3358/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7226190Z [3359/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7491120Z [3360/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7509380Z [3361/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7558400Z [3362/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7752890Z [3363/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7882860Z [3364/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.7903960Z [3365/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.8083660Z [3366/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-12-17T23:33:24.8371300Z [3367/5008] 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-12-17T23:33:24.8593500Z [3368/5008] 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-12-17T23:33:24.8629680Z [3369/5008] 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-12-17T23:33:24.8773940Z [3370/5008] 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-12-17T23:33:24.8860190Z [3371/5008] 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-12-17T23:33:24.8881210Z [3372/5008] 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-12-17T23:33:24.8971310Z [3373/5008] 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-12-17T23:33:24.9545070Z [3374/5008] 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-12-17T23:33:24.9565510Z [3375/5008] 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-12-17T23:33:24.9647750Z [3376/5008] 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-12-17T23:33:24.9751560Z [3377/5008] 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-12-17T23:33:24.9787500Z [3378/5008] 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-12-17T23:33:25.0214250Z [3379/5008] 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-12-17T23:33:25.0235090Z [3380/5008] 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-12-17T23:33:25.0243440Z [3381/5008] 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-12-17T23:33:25.0293820Z [3382/5008] 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-12-17T23:33:25.0298980Z [3383/5008] 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-12-17T23:33:25.0900060Z [3384/5008] 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-12-17T23:33:25.0901160Z [3385/5008] 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-12-17T23:33:25.0913880Z [3386/5008] 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-12-17T23:33:25.0924110Z [3387/5008] 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-12-17T23:33:25.0974980Z [3388/5008] 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-12-17T23:33:25.1622260Z [3389/5008] 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-12-17T23:33:25.1627730Z [3390/5008] 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-12-17T23:33:25.1655160Z [3391/5008] 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-12-17T23:33:25.1668560Z [3392/5008] 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-12-17T23:33:25.1957410Z [3393/5008] 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-12-17T23:33:25.2405040Z [3394/5008] 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-12-17T23:33:25.2413250Z [3395/5008] 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-12-17T23:33:25.2415910Z [3396/5008] 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-12-17T23:33:25.2430400Z [3397/5008] 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-12-17T23:33:25.2440270Z [3398/5008] 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-12-17T23:33:25.2859490Z [3399/5008] 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-12-17T23:33:25.2880870Z [3400/5008] 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-12-17T23:33:25.2903810Z [3401/5008] 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-12-17T23:33:25.3012940Z [3402/5008] 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-12-17T23:33:25.3075800Z [3403/5008] 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-12-17T23:33:25.3931900Z [3404/5008] 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-12-17T23:33:25.3990610Z [3405/5008] 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-12-17T23:33:25.3998610Z [3406/5008] 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-12-17T23:33:25.4014910Z [3407/5008] 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-12-17T23:33:25.4112140Z [3408/5008] 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-12-17T23:33:25.4118650Z [3409/5008] 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-12-17T23:33:25.4484500Z [3410/5008] 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-12-17T23:33:25.4636640Z [3411/5008] 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-12-17T23:33:25.4661040Z [3412/5008] 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-12-17T23:33:25.4957930Z [3413/5008] 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-12-17T23:33:25.5321700Z [3414/5008] 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-12-17T23:33:25.5331730Z [3415/5008] 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-12-17T23:33:25.5506910Z [3416/5008] 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-12-17T23:33:25.5518320Z [3417/5008] 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-12-17T23:33:25.5636790Z [3418/5008] 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-12-17T23:33:25.5743720Z [3419/5008] 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-12-17T23:33:25.6064090Z [3420/5008] 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-12-17T23:33:25.6223660Z [3421/5008] 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-12-17T23:33:25.6386800Z [3422/5008] 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-12-17T23:33:25.6397380Z [3423/5008] 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-12-17T23:33:25.6513850Z [3424/5008] 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-12-17T23:33:25.6560050Z [3425/5008] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-12-17T23:33:25.6676880Z [3426/5008] 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-12-17T23:33:25.6816060Z [3427/5008] 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-12-17T23:33:25.7016960Z [3428/5008] 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-12-17T23:33:25.7150370Z [3429/5008] 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-12-17T23:33:25.7192710Z [3430/5008] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-12-17T23:33:25.7388650Z [3431/5008] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-12-17T23:33:25.7409720Z [3432/5008] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-12-17T23:33:25.7482130Z [3433/5008] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-12-17T23:33:25.7652680Z [3434/5008] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-12-17T23:33:25.7792650Z [3435/5008] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-12-17T23:33:25.7893490Z [3436/5008] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-12-17T23:33:25.8076190Z [3437/5008] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2024-12-17T23:33:25.8295320Z [3438/5008] Linking C executable sleef/bin/mkrename 2024-12-17T23:33:25.8330090Z [3439/5008] Linking C executable sleef/bin/mkrename_gnuabi 2024-12-17T23:33:25.8369060Z [3440/5008] Linking C executable sleef/bin/mkalias 2024-12-17T23:33:25.8603450Z [3441/5008] Linking C executable sleef/bin/mkdisp 2024-12-17T23:33:25.8614540Z [3442/5008] Linking C executable sleef/bin/mkmasked_gnuabi 2024-12-17T23:33:25.8779080Z [3443/5008] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-12-17T23:33:25.8809060Z [3444/5008] Generating include/renameadvsimdnofma.h 2024-12-17T23:33:25.8812290Z Generating renameadvsimdnofma.h: mkrename cinz_ 2 4 advsimdnofma 2024-12-17T23:33:25.8815560Z [3445/5008] Generating include/renamepurecfma_scalar.h 2024-12-17T23:33:25.8816430Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2024-12-17T23:33:25.8817590Z [3446/5008] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-12-17T23:33:25.8818740Z [3447/5008] Generating include/renameadvsimd.h 2024-12-17T23:33:25.8821050Z Generating renameadvsimd.h: mkrename finz_ 2 4 advsimd 2024-12-17T23:33:25.8828100Z [3448/5008] Generating include/renamepurec_scalar.h 2024-12-17T23:33:25.8835010Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2024-12-17T23:33:25.8843560Z [3449/5008] Generating include/renamecuda.h 2024-12-17T23:33:25.8846310Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2024-12-17T23:33:25.8864690Z [3450/5008] Generating sleeflibm_ADVSIMD.h.tmp 2024-12-17T23:33:25.8869820Z [3451/5008] Generating sleeflibm_ADVSIMD_.h.tmp 2024-12-17T23:33:25.8880510Z [3452/5008] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-12-17T23:33:25.8884360Z [3453/5008] Generating sleeflibm_ADVSIMDNOFMA.h.tmp 2024-12-17T23:33:25.8887240Z [3454/5008] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-12-17T23:33:25.8887570Z [3455/5008] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-12-17T23:33:25.8900080Z [3456/5008] Generating sleeflibm_SVE.h.tmp 2024-12-17T23:33:25.8918230Z [3457/5008] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-12-17T23:33:25.8948350Z [3458/5008] Generating sleeflibm_SVENOFMA.h.tmp 2024-12-17T23:33:25.8959030Z [3459/5008] Generating include/renamedspscalar.h 2024-12-17T23:33:25.9323010Z [3460/5008] Generating alias_ADVSIMD_dp.h.tmp 2024-12-17T23:33:25.9341990Z [3461/5008] Generating alias_ADVSIMD_sp.h.tmp 2024-12-17T23:33:25.9450860Z [3462/5008] Linking C shared library lib/libtorch_global_deps.dylib 2024-12-17T23:33:25.9454850Z [3463/5008] Generating ../../../include/sleef.h 2024-12-17T23:33:25.9541730Z [3464/5008] Generating dispscalar.c.body 2024-12-17T23:33:25.9616300Z [3465/5008] Generating include/alias_advsimd.h 2024-12-17T23:33:25.9790110Z [3466/5008] Generating dispscalar.c 2024-12-17T23:33:26.0063410Z [3467/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.0108930Z [3468/5008] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-12-17T23:33:26.0251190Z [3469/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-12-17T23:33:26.0382440Z [3470/5008] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.0687210Z [3471/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimddp.c.o 2024-12-17T23:33:26.0842160Z [3472/5008] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-12-17T23:33:26.0888700Z [3473/5008] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimddp.c.o 2024-12-17T23:33:26.0895490Z [3474/5008] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.1050250Z [3475/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.1498830Z [3476/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.1622750Z [3477/5008] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.1623480Z [3478/5008] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-12-17T23:33:26.1623960Z [3479/5008] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimddp.c.o 2024-12-17T23:33:26.1632210Z [3480/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimddp.c.o 2024-12-17T23:33:26.1700820Z [3481/5008] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-12-17T23:33:26.1716380Z [3482/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.2090980Z [3483/5008] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-12-17T23:33:26.2194200Z [3484/5008] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-12-17T23:33:26.2335330Z [3485/5008] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-12-17T23:33:26.2396980Z [3486/5008] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-12-17T23:33:26.2440210Z [3487/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-12-17T23:33:26.2511670Z [3488/5008] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-12-17T23:33:26.2570930Z [3489/5008] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-12-17T23:33:26.2782060Z [3490/5008] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-12-17T23:33:26.2979950Z [3491/5008] Building C object confu-deps/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2024-12-17T23:33:26.3183060Z [3492/5008] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-12-17T23:33:26.3323230Z [3493/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-12-17T23:33:26.3370770Z [3494/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-12-17T23:33:26.3406600Z [3495/5008] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-12-17T23:33:26.3408160Z [3496/5008] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-12-17T23:33:26.3643640Z [3497/5008] Linking C static library sleef/lib/libsleef.a 2024-12-17T23:33:26.3661520Z [3498/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-12-17T23:33:26.3956020Z [3499/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-12-17T23:33:26.4166430Z [3500/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-12-17T23:33:26.4175780Z [3501/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-12-17T23:33:26.4335310Z [3502/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-12-17T23:33:26.4359880Z [3503/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-12-17T23:33:26.4401780Z [3504/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-12-17T23:33:26.4668850Z [3505/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-12-17T23:33:26.4827350Z [3506/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-12-17T23:33:26.5002310Z [3507/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-12-17T23:33:26.5048500Z [3508/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-12-17T23:33:26.5106150Z [3509/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2024-12-17T23:33:26.5139990Z [3510/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-12-17T23:33:26.5281540Z [3511/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-12-17T23:33:26.5335860Z [3512/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-12-17T23:33:26.5583200Z [3513/5008] Building CXX object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2024-12-17T23:33:26.5584690Z [3514/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-12-17T23:33:26.5801860Z [3515/5008] Linking C static library lib/libmicrokernels-all.a 2024-12-17T23:33:26.5949790Z [3516/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-12-17T23:33:26.5975820Z [3517/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-12-17T23:33:26.6079970Z [3518/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-12-17T23:33:26.6358690Z [3519/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-12-17T23:33:26.6380650Z [3520/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-12-17T23:33:26.6427320Z [3521/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-12-17T23:33:26.6445580Z [3522/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-12-17T23:33:26.6684600Z [3523/5008] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-12-17T23:33:26.6839430Z [3524/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-12-17T23:33:26.6997920Z [3525/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-12-17T23:33:26.7087730Z [3526/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-12-17T23:33:26.7378300Z [3527/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-12-17T23:33:26.7399880Z [3528/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-12-17T23:33:26.7551060Z [3529/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2024-12-17T23:33:26.7552900Z [3530/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-12-17T23:33:26.7554580Z [3531/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-12-17T23:33:26.7895680Z [3532/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-12-17T23:33:26.7918660Z [3533/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-12-17T23:33:26.7947810Z [3534/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-12-17T23:33:26.8227370Z [3535/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2024-12-17T23:33:26.8294410Z [3536/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-12-17T23:33:26.8527670Z [3537/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-12-17T23:33:26.8568430Z [3538/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-12-17T23:33:26.8599150Z [3539/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-12-17T23:33:26.8822420Z [3540/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-12-17T23:33:26.8889380Z [3541/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2024-12-17T23:33:26.8924470Z [3542/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-12-17T23:33:26.9146330Z [3543/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-12-17T23:33:26.9201710Z [3544/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-12-17T23:33:26.9460380Z [3545/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-12-17T23:33:26.9462180Z [3546/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-12-17T23:33:26.9530300Z [3547/5008] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2024-12-17T23:33:26.9559990Z [3548/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-12-17T23:33:26.9838360Z [3549/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-12-17T23:33:26.9872830Z [3550/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2024-12-17T23:33:26.9967900Z [3551/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-12-17T23:33:27.0986810Z [3552/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-12-17T23:33:27.0995990Z [3553/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-12-17T23:33:27.1079040Z [3554/5008] Running gen_proto.py on onnx/onnx.in.proto 2024-12-17T23:33:27.1084610Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx.in.proto 2024-12-17T23:33:27.1086060Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-12-17T23:33:27.1091160Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2024-12-17T23:33:27.1096140Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h 2024-12-17T23:33:27.1103900Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_pb.py 2024-12-17T23:33:27.1212730Z [3555/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2024-12-17T23:33:27.1279210Z [3556/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-12-17T23:33:27.1281320Z [3557/5008] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-12-17T23:33:27.1291410Z [3558/5008] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2024-12-17T23:33:27.2020660Z [3559/5008] Generating build_identifier.c 2024-12-17T23:33:27.2202260Z [3560/5008] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-12-17T23:33:27.2659810Z [3561/5008] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-12-17T23:33:27.3174680Z [3562/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-12-17T23:33:27.3186930Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp:64:23: 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-12-17T23:33:27.3192680Z sysTid = (int32_t)syscall(SYS_thread_selfid); 2024-12-17T23:33:27.3193270Z ^ 2024-12-17T23:33:27.3206430Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:748:6: note: 'syscall' has been explicitly marked deprecated here 2024-12-17T23:33:27.3312900Z int syscall(int, ...); 2024-12-17T23:33:27.3317820Z ^ 2024-12-17T23:33:27.3326790Z 1 warning generated. 2024-12-17T23:33:27.3335240Z [3563/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-12-17T23:33:27.3338850Z [3564/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-12-17T23:33:27.3546070Z [3565/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-12-17T23:33:27.3998380Z [3566/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-12-17T23:33:27.4020980Z [3567/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-12-17T23:33:27.4262640Z [3568/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-12-17T23:33:27.4477200Z [3569/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-12-17T23:33:27.4484630Z [3570/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-12-17T23:33:27.4501670Z [3571/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-12-17T23:33:27.4516850Z [3572/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-12-17T23:33:27.4569010Z [3573/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-12-17T23:33:27.4777000Z [3574/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-12-17T23:33:27.5208060Z [3575/5008] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-12-17T23:33:27.5268310Z [3576/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-12-17T23:33:27.5282560Z [3577/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-12-17T23:33:27.5350120Z [3578/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-12-17T23:33:27.5508890Z [3579/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-12-17T23:33:27.5528040Z [3580/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2024-12-17T23:33:27.5540660Z [3581/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-12-17T23:33:27.5543930Z [3582/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-12-17T23:33:27.5592080Z [3583/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-12-17T23:33:27.5952130Z [3584/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-12-17T23:33:27.6320610Z [3585/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-12-17T23:33:27.6448660Z [3586/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-12-17T23:33:27.6475120Z [3587/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-12-17T23:33:27.6478680Z [3588/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-12-17T23:33:27.6651250Z [3589/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-12-17T23:33:27.6654790Z [3590/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-12-17T23:33:27.6697640Z [3591/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-12-17T23:33:27.6720270Z [3592/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-12-17T23:33:27.6774800Z [3593/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-12-17T23:33:27.7051550Z [3594/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-12-17T23:33:27.7239940Z [3595/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-12-17T23:33:27.7269830Z [3596/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-12-17T23:33:27.7303770Z [3597/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2024-12-17T23:33:27.7451000Z [3598/5008] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-12-17T23:33:27.7570000Z [3599/5008] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-12-17T23:33:27.7579550Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-operators.in.proto 2024-12-17T23:33:27.7580450Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-12-17T23:33:27.7581240Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2024-12-17T23:33:27.7582080Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2024-12-17T23:33:27.7582760Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py 2024-12-17T23:33:27.7654690Z [3600/5008] Linking CXX static library lib/libfmt.a 2024-12-17T23:33:27.7723560Z [3601/5008] Running gen_proto.py on onnx/onnx-data.in.proto 2024-12-17T23:33:27.7724400Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-data.in.proto 2024-12-17T23:33:27.7727870Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-12-17T23:33:27.7731090Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2024-12-17T23:33:27.7731650Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data.pb.h 2024-12-17T23:33:27.7733430Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_data_pb.py 2024-12-17T23:33:27.8084490Z [3602/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-12-17T23:33:27.8315340Z [3603/5008] 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-12-17T23:33:27.8541980Z [3604/5008] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-12-17T23:33:27.9149370Z [3605/5008] Linking CXX static library lib/libXNNPACK.a 2024-12-17T23:33:27.9181770Z [3606/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-12-17T23:33:27.9735280Z [3607/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceUtil.cpp.o 2024-12-17T23:33:27.9888690Z [3608/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-12-17T23:33:28.0016800Z [3609/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-12-17T23:33:28.0134670Z [3610/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceProperties.cpp.o 2024-12-17T23:33:28.0293200Z [3611/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-12-17T23:33:28.0352800Z [3612/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-12-17T23:33:28.1357470Z [3613/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-12-17T23:33:31.7621260Z [3614/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-12-17T23:33:32.0488290Z [3615/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-12-17T23:33:33.1178870Z [3616/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-12-17T23:33:35.6187660Z [3617/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-12-17T23:33:35.6561580Z [3618/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-12-17T23:33:35.7718700Z [3619/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-12-17T23:33:36.0680780Z [3620/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-12-17T23:33:36.3264740Z [3621/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-12-17T23:33:37.2047530Z [3622/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-12-17T23:33:40.1745050Z [3623/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-12-17T23:33:40.6206830Z [3624/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-12-17T23:33:41.0748260Z [3625/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-12-17T23:33:41.6158750Z [3626/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-12-17T23:33:42.1310660Z [3627/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-12-17T23:33:43.6103400Z [3628/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-12-17T23:33:44.8293410Z [3629/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-12-17T23:33:44.8493760Z [3630/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-12-17T23:33:44.9984470Z [3631/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-12-17T23:33:45.7149830Z [3632/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-12-17T23:33:45.9852270Z [3633/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-12-17T23:33:47.4396410Z [3634/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-12-17T23:33:48.2796870Z [3635/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-12-17T23:33:48.5273670Z [3636/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-12-17T23:33:49.6961130Z [3637/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-12-17T23:33:51.4389440Z [3638/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-12-17T23:33:51.9327860Z [3639/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-12-17T23:33:52.1071510Z [3640/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-12-17T23:33:52.2005470Z [3641/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-12-17T23:33:52.3245740Z [3642/5008] Building C object functorch/CMakeFiles/functorch.dir/csrc/dim/dim_opcode.c.o 2024-12-17T23:33:53.0599470Z [3643/5008] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-12-17T23:33:53.0701050Z [3644/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-12-17T23:33:53.2195150Z [3645/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/instruction_counter/Module.cpp.o 2024-12-17T23:33:53.6925280Z [3646/5008] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-12-17T23:33:53.7178740Z [3647/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-12-17T23:33:54.1921900Z [3648/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-12-17T23:33:57.5637310Z [3649/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-12-17T23:33:59.7995790Z [3650/5008] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-12-17T23:34:02.6217290Z [3651/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-12-17T23:34:02.7280870Z [3652/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-12-17T23:34:03.3401400Z [3653/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-12-17T23:34:03.3568890Z [3654/5008] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-12-17T23:34:03.6669540Z [3655/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-12-17T23:34:04.3497310Z [3656/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-12-17T23:34:06.6525460Z [3657/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-12-17T23:34:10.6926730Z [3658/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-12-17T23:34:10.7256500Z [3659/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-12-17T23:34:11.7796710Z [3660/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-12-17T23:34:12.1838600Z [3661/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-12-17T23:34:14.8340190Z [3662/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-12-17T23:34:15.3069310Z [3663/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-12-17T23:34:16.3817870Z [3664/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-12-17T23:34:16.5127620Z [3665/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-12-17T23:34:16.6270320Z [3666/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-12-17T23:34:17.1213330Z [3667/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-12-17T23:34:17.2553490Z [3668/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-12-17T23:34:18.7217930Z [3669/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-12-17T23:34:19.6118710Z [3670/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DeviceAccelerator.cpp.o 2024-12-17T23:34:20.4814090Z [3671/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-12-17T23:34:20.9894460Z [3672/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-12-17T23:34:21.1656620Z [3673/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-12-17T23:34:21.3200840Z [3674/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-12-17T23:34:23.1974160Z [3675/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-12-17T23:34:23.9141350Z [3676/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-12-17T23:34:24.5271280Z [3677/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-12-17T23:34:25.6863920Z [3678/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-12-17T23:34:26.5341660Z [3679/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-12-17T23:34:26.7865060Z [3680/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-12-17T23:34:27.8661190Z [3681/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-12-17T23:34:30.0863690Z [3682/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-12-17T23:34:33.2621070Z [3683/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-12-17T23:34:33.5873980Z [3684/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-12-17T23:34:34.2279530Z [3685/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-12-17T23:34:34.8289750Z [3686/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-12-17T23:34:35.0908110Z [3687/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-12-17T23:34:35.3563730Z [3688/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Event.cpp.o 2024-12-17T23:34:36.5520290Z [3689/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-12-17T23:34:39.6758920Z [3690/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-12-17T23:34:40.4459410Z [3691/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-12-17T23:34:40.8555060Z [3692/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-12-17T23:34:42.2433970Z [3693/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-12-17T23:34:43.0932860Z [3694/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-12-17T23:34:43.2515120Z [3695/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-12-17T23:34:44.0953060Z [3696/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-12-17T23:34:49.1027890Z [3697/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-12-17T23:34:49.2293310Z [3698/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-12-17T23:34:49.3500590Z [3699/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-12-17T23:34:49.6621430Z [3700/5008] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-12-17T23:34:49.7562140Z [3701/5008] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-12-17T23:34:51.1336860Z [3702/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-12-17T23:34:51.4876330Z [3703/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-12-17T23:34:51.7759590Z [3704/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-12-17T23:34:52.0045510Z [3705/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-12-17T23:34:52.7369090Z [3706/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-12-17T23:34:53.0226740Z [3707/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-12-17T23:34:54.7797380Z [3708/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-12-17T23:34:55.3188350Z [3709/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-12-17T23:34:55.6495470Z [3710/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/framelocals_mapping.cpp.o 2024-12-17T23:34:55.7706780Z [3711/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/fx/node.cpp.o 2024-12-17T23:34:56.1676380Z [3712/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/utils.cpp.o 2024-12-17T23:34:58.1428310Z [3713/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-12-17T23:34:59.3904090Z [3714/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-12-17T23:35:01.9619150Z [3715/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_package/pybind.cpp.o 2024-12-17T23:35:02.3740990Z [3716/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mtia/Module.cpp.o 2024-12-17T23:35:03.4680160Z [3717/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-12-17T23:35:04.8642860Z [3718/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-12-17T23:35:05.1657140Z [3719/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-12-17T23:35:06.1676110Z [3720/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/resize_storage_bytes.cpp.o 2024-12-17T23:35:07.4251520Z [3721/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_holder.cpp.o 2024-12-17T23:35:08.5553210Z [3722/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_meta_info.cpp.o 2024-12-17T23:35:08.9511360Z [3723/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/export/pybind.cpp.o 2024-12-17T23:35:10.1760560Z [3724/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-12-17T23:35:11.8703540Z [3725/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-12-17T23:35:12.4585390Z [3726/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-12-17T23:35:13.7565470Z [3727/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-12-17T23:35:14.9791610Z [3728/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-12-17T23:35:15.5755260Z [3729/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-12-17T23:35:15.6639560Z [3730/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-12-17T23:35:15.9122530Z [3731/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-12-17T23:35:15.9152500Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.cpp:3: 2024-12-17T23:35:15.9196580Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:7: 2024-12-17T23:35:15.9304140Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2024-12-17T23:35:15.9405450Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:35:15.9406120Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2024-12-17T23:35:15.9406820Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2024-12-17T23:35:15.9407470Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2024-12-17T23:35:15.9407820Z ^ 2024-12-17T23:35:15.9408450Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:15.9409090Z inline void dummyInferenceFunction(InferenceContext&){}; 2024-12-17T23:35:15.9409340Z ^ 2024-12-17T23:35:15.9409920Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:15.9410570Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2024-12-17T23:35:15.9410860Z ^ 2024-12-17T23:35:15.9411280Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.cpp:3: 2024-12-17T23:35:15.9411860Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:7: 2024-12-17T23:35:15.9412450Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2024-12-17T23:35:15.9413030Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:35:15.9419190Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:15.9419740Z }; 2024-12-17T23:35:15.9419850Z ^ 2024-12-17T23:35:15.9419970Z 4 warnings generated. 2024-12-17T23:35:17.3697410Z [3732/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-12-17T23:35:17.3798070Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx.cpp:11: 2024-12-17T23:35:17.3877780Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:7: 2024-12-17T23:35:17.3883760Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2024-12-17T23:35:17.3887330Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:35:17.3891140Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2024-12-17T23:35:17.3894810Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2024-12-17T23:35:17.3897200Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2024-12-17T23:35:17.3898230Z ^ 2024-12-17T23:35:17.3899830Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:17.3900510Z inline void dummyInferenceFunction(InferenceContext&){}; 2024-12-17T23:35:17.3900780Z ^ 2024-12-17T23:35:17.3901380Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:17.3902050Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2024-12-17T23:35:17.3902360Z ^ 2024-12-17T23:35:17.3902730Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx.cpp:11: 2024-12-17T23:35:17.3903270Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:7: 2024-12-17T23:35:17.3903860Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2024-12-17T23:35:17.3904440Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:35:17.3905260Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:17.3905820Z }; 2024-12-17T23:35:17.3905930Z ^ 2024-12-17T23:35:17.3906050Z 4 warnings generated. 2024-12-17T23:35:18.5689020Z [3733/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-12-17T23:35:19.0138140Z [3734/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-12-17T23:35:19.7008860Z [3735/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-12-17T23:35:20.3319700Z [3736/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-12-17T23:35:20.3699490Z [3737/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-12-17T23:35:20.3739770Z [3738/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-12-17T23:35:21.1212940Z [3739/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-12-17T23:35:21.3103250Z [3740/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-12-17T23:35:22.7113220Z [3741/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-12-17T23:35:24.3926800Z [3742/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-12-17T23:35:25.1974150Z [3743/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-12-17T23:35:26.6809280Z [3744/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-12-17T23:35:27.1646510Z [3745/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-12-17T23:35:27.3771620Z [3746/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-12-17T23:35:27.6492250Z [3747/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-12-17T23:35:29.4413930Z [3748/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-12-17T23:35:30.9063780Z [3749/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-12-17T23:35:31.7947360Z [3750/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-12-17T23:35:33.3801870Z [3751/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-12-17T23:35:34.7156050Z [3752/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-12-17T23:35:34.7263240Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:6: 2024-12-17T23:35:34.7365870Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:7: 2024-12-17T23:35:34.7468620Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2024-12-17T23:35:34.7535250Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:35:34.7539490Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2024-12-17T23:35:34.7546220Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2024-12-17T23:35:34.7548980Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2024-12-17T23:35:34.7549460Z ^ 2024-12-17T23:35:34.7550170Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:34.7550800Z inline void dummyInferenceFunction(InferenceContext&){}; 2024-12-17T23:35:34.7647760Z ^ 2024-12-17T23:35:34.7649860Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:34.7652530Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2024-12-17T23:35:34.7653370Z ^ 2024-12-17T23:35:34.7653950Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:6: 2024-12-17T23:35:34.7654890Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/passes/onnx/constant_map.h:7: 2024-12-17T23:35:34.7655660Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/shape_inference/implementation.h:15: 2024-12-17T23:35:34.7656350Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:35:34.7758800Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:35:34.7857940Z }; 2024-12-17T23:35:34.7959210Z ^ 2024-12-17T23:35:34.8060500Z 4 warnings generated. 2024-12-17T23:35:36.5885710Z [3753/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-12-17T23:35:36.8076810Z [3754/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-12-17T23:35:36.8760110Z [3755/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-12-17T23:35:38.3811350Z [3756/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-12-17T23:35:38.6523750Z [3757/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-12-17T23:35:42.0423060Z [3758/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-12-17T23:35:45.2017890Z [3759/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-12-17T23:35:46.2789770Z [3760/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-12-17T23:35:46.9036180Z [3761/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-12-17T23:35:47.0196560Z [3762/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-12-17T23:35:47.8445250Z [3763/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-12-17T23:35:48.1964480Z [3764/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-12-17T23:35:49.1341030Z [3765/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-12-17T23:35:49.3645170Z [3766/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-12-17T23:35:50.5225360Z [3767/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-12-17T23:35:50.7683660Z [3768/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-12-17T23:35:51.2053600Z [3769/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-12-17T23:35:51.8638190Z [3770/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-12-17T23:35:52.1661480Z [3771/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-12-17T23:35:52.3880050Z [3772/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-12-17T23:35:52.4426130Z [3773/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-12-17T23:35:52.9576680Z [3774/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-12-17T23:35:53.3402560Z [3775/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-12-17T23:35:54.1983030Z [3776/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-12-17T23:35:54.3873900Z [3777/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-12-17T23:35:55.6236400Z [3778/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-12-17T23:35:56.5106950Z [3779/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-12-17T23:35:57.2158120Z [3780/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-12-17T23:35:57.3259100Z [3781/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-12-17T23:35:57.5699970Z [3782/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-12-17T23:35:57.8004990Z [3783/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-12-17T23:35:58.7720190Z [3784/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-12-17T23:35:59.2097580Z [3785/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-12-17T23:36:00.0266750Z [3786/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-12-17T23:36:00.0755200Z [3787/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-12-17T23:36:00.4102740Z [3788/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-12-17T23:36:00.7275200Z [3789/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-12-17T23:36:01.5224870Z [3790/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-12-17T23:36:01.7152090Z [3791/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-12-17T23:36:02.6605010Z [3792/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-12-17T23:36:02.7174260Z [3793/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-12-17T23:36:03.1814040Z [3794/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-12-17T23:36:03.4019970Z [3795/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-12-17T23:36:03.8107010Z [3796/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-12-17T23:36:04.0033730Z [3797/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-12-17T23:36:04.9701340Z [3798/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-12-17T23:36:04.9762220Z [3799/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-12-17T23:36:04.9799860Z [3800/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-12-17T23:36:05.3174770Z [3801/5008] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-12-17T23:36:05.7118070Z [3802/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-12-17T23:36:06.7031740Z [3803/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-12-17T23:36:07.2166950Z [3804/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-12-17T23:36:07.2505960Z [3805/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-12-17T23:36:07.5974410Z [3806/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-12-17T23:36:07.7284090Z [3807/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-12-17T23:36:08.0938180Z [3808/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-12-17T23:36:08.3858100Z [3809/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-12-17T23:36:08.6100570Z [3810/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-12-17T23:36:08.6653710Z [3811/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-12-17T23:36:08.7081460Z [3812/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-12-17T23:36:09.6611550Z [3813/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-12-17T23:36:10.2431070Z [3814/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-12-17T23:36:10.6218740Z [3815/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-12-17T23:36:11.2412720Z [3816/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HPUHooksInterface.cpp.o 2024-12-17T23:36:11.3592480Z [3817/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-12-17T23:36:11.3954440Z [3818/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-12-17T23:36:11.8772980Z [3819/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-12-17T23:36:11.8844120Z [3820/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-12-17T23:36:12.2488270Z [3821/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-12-17T23:36:12.2826840Z [3822/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MAIAHooksInterface.cpp.o 2024-12-17T23:36:12.3854800Z [3823/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-12-17T23:36:12.4690720Z [3824/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-12-17T23:36:12.8075650Z [3825/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-12-17T23:36:13.1418910Z [3826/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-12-17T23:36:13.1877190Z [3827/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-12-17T23:36:13.2967320Z [3828/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-12-17T23:36:15.5544080Z [3829/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-12-17T23:36:19.3423190Z [3830/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-12-17T23:36:19.6536130Z [3831/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-12-17T23:36:19.8622340Z [3832/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-12-17T23:36:20.5042920Z [3833/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-12-17T23:36:21.6589480Z [3834/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-12-17T23:36:21.8213870Z [3835/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-12-17T23:36:22.1744650Z [3836/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-12-17T23:36:23.7450380Z [3837/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-12-17T23:36:25.6311520Z [3838/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesIndexing.cpp.o 2024-12-17T23:36:27.2827070Z [3839/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-12-17T23:36:28.5769840Z [3840/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-12-17T23:36:28.9898640Z [3841/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-12-17T23:36:29.6951460Z [3842/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-12-17T23:36:30.4972850Z [3843/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-12-17T23:36:31.8081800Z [3844/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-12-17T23:36:31.8952640Z [3845/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-12-17T23:36:32.1344340Z [3846/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-12-17T23:36:34.3556980Z [3847/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-12-17T23:36:34.7159950Z [3848/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-12-17T23:36:35.1240900Z [3849/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-12-17T23:36:35.1959690Z [3850/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-12-17T23:36:35.5029740Z [3851/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-12-17T23:36:36.7994300Z [3852/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-12-17T23:36:37.2207820Z [3853/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-12-17T23:36:37.5664510Z [3854/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-12-17T23:36:37.5812260Z [3855/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-12-17T23:36:37.6308380Z [3856/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-12-17T23:36:38.3762450Z [3857/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-12-17T23:36:38.5147320Z [3858/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-12-17T23:36:39.2608100Z [3859/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-12-17T23:36:39.3808380Z [3860/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-12-17T23:36:40.2916110Z [3861/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-12-17T23:36:40.3097680Z [3862/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-12-17T23:36:40.6481300Z [3863/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-12-17T23:36:40.6583750Z [3864/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-12-17T23:36:41.2196600Z [3865/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-12-17T23:36:41.3350700Z [3866/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-12-17T23:36:41.3468730Z [3867/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-12-17T23:36:41.5955840Z [3868/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-12-17T23:36:41.6927960Z [3869/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-12-17T23:36:42.2524590Z [3870/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-12-17T23:36:42.3149770Z [3871/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-12-17T23:36:42.3318670Z [3872/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-12-17T23:36:42.6456100Z [3873/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-12-17T23:36:43.2748580Z [3874/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-12-17T23:36:43.7782710Z [3875/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-12-17T23:36:44.3627970Z [3876/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-12-17T23:36:44.4742310Z [3877/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-12-17T23:36:44.4841080Z [3878/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-12-17T23:36:44.5005700Z [3879/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-12-17T23:36:44.6239280Z [3880/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-12-17T23:36:44.7671680Z [3881/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-12-17T23:36:45.3581810Z [3882/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-12-17T23:36:45.6674290Z [3883/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-12-17T23:36:45.8981750Z [3884/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-12-17T23:36:46.2793110Z [3885/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-12-17T23:36:46.7583090Z [3886/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-12-17T23:36:47.1212690Z [3887/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-12-17T23:36:47.2306870Z [3888/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-12-17T23:36:48.1162510Z [3889/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-12-17T23:36:48.2014460Z [3890/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-12-17T23:36:48.6868700Z [3891/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-12-17T23:36:49.0259580Z [3892/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-12-17T23:36:49.4618970Z [3893/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-12-17T23:36:49.9813080Z [3894/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-12-17T23:36:50.0286080Z [3895/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-12-17T23:36:50.0408880Z [3896/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-12-17T23:36:50.3967170Z [3897/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-12-17T23:36:51.2039790Z [3898/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-12-17T23:36:51.8630900Z [3899/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-12-17T23:36:52.2052130Z [3900/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-12-17T23:36:52.2397440Z [3901/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-12-17T23:36:52.4249030Z [3902/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-12-17T23:36:52.9169350Z [3903/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-12-17T23:36:53.2719150Z [3904/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-12-17T23:36:53.6002990Z [3905/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-12-17T23:36:53.9778810Z [3906/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-12-17T23:36:54.2882600Z [3907/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-12-17T23:36:54.8579350Z [3908/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-12-17T23:36:55.7512900Z [3909/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-12-17T23:36:55.9201280Z [3910/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-12-17T23:36:56.1968340Z [3911/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-12-17T23:36:56.5355770Z [3912/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-12-17T23:36:56.6000970Z [3913/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-12-17T23:36:56.9749990Z [3914/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-12-17T23:36:57.0282520Z [3915/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-12-17T23:36:57.0663100Z [3916/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-12-17T23:36:58.3954690Z [3917/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-12-17T23:36:58.4698710Z [3918/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-12-17T23:36:58.7186720Z [3919/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-12-17T23:36:58.9290270Z [3920/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-12-17T23:36:59.7999080Z [3921/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-12-17T23:36:59.9841220Z [3922/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-12-17T23:37:00.5082050Z [3923/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-12-17T23:37:01.4232140Z [3924/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-12-17T23:37:02.0738190Z [3925/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-12-17T23:37:02.3234460Z [3926/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-12-17T23:37:02.3640150Z [3927/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-12-17T23:37:02.4387830Z [3928/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-12-17T23:37:02.8166150Z [3929/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-12-17T23:37:03.2512220Z [3930/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-12-17T23:37:04.1746940Z [3931/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-12-17T23:37:04.3284860Z [3932/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-12-17T23:37:04.5504920Z [3933/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-12-17T23:37:05.5539660Z [3934/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-12-17T23:37:06.0242220Z [3935/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-12-17T23:37:06.2576100Z [3936/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-12-17T23:37:06.3487850Z [3937/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-12-17T23:37:06.4612440Z [3938/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-12-17T23:37:06.6959170Z [3939/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-12-17T23:37:07.2905790Z [3940/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-12-17T23:37:07.4306320Z [3941/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-12-17T23:37:07.7775700Z [3942/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-12-17T23:37:08.0787320Z [3943/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-12-17T23:37:09.4327590Z [3944/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-12-17T23:37:09.4591530Z [3945/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-12-17T23:37:09.7811790Z [3946/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-12-17T23:37:10.1843800Z [3947/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-12-17T23:37:10.7314530Z [3948/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-12-17T23:37:10.7987520Z [3949/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-12-17T23:37:11.4924710Z [3950/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-12-17T23:37:11.8644110Z [3951/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-12-17T23:37:12.3376180Z [3952/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-12-17T23:37:12.4130320Z [3953/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-12-17T23:37:12.4837860Z [3954/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdam.cpp.o 2024-12-17T23:37:12.7853390Z [3955/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdagrad.cpp.o 2024-12-17T23:37:12.8345860Z [3956/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedSGD.cpp.o 2024-12-17T23:37:13.2381210Z [3957/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-12-17T23:37:14.5676640Z [3958/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-12-17T23:37:15.0839640Z [3959/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-12-17T23:37:15.1598990Z [3960/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-12-17T23:37:15.2632780Z [3961/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-12-17T23:37:15.2833630Z [3962/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-12-17T23:37:15.4179050Z [3963/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-12-17T23:37:15.5566190Z [3964/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-12-17T23:37:16.2164110Z [3965/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-12-17T23:37:18.2105550Z [3966/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-12-17T23:37:18.2383840Z [3967/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-12-17T23:37:18.4971020Z [3968/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-12-17T23:37:18.5307710Z [3969/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-12-17T23:37:19.2459070Z [3970/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-12-17T23:37:19.7063650Z [3971/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-12-17T23:37:20.1443120Z [3972/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-12-17T23:37:20.5801920Z [3973/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-12-17T23:37:20.8508410Z [3974/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-12-17T23:37:21.1367970Z [3975/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-12-17T23:37:21.3439130Z [3976/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-12-17T23:37:21.6265780Z [3977/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-12-17T23:37:22.2284740Z [3978/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-12-17T23:37:23.2098150Z [3979/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-12-17T23:37:23.2894010Z [3980/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-12-17T23:37:24.1388040Z [3981/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-12-17T23:37:24.1941130Z [3982/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-12-17T23:37:24.4334630Z [3983/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-12-17T23:37:25.1398230Z [3984/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-12-17T23:37:25.5564460Z [3985/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-12-17T23:37:25.6325530Z [3986/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-12-17T23:37:25.7900670Z [3987/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-12-17T23:37:26.6276600Z [3988/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-12-17T23:37:26.7065950Z [3989/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-12-17T23:37:27.5421930Z [3990/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-12-17T23:37:27.6217260Z [3991/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-12-17T23:37:28.1663820Z [3992/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-12-17T23:37:28.6238390Z [3993/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-12-17T23:37:29.1708530Z [3994/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-12-17T23:37:29.4767400Z [3995/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-12-17T23:37:29.7090330Z [3996/5008] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-12-17T23:37:29.9742060Z [3997/5008] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-12-17T23:37:30.4830090Z [3998/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-12-17T23:37:30.5833000Z [3999/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-12-17T23:37:30.6825360Z [4000/5008] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-12-17T23:37:30.8231760Z [4001/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-12-17T23:37:30.8426470Z [4002/5008] Linking CXX static library lib/libonnx_proto.a 2024-12-17T23:37:30.8454220Z [4003/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-12-17T23:37:30.9043740Z [4004/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-12-17T23:37:30.9746560Z [4005/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-12-17T23:37:31.1029950Z [4006/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-12-17T23:37:31.1281160Z [4007/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-12-17T23:37:31.1300540Z [4008/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-12-17T23:37:31.1615450Z [4009/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-12-17T23:37:31.3027790Z [4010/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-12-17T23:37:31.3967450Z [4011/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-12-17T23:37:31.3986240Z [4012/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-12-17T23:37:31.4317360Z [4013/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-12-17T23:37:31.5028850Z [4014/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-12-17T23:37:31.5741810Z [4015/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-12-17T23:37:31.5810440Z [4016/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-12-17T23:37:31.6968530Z [4017/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-12-17T23:37:31.7298410Z [4018/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-12-17T23:37:31.7764060Z [4019/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-12-17T23:37:31.7928420Z [4020/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-12-17T23:37:31.9475510Z [4021/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-12-17T23:37:31.9602470Z [4022/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-12-17T23:37:31.9606980Z [4023/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-12-17T23:37:31.9988490Z [4024/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-12-17T23:37:32.0403080Z [4025/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-12-17T23:37:32.1471430Z [4026/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2024-12-17T23:37:32.1611690Z [4027/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-12-17T23:37:32.1766730Z [4028/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-12-17T23:37:32.2155090Z [4029/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-12-17T23:37:32.2330230Z [4030/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-12-17T23:37:32.3414340Z [4031/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-12-17T23:37:32.3601240Z [4032/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-12-17T23:37:32.3649460Z [4033/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-12-17T23:37:32.4472870Z [4034/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-12-17T23:37:32.4573100Z [4035/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-12-17T23:37:32.5296270Z [4036/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-12-17T23:37:32.5524120Z [4037/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-12-17T23:37:32.5942070Z [4038/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-12-17T23:37:32.6062580Z [4039/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-12-17T23:37:32.6421210Z [4040/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-12-17T23:37:32.6787870Z [4041/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-12-17T23:37:32.7778130Z [4042/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-12-17T23:37:32.8049110Z [4043/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-12-17T23:37:32.8118310Z [4044/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-12-17T23:37:32.8385420Z [4045/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-12-17T23:37:32.9271290Z [4046/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-12-17T23:37:32.9282500Z [4047/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-12-17T23:37:32.9961260Z [4048/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-12-17T23:37:33.0160360Z [4049/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-12-17T23:37:33.0442240Z [4050/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-12-17T23:37:33.0542640Z [4051/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-12-17T23:37:33.1320640Z [4052/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-12-17T23:37:33.1405520Z [4053/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-12-17T23:37:33.1953320Z [4054/5008] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-12-17T23:37:33.2084500Z [4055/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-12-17T23:37:33.2541680Z [4056/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-12-17T23:37:33.2827030Z [4057/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-12-17T23:37:33.2912120Z [4058/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-12-17T23:37:33.2962630Z [4059/5008] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-12-17T23:37:33.8096030Z [4060/5008] Linking CXX static library lib/libonnx.a 2024-12-17T23:37:34.1350070Z [4061/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSDevice.mm.o 2024-12-17T23:37:34.1452440Z [4062/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSEvent.mm.o 2024-12-17T23:37:35.1125250Z [4063/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-12-17T23:37:35.1792850Z [4064/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGeneratorImpl.mm.o 2024-12-17T23:37:35.7527680Z [4065/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-12-17T23:37:36.4200690Z [4066/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGuardImpl.mm.o 2024-12-17T23:37:37.4287770Z [4067/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSAllocator.mm.o 2024-12-17T23:37:37.6933930Z [4068/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSHooks.mm.o 2024-12-17T23:37:37.8005130Z [4069/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSStream.mm.o 2024-12-17T23:37:37.8646020Z [4070/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSFallback.mm.o 2024-12-17T23:37:38.9003900Z [4071/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/EmptyTensor.cpp.o 2024-12-17T23:37:39.2527150Z [4072/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Equal.cpp.o 2024-12-17T23:37:40.5659920Z [4073/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSProfiler.mm.o 2024-12-17T23:37:40.7234660Z [4074/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/TensorFactory.cpp.o 2024-12-17T23:37:42.3058540Z [4075/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/AdaptivePooling.mm.o 2024-12-17T23:37:42.3175720Z [4076/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Attention.mm.o 2024-12-17T23:37:42.6997110Z [4077/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryKernel.mm.o 2024-12-17T23:37:43.8365120Z [4078/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryOps.mm.o 2024-12-17T23:37:44.2686430Z [4079/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/OperationUtils.mm.o 2024-12-17T23:37:44.7976800Z [4080/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Activation.mm.o 2024-12-17T23:37:45.9982460Z [4081/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Bucketization.mm.o 2024-12-17T23:37:46.2079880Z [4082/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Blas.mm.o 2024-12-17T23:37:46.2749770Z [4083/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BitwiseOps.mm.o 2024-12-17T23:37:46.6578650Z [4084/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ConstantOps.mm.o 2024-12-17T23:37:47.7223780Z [4085/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Copy.mm.o 2024-12-17T23:37:47.8318440Z [4086/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/CrossKernel.mm.o 2024-12-17T23:37:48.2679960Z [4087/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Convolution.mm.o 2024-12-17T23:37:48.7966860Z [4088/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm.o 2024-12-17T23:37:49.8319420Z [4089/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Eye.mm.o 2024-12-17T23:37:50.2264090Z [4090/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FastFourierTransform.mm.o 2024-12-17T23:37:50.8226920Z [4091/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Distributions.mm.o 2024-12-17T23:37:50.8276730Z [4092/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm.o 2024-12-17T23:37:51.0430700Z [4093/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm.o 2024-12-17T23:37:51.3276120Z [4094/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm.o 2024-12-17T23:37:51.4439430Z [4095/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm.o 2024-12-17T23:37:53.3203400Z [4096/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm.o 2024-12-17T23:37:53.5642560Z [4097/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Gamma.mm.o 2024-12-17T23:37:54.0519640Z [4098/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm.o 2024-12-17T23:37:55.4348130Z [4099/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Im2Col.mm.o 2024-12-17T23:37:55.4780810Z [4100/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/GridSampler.mm.o 2024-12-17T23:37:56.0906000Z [4101/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Inverse.mm.o 2024-12-17T23:37:56.1553470Z [4102/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/HistogramKernel.mm.o 2024-12-17T23:37:56.7595360Z [4103/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Lerp.mm.o 2024-12-17T23:37:57.3029920Z [4104/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Indexing.mm.o 2024-12-17T23:37:57.4233390Z [4105/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Linear.mm.o 2024-12-17T23:38:00.1510690Z [4106/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LossOps.mm.o 2024-12-17T23:38:00.4203640Z [4107/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LinearAlgebra.mm.o 2024-12-17T23:38:00.4296190Z /Users/ec2-user/runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/LinearAlgebra.mm:553:19: warning: instance method '-encodeToCommandEncoder:commandBuffer:sourceArrays:destinationArray:' not found (return type defaults to 'id') [-Wobjc-method-access] 2024-12-17T23:38:00.4399880Z [matmul encodeToCommandEncoder:computeEncoder 2024-12-17T23:38:00.4476650Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-12-17T23:38:00.4479950Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Headers/MPSNDArrayMatrixMultiplication.h:37:12: note: receiver is instance of class declared here 2024-12-17T23:38:00.4482430Z @interface MPSNDArrayMatrixMultiplication : MPSNDArrayMultiaryKernel 2024-12-17T23:38:00.4482850Z ^ 2024-12-17T23:38:00.4483030Z 1 warning generated. 2024-12-17T23:38:00.5580680Z [4108/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Normalization.mm.o 2024-12-17T23:38:00.7827820Z [4109/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PixelShuffle.mm.o 2024-12-17T23:38:00.8039080Z [4110/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pad.mm.o 2024-12-17T23:38:00.8345600Z [4111/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PointwiseOps.mm.o 2024-12-17T23:38:01.3820640Z [4112/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pooling.mm.o 2024-12-17T23:38:04.4170320Z [4113/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Quantized.mm.o 2024-12-17T23:38:04.4694000Z [4114/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RangeFactories.mm.o 2024-12-17T23:38:04.8449860Z [4115/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RenormKernel.mm.o 2024-12-17T23:38:05.1923740Z [4116/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Scalar.mm.o 2024-12-17T23:38:05.4787010Z [4117/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RnnOps.mm.o 2024-12-17T23:38:05.9591980Z [4118/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ReduceOps.mm.o 2024-12-17T23:38:06.5647550Z [4119/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Shape.mm.o 2024-12-17T23:38:07.2007010Z [4120/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Repeat.mm.o 2024-12-17T23:38:08.1617890Z [4121/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScatterGather.mm.o 2024-12-17T23:38:08.3230320Z [4122/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SoftMax.mm.o 2024-12-17T23:38:09.5486170Z [4123/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Sort.mm.o 2024-12-17T23:38:09.9961040Z [4124/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SummaryOps.mm.o 2024-12-17T23:38:10.3670570Z [4125/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TriangularOps.mm.o 2024-12-17T23:38:10.8136330Z [4126/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TensorCompare.mm.o 2024-12-17T23:38:11.1210350Z [4127/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SpecialOps.mm.o 2024-12-17T23:38:11.5278870Z [4128/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryKernel.mm.o 2024-12-17T23:38:12.7057640Z [4129/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryOps.mm.o 2024-12-17T23:38:12.9542840Z [4130/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnfoldBackward.mm.o 2024-12-17T23:38:13.6881530Z [4131/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Unique.mm.o 2024-12-17T23:38:14.3669330Z [4132/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UpSample.mm.o 2024-12-17T23:38:14.9123380Z [4133/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/WeightNorm.mm.o 2024-12-17T23:38:15.0760560Z [4134/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-12-17T23:38:15.4214510Z [4135/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/View.mm.o 2024-12-17T23:38:15.4704210Z [4136/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-12-17T23:38:15.9999260Z [4137/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-12-17T23:38:16.0116770Z [4138/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-12-17T23:38:16.5061120Z [4139/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-12-17T23:38:16.5262900Z [4140/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-12-17T23:38:17.7208370Z [4141/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-12-17T23:38:18.3964870Z [4142/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-12-17T23:38:18.7131240Z [4143/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-12-17T23:38:19.4078640Z [4144/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-12-17T23:38:19.5921790Z [4145/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-12-17T23:38:19.6205890Z [4146/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-12-17T23:38:20.1888470Z [4147/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-12-17T23:38:20.1985900Z [4148/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-12-17T23:38:20.5722900Z [4149/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-12-17T23:38:21.1033670Z [4150/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-12-17T23:38:21.2060210Z [4151/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-12-17T23:38:21.2608400Z [4152/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-12-17T23:38:21.4677680Z [4153/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-12-17T23:38:21.7172640Z [4154/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-12-17T23:38:22.4161200Z [4155/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-12-17T23:38:22.4367510Z [4156/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-12-17T23:38:22.5280590Z [4157/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-12-17T23:38:22.7254240Z [4158/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/privateuse1_observer.cpp.o 2024-12-17T23:38:24.3607750Z [4159/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-12-17T23:38:24.7116300Z [4160/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-12-17T23:38:24.8319270Z [4161/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-12-17T23:38:25.7117990Z [4162/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-12-17T23:38:26.7614680Z [4163/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-12-17T23:38:27.4731320Z [4164/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-12-17T23:38:27.8517670Z [4165/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-12-17T23:38:28.3867380Z [4166/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-12-17T23:38:29.2986570Z [4167/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-12-17T23:38:29.3738010Z [4168/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-12-17T23:38:29.4114750Z [4169/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-12-17T23:38:29.5294390Z [4170/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-12-17T23:38:30.4107010Z [4171/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-12-17T23:38:32.9470760Z [4172/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-12-17T23:38:33.1479300Z [4173/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-12-17T23:38:33.4766370Z [4174/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-12-17T23:38:33.6995420Z [4175/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-12-17T23:38:34.4747850Z [4176/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-12-17T23:38:36.6599590Z [4177/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-12-17T23:38:36.7967920Z [4178/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-12-17T23:38:37.8705120Z [4179/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-12-17T23:38:38.4025370Z [4180/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-12-17T23:38:39.9521890Z [4181/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-12-17T23:38:39.9863230Z [4182/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-12-17T23:38:40.3129790Z [4183/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-12-17T23:38:41.6618910Z [4184/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-12-17T23:38:42.9762530Z [4185/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-12-17T23:38:43.4154010Z [4186/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-12-17T23:38:43.6525900Z [4187/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-12-17T23:38:44.7262240Z [4188/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-12-17T23:38:44.9431440Z [4189/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-12-17T23:38:45.2865390Z [4190/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-12-17T23:38:45.5848580Z [4191/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-12-17T23:38:45.6930380Z [4192/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-12-17T23:38:47.8749250Z [4193/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-12-17T23:38:48.5792360Z [4194/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-12-17T23:38:48.6123630Z [4195/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-12-17T23:38:49.5900870Z [4196/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-12-17T23:38:49.8483990Z [4197/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-12-17T23:38:51.1840000Z [4198/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-12-17T23:38:51.8611730Z [4199/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-12-17T23:38:52.1676500Z [4200/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-12-17T23:38:53.2024120Z [4201/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-12-17T23:38:53.5101670Z [4202/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-12-17T23:38:54.2793400Z [4203/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-12-17T23:38:54.6741720Z [4204/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-12-17T23:38:55.2941020Z [4205/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-12-17T23:38:55.9007770Z [4206/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-12-17T23:38:58.0044850Z [4207/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-12-17T23:38:58.2274050Z [4208/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-12-17T23:38:58.2925570Z [4209/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-12-17T23:38:58.3029380Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export.cpp:25: 2024-12-17T23:38:58.3179170Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/checker.h:13: 2024-12-17T23:38:58.3235620Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:38:58.3247350Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:27: 2024-12-17T23:38:58.3248530Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:32:106: warning: extra ';' after member function definition [-Wextra-semi] 2024-12-17T23:38:58.3249320Z : check_type(check_type_val), error_mode(strict_mode_val), enable_data_propagation(data_prop_val){}; 2024-12-17T23:38:58.3249780Z ^ 2024-12-17T23:38:58.3250460Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:141:56: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:38:58.3251170Z inline void dummyInferenceFunction(InferenceContext&){}; 2024-12-17T23:38:58.3251530Z ^ 2024-12-17T23:38:58.3252190Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/shape_inference.h:144:68: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:38:58.3252930Z inline void dummyDataPropagationFunction(DataPropagationContext&){}; 2024-12-17T23:38:58.3253530Z ^ 2024-12-17T23:38:58.3254010Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/jit/serialization/export.cpp:25: 2024-12-17T23:38:58.3254630Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/checker.h:13: 2024-12-17T23:38:58.3255250Z In file included from /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/function.h:17: 2024-12-17T23:38:58.3256050Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/defs/schema.h:1562:2: warning: extra ';' outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi] 2024-12-17T23:38:58.3256670Z }; 2024-12-17T23:38:58.3256880Z ^ 2024-12-17T23:38:58.3257090Z 4 warnings generated. 2024-12-17T23:38:58.4282420Z [4210/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-12-17T23:38:59.0331790Z [4211/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-12-17T23:38:59.3226850Z [4212/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-12-17T23:38:59.4668000Z [4213/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-12-17T23:39:00.0827300Z [4214/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-12-17T23:39:00.8218960Z [4215/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-12-17T23:39:04.0424760Z [4216/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-12-17T23:39:04.3412240Z [4217/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-12-17T23:39:04.8726030Z [4218/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-12-17T23:39:05.7559410Z [4219/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-12-17T23:39:06.8078750Z [4220/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-12-17T23:39:07.0549760Z [4221/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-12-17T23:39:07.9608810Z [4222/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-12-17T23:39:09.5613800Z [4223/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-12-17T23:39:10.5418410Z [4224/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-12-17T23:39:11.7883400Z [4225/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-12-17T23:39:11.8249310Z [4226/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-12-17T23:39:12.7516600Z [4227/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-12-17T23:39:13.4823260Z [4228/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-12-17T23:39:13.9258830Z [4229/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-12-17T23:39:15.5441160Z [4230/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-12-17T23:39:16.9190720Z [4231/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-12-17T23:39:17.0054320Z [4232/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-12-17T23:39:18.4950410Z [4233/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-12-17T23:39:19.9739490Z [4234/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-12-17T23:39:20.6201210Z [4235/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-12-17T23:39:21.3962280Z [4236/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-12-17T23:39:22.4840670Z [4237/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-12-17T23:39:22.7687260Z [4238/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-12-17T23:39:22.8149010Z [4239/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-12-17T23:39:22.9442970Z [4240/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-12-17T23:39:23.0539210Z [4241/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-12-17T23:39:24.3809690Z [4242/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-12-17T23:39:26.1258720Z [4243/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-12-17T23:39:26.7829910Z [4244/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-12-17T23:39:27.0742420Z [4245/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-12-17T23:39:27.1020550Z [4246/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-12-17T23:39:28.1309170Z [4247/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-12-17T23:39:28.2702360Z [4248/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-12-17T23:39:28.2929360Z [4249/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-12-17T23:39:28.7609140Z [4250/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-12-17T23:39:30.6730140Z [4251/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-12-17T23:39:34.0081520Z [4252/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-12-17T23:39:34.0310330Z [4253/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-12-17T23:39:34.2165290Z [4254/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-12-17T23:39:34.5025950Z [4255/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-12-17T23:39:34.6007290Z [4256/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-12-17T23:39:35.4901800Z [4257/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-12-17T23:39:35.7851550Z [4258/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-12-17T23:39:35.8412550Z [4259/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-12-17T23:39:36.1797740Z [4260/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-12-17T23:39:36.4679370Z [4261/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-12-17T23:39:36.5097490Z [4262/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-12-17T23:39:36.6893320Z [4263/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-12-17T23:39:40.2975140Z [4264/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-12-17T23:39:40.8817500Z [4265/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-12-17T23:39:41.2072900Z [4266/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-12-17T23:39:41.2698650Z [4267/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-12-17T23:39:41.4124580Z [4268/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-12-17T23:39:42.4700660Z [4269/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-12-17T23:39:42.7045900Z [4270/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-12-17T23:39:44.0532710Z [4271/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-12-17T23:39:44.7880380Z [4272/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-12-17T23:39:44.9380010Z [4273/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-12-17T23:39:44.9482980Z [4274/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-12-17T23:39:45.0246810Z [4275/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-12-17T23:39:45.4106870Z [4276/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-12-17T23:39:46.4876690Z [4277/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-12-17T23:39:46.7803180Z [4278/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-12-17T23:39:46.9731360Z [4279/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-12-17T23:39:48.4168760Z [4280/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-12-17T23:39:49.3660330Z [4281/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-12-17T23:39:49.6489860Z [4282/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-12-17T23:39:49.9121830Z [4283/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-12-17T23:39:51.1017210Z [4284/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-12-17T23:39:51.4600870Z [4285/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-12-17T23:39:51.7171850Z [4286/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-12-17T23:39:51.8873000Z [4287/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-12-17T23:39:51.9642540Z [4288/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-12-17T23:39:52.5463690Z [4289/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-12-17T23:39:52.8718990Z [4290/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-12-17T23:39:52.9224570Z [4291/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-12-17T23:39:54.9025510Z [4292/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-12-17T23:39:56.1863980Z [4293/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-12-17T23:39:57.8088320Z [4294/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-12-17T23:39:58.0959210Z [4295/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-12-17T23:39:58.9075300Z [4296/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-12-17T23:39:59.4447210Z [4297/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-12-17T23:39:59.9146630Z [4298/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-12-17T23:40:00.4865970Z [4299/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-12-17T23:40:01.8962150Z [4300/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-12-17T23:40:02.0304590Z [4301/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-12-17T23:40:02.0896860Z [4302/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-12-17T23:40:02.4340210Z [4303/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-12-17T23:40:04.5724160Z [4304/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-12-17T23:40:04.9578900Z [4305/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-12-17T23:40:06.3016400Z [4306/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-12-17T23:40:08.3739870Z [4307/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-12-17T23:40:08.6905870Z [4308/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-12-17T23:40:09.0312940Z [4309/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-12-17T23:40:12.2983210Z [4310/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-12-17T23:40:12.9390240Z [4311/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-12-17T23:40:13.2255520Z [4312/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-12-17T23:40:13.2716550Z [4313/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-12-17T23:40:15.1729600Z [4314/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-12-17T23:40:15.3300650Z [4315/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-12-17T23:40:17.3257530Z [4316/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-12-17T23:40:17.9041360Z [4317/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-12-17T23:40:19.8098660Z [4318/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-12-17T23:40:19.9300750Z [4319/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-12-17T23:40:22.2414580Z [4320/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-12-17T23:40:22.5277500Z [4321/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-12-17T23:40:22.9093570Z [4322/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-12-17T23:40:23.2853260Z [4323/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-12-17T23:40:24.4842170Z [4324/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-12-17T23:40:24.8259690Z [4325/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-12-17T23:40:28.3162180Z [4326/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-12-17T23:40:28.6061830Z [4327/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-12-17T23:40:29.3040430Z [4328/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-12-17T23:40:29.3398000Z [4329/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-12-17T23:40:30.3620770Z [4330/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-12-17T23:40:30.4843660Z [4331/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-12-17T23:40:30.7515670Z [4332/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-12-17T23:40:31.2040730Z [4333/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-12-17T23:40:31.2434370Z [4334/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-12-17T23:40:33.9705230Z [4335/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-12-17T23:40:34.1019380Z [4336/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-12-17T23:40:35.9732330Z [4337/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-12-17T23:40:36.0975720Z [4338/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-12-17T23:40:36.9681370Z [4339/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-12-17T23:40:37.3902420Z [4340/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-12-17T23:40:37.4405740Z [4341/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-12-17T23:40:37.7011840Z [4342/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-12-17T23:40:37.8711430Z [4343/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-12-17T23:40:37.8864900Z [4344/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-12-17T23:40:40.6572400Z [4345/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-12-17T23:40:41.5390030Z [4346/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-12-17T23:40:42.6756620Z [4347/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-12-17T23:40:42.8379090Z [4348/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-12-17T23:40:42.9206530Z [4349/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-12-17T23:40:47.3116570Z [4350/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-12-17T23:40:49.2329480Z [4351/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-12-17T23:40:49.8747370Z [4352/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-12-17T23:40:51.0479140Z [4353/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-12-17T23:40:51.3709060Z [4354/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-12-17T23:40:51.4518330Z [4355/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-12-17T23:40:52.2020210Z [4356/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-12-17T23:40:55.1377750Z [4357/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-12-17T23:40:55.8355170Z [4358/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-12-17T23:40:56.5001550Z [4359/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-12-17T23:40:57.5390630Z [4360/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-12-17T23:40:58.7305090Z [4361/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-12-17T23:40:59.1498380Z [4362/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-12-17T23:40:59.2655450Z [4363/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-12-17T23:40:59.5870270Z [4364/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-12-17T23:41:00.1118700Z [4365/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-12-17T23:41:00.6641130Z [4366/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-12-17T23:41:01.5739310Z [4367/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-12-17T23:41:02.5954220Z [4368/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-12-17T23:41:02.8674800Z [4369/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-12-17T23:41:03.0515960Z [4370/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-12-17T23:41:03.3395160Z [4371/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-12-17T23:41:03.4290540Z [4372/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-12-17T23:41:03.9856440Z [4373/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-12-17T23:41:04.0078840Z [4374/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-12-17T23:41:04.8494190Z [4375/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-12-17T23:41:06.1634970Z [4376/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-12-17T23:41:06.2859060Z [4377/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-12-17T23:41:06.8041340Z [4378/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-12-17T23:41:07.1438690Z [4379/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-12-17T23:41:07.5073410Z [4380/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-12-17T23:41:07.5340840Z [4381/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-12-17T23:41:08.0686750Z [4382/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-12-17T23:41:08.8848610Z [4383/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-12-17T23:41:09.2534010Z [4384/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-12-17T23:41:10.0586410Z [4385/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-12-17T23:41:10.1669510Z [4386/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-12-17T23:41:10.2196740Z [4387/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-12-17T23:41:10.4566590Z [4388/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-12-17T23:41:11.0548280Z [4389/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-12-17T23:41:11.8279090Z [4390/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-12-17T23:41:12.5797050Z [4391/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-12-17T23:41:12.7672420Z [4392/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-12-17T23:41:13.4074320Z [4393/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-12-17T23:41:13.5488770Z [4394/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-12-17T23:41:14.6272180Z [4395/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-12-17T23:41:15.1692550Z [4396/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-12-17T23:41:15.6980350Z [4397/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-12-17T23:41:15.8242670Z [4398/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-12-17T23:41:15.8506120Z [4399/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-12-17T23:41:16.3393860Z [4400/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-12-17T23:41:17.0212360Z [4401/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-12-17T23:41:19.0393400Z [4402/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-12-17T23:41:19.4080140Z [4403/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-12-17T23:41:19.9494090Z [4404/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-12-17T23:41:20.4272600Z [4405/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-12-17T23:41:21.0774400Z [4406/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-12-17T23:41:21.8528660Z [4407/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-12-17T23:41:22.7592110Z [4408/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-12-17T23:41:24.2355910Z [4409/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-12-17T23:41:24.4558090Z [4410/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-12-17T23:41:24.5824710Z [4411/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-12-17T23:41:24.6933430Z [4412/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-12-17T23:41:25.3516140Z [4413/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-12-17T23:41:25.5320420Z [4414/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-12-17T23:41:25.9985480Z [4415/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-12-17T23:41:26.0432630Z [4416/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-12-17T23:41:26.3869780Z [4417/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-12-17T23:41:27.4048140Z [4418/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-12-17T23:41:29.3635240Z [4419/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-12-17T23:41:29.7611160Z [4420/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-12-17T23:41:29.8399210Z [4421/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-12-17T23:41:30.1313330Z [4422/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-12-17T23:41:30.5264120Z [4423/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-12-17T23:41:30.5509580Z [4424/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-12-17T23:41:30.8391060Z [4425/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-12-17T23:41:31.3458890Z [4426/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-12-17T23:41:32.1983200Z [4427/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-12-17T23:41:32.7591300Z [4428/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-12-17T23:41:32.8119670Z [4429/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-12-17T23:41:32.8998390Z [4430/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-12-17T23:41:33.2449230Z [4431/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-12-17T23:41:33.7559070Z [4432/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-12-17T23:41:33.8055560Z [4433/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-12-17T23:41:34.4652440Z [4434/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-12-17T23:41:34.8608560Z [4435/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-12-17T23:41:35.3992170Z [4436/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-12-17T23:41:35.8991530Z [4437/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-12-17T23:41:36.0651610Z [4438/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-12-17T23:41:36.6526540Z [4439/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-12-17T23:41:37.0521740Z [4440/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-12-17T23:41:37.2681690Z [4441/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-12-17T23:41:37.5046860Z [4442/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-12-17T23:41:37.5129870Z [4443/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-12-17T23:41:38.0455190Z [4444/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-12-17T23:41:39.0707860Z [4445/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-12-17T23:41:39.7596110Z [4446/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-12-17T23:41:39.8544390Z [4447/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-12-17T23:41:41.0209840Z [4448/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-12-17T23:41:41.8545100Z [4449/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-12-17T23:41:42.4013400Z [4450/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-12-17T23:41:42.6006940Z [4451/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-12-17T23:41:42.9297750Z [4452/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-12-17T23:41:42.9437790Z [4453/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-12-17T23:41:43.1519820Z [4454/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-12-17T23:41:43.3392240Z [4455/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-12-17T23:41:43.3629040Z [4456/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-12-17T23:41:43.5085000Z [4457/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-12-17T23:41:43.5365570Z [4458/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-12-17T23:41:43.6896660Z [4459/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-12-17T23:41:43.7181720Z [4460/5008] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-12-17T23:41:43.8550940Z [4461/5008] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-12-17T23:41:43.9077420Z [4462/5008] Linking CXX static library lib/libkineto.a 2024-12-17T23:41:44.2208140Z [4463/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-12-17T23:41:44.3097990Z [4464/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-12-17T23:41:44.3966760Z [4465/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-12-17T23:41:44.4007050Z [4466/5008] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-12-17T23:41:44.8217790Z [4467/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-12-17T23:41:45.0164450Z [4468/5008] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-12-17T23:41:45.1297060Z [4469/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-12-17T23:41:45.2039280Z [4470/5008] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-12-17T23:41:45.2245750Z [4471/5008] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-12-17T23:41:45.2787420Z [4472/5008] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-12-17T23:41:45.3579780Z [4473/5008] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-12-17T23:41:45.4701600Z [4474/5008] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-12-17T23:41:45.5639220Z [4475/5008] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-12-17T23:41:45.8759360Z [4476/5008] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-12-17T23:41:45.9175370Z [4477/5008] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-12-17T23:41:46.0865660Z [4478/5008] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-12-17T23:41:46.1666540Z [4479/5008] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-12-17T23:41:46.3477410Z [4480/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-12-17T23:41:46.3621940Z [4481/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-12-17T23:41:46.4485030Z [4482/5008] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-12-17T23:41:46.5481060Z [4483/5008] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-12-17T23:41:46.6781590Z [4484/5008] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-12-17T23:41:46.7405600Z [4485/5008] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-12-17T23:41:46.9964240Z [4486/5008] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-12-17T23:41:47.0879400Z [4487/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-12-17T23:41:47.2468910Z [4488/5008] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-12-17T23:41:47.2691780Z [4489/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-12-17T23:41:47.2703550Z [4490/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-12-17T23:41:47.2710810Z [4491/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-12-17T23:41:47.8447930Z [4492/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-12-17T23:41:47.9990820Z [4493/5008] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-12-17T23:41:48.0519330Z [4494/5008] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-12-17T23:41:48.0632710Z [4495/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-12-17T23:41:48.2609590Z [4496/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-12-17T23:41:48.3240500Z [4497/5008] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-12-17T23:41:48.3291570Z [4498/5008] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-12-17T23:41:48.3646490Z [4499/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-12-17T23:41:48.3923580Z [4500/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-12-17T23:41:48.5402860Z [4501/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-12-17T23:41:48.8842510Z [4502/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-12-17T23:41:49.0581990Z [4503/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-12-17T23:41:49.1834290Z [4504/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-12-17T23:41:49.2063610Z [4505/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-12-17T23:41:49.3692790Z [4506/5008] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-12-17T23:41:49.4684160Z [4507/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-12-17T23:41:49.4705670Z [4508/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-12-17T23:41:49.8109380Z [4509/5008] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-12-17T23:41:49.8329320Z [4510/5008] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-12-17T23:41:49.8494640Z [4511/5008] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-12-17T23:41:49.9165920Z [4512/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-12-17T23:41:50.2560230Z [4513/5008] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-12-17T23:41:50.3015810Z [4514/5008] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-12-17T23:41:50.3998510Z [4515/5008] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-12-17T23:41:50.5201970Z [4516/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-12-17T23:41:50.6293250Z [4517/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-12-17T23:41:50.6370040Z [4518/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-12-17T23:41:50.6471770Z [4519/5008] Building CXX object c10/CMakeFiles/c10.dir/util/DynamicCounter.cpp.o 2024-12-17T23:41:50.7750570Z [4520/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-12-17T23:41:50.8743750Z [4521/5008] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-12-17T23:41:51.0656200Z [4522/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-12-17T23:41:51.1488890Z [4523/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-12-17T23:41:51.2682530Z [4524/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-12-17T23:41:51.3225120Z [4525/5008] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-12-17T23:41:51.3279630Z [4526/5008] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-12-17T23:41:51.3752750Z [4527/5008] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-12-17T23:41:51.3854730Z [4528/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-12-17T23:41:51.4212610Z [4529/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-12-17T23:41:51.5743030Z [4530/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Gauge.cpp.o 2024-12-17T23:41:51.9144690Z [4531/5008] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-12-17T23:41:52.1371460Z [4532/5008] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-12-17T23:41:52.1471580Z [4533/5008] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-12-17T23:41:52.1567740Z [4534/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-12-17T23:41:52.2101020Z [4535/5008] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-12-17T23:41:52.2106360Z [4536/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-12-17T23:41:52.2115560Z [4537/5008] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-12-17T23:41:52.2611240Z [4538/5008] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-12-17T23:41:52.3041050Z [4539/5008] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-12-17T23:41:52.4409740Z [4540/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-12-17T23:41:52.5456730Z [4541/5008] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-12-17T23:41:52.5808950Z [4542/5008] Building CXX object c10/CMakeFiles/c10.dir/util/NetworkFlow.cpp.o 2024-12-17T23:41:52.7040320Z [4543/5008] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-12-17T23:41:52.8442960Z [4544/5008] Building CXX object c10/CMakeFiles/c10.dir/util/error.cpp.o 2024-12-17T23:41:53.0849060Z [4545/5008] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-12-17T23:41:53.2561940Z [4546/5008] Building CXX object c10/CMakeFiles/c10.dir/util/WaitCounter.cpp.o 2024-12-17T23:41:53.2676130Z [4547/5008] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-12-17T23:41:53.3133640Z [4548/5008] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-12-17T23:41:53.3139120Z [4549/5008] Building CXX object c10/CMakeFiles/c10.dir/util/env.cpp.o 2024-12-17T23:41:53.3147110Z [4550/5008] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-12-17T23:41:53.5914280Z [4551/5008] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-12-17T23:41:53.7743440Z [4552/5008] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-12-17T23:41:53.8366940Z [4553/5008] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-12-17T23:41:54.8363240Z [4554/5008] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-12-17T23:41:55.6270780Z [4555/5008] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-12-17T23:41:55.8791610Z [4556/5008] Linking CXX shared library lib/libc10.dylib 2024-12-17T23:41:55.9465450Z [4557/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-12-17T23:41:56.1541340Z [4558/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-12-17T23:41:56.7569480Z [4559/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-12-17T23:41:57.5425550Z [4560/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-12-17T23:41:57.9054180Z [4561/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-12-17T23:41:58.8595430Z [4562/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-12-17T23:41:59.7970570Z [4563/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-12-17T23:41:59.8905600Z [4564/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-12-17T23:42:00.1839210Z [4565/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-12-17T23:42:00.4300530Z [4566/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-12-17T23:42:01.0860390Z [4567/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-12-17T23:42:02.5309270Z [4568/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-12-17T23:42:02.5864330Z [4569/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-12-17T23:42:02.9567100Z [4570/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-12-17T23:42:03.2442050Z [4571/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-12-17T23:42:04.2752420Z [4572/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-12-17T23:42:04.3398060Z [4573/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-12-17T23:42:05.1182750Z [4574/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-12-17T23:42:05.5516320Z [4575/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-12-17T23:42:05.6292760Z [4576/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-12-17T23:42:05.6506940Z [4577/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-12-17T23:42:05.8360580Z [4578/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-12-17T23:42:06.3497440Z [4579/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-12-17T23:42:07.8107110Z [4580/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-12-17T23:42:07.8896020Z [4581/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-12-17T23:42:08.0804980Z [4582/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-12-17T23:42:08.2864810Z [4583/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-12-17T23:42:08.4391360Z [4584/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-12-17T23:42:08.5369110Z [4585/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-12-17T23:42:08.8776520Z [4586/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-12-17T23:42:08.9297450Z [4587/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-12-17T23:42:10.0880440Z [4588/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-12-17T23:42:10.1876140Z [4589/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-12-17T23:42:10.5578680Z [4590/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-12-17T23:42:10.9886990Z [4591/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-12-17T23:42:11.0437590Z [4592/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-12-17T23:42:11.1585210Z [4593/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-12-17T23:42:11.3028390Z [4594/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-12-17T23:42:11.4291410Z [4595/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-12-17T23:42:11.4963090Z [4596/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-12-17T23:42:13.6277080Z [4597/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-12-17T23:42:14.3954490Z [4598/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-12-17T23:42:14.5584720Z [4599/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-12-17T23:42:15.1788470Z [4600/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-12-17T23:42:17.0493990Z [4601/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-12-17T23:42:17.1527230Z [4602/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-12-17T23:42:17.6421800Z [4603/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-12-17T23:42:18.1120000Z [4604/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-12-17T23:42:18.8790140Z [4605/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-12-17T23:42:19.0022370Z [4606/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-12-17T23:42:19.5695560Z [4607/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-12-17T23:42:20.0973780Z [4608/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-12-17T23:42:20.4201770Z [4609/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-12-17T23:42:21.2349780Z [4610/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-12-17T23:42:21.4811930Z [4611/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-12-17T23:42:22.7534730Z [4612/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-12-17T23:42:22.9493390Z [4613/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-12-17T23:42:23.2713380Z [4614/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-12-17T23:42:23.8334640Z [4615/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-12-17T23:42:24.4248200Z [4616/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-12-17T23:42:24.4668690Z [4617/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-12-17T23:42:25.0143450Z [4618/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-12-17T23:42:25.7895910Z [4619/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-12-17T23:42:26.3598380Z [4620/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-12-17T23:42:27.0054130Z [4621/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-12-17T23:42:27.3406300Z [4622/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-12-17T23:42:27.8248880Z [4623/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-12-17T23:42:28.0468580Z [4624/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-12-17T23:42:28.7651720Z [4625/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-12-17T23:42:29.5559620Z [4626/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-12-17T23:42:29.8662550Z [4627/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-12-17T23:42:30.2229870Z [4628/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-12-17T23:42:30.4724660Z [4629/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-12-17T23:42:30.8131830Z [4630/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-12-17T23:42:30.8936760Z [4631/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-12-17T23:42:30.9934910Z [4632/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-12-17T23:42:31.1797390Z [4633/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-12-17T23:42:31.6280370Z [4634/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-12-17T23:42:33.3887930Z [4635/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-12-17T23:42:33.6274140Z [4636/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-12-17T23:42:33.8150820Z [4637/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-12-17T23:42:34.9088280Z [4638/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-12-17T23:42:34.9676380Z [4639/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-12-17T23:42:35.6798530Z [4640/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-12-17T23:42:37.0037080Z [4641/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-12-17T23:42:37.6471180Z [4642/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-12-17T23:42:37.8545100Z [4643/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-12-17T23:42:37.9919970Z [4644/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-12-17T23:42:38.6332320Z [4645/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-12-17T23:42:39.1368190Z [4646/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-12-17T23:42:39.4008120Z [4647/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-12-17T23:42:40.3030540Z [4648/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-12-17T23:42:40.6222450Z [4649/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-12-17T23:42:40.9864280Z [4650/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-12-17T23:42:42.2161360Z [4651/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-12-17T23:42:42.4528700Z [4652/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-12-17T23:42:42.9751130Z [4653/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-12-17T23:42:43.2627340Z [4654/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-12-17T23:42:43.3854940Z [4655/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-12-17T23:42:43.8581500Z [4656/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-12-17T23:42:44.2077520Z [4657/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-12-17T23:42:45.8816190Z [4658/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-12-17T23:42:46.7495160Z [4659/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-12-17T23:42:47.1486080Z [4660/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-12-17T23:42:47.1603630Z [4661/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-12-17T23:42:47.5705410Z [4662/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-12-17T23:42:47.7352710Z [4663/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-12-17T23:42:48.5157970Z [4664/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-12-17T23:42:49.8929980Z [4665/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-12-17T23:42:50.3852320Z [4666/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-12-17T23:42:51.5090860Z [4667/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-12-17T23:42:51.8303930Z [4668/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-12-17T23:42:52.7555090Z [4669/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-12-17T23:42:52.7655870Z [4670/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-12-17T23:42:53.4131190Z [4671/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-12-17T23:42:54.5531540Z [4672/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-12-17T23:42:54.8871950Z [4673/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-12-17T23:42:55.4064120Z [4674/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-12-17T23:42:55.8572970Z [4675/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-12-17T23:42:55.9453300Z [4676/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-12-17T23:42:56.3336370Z [4677/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-12-17T23:42:57.1610350Z [4678/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-12-17T23:42:57.6622440Z [4679/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-12-17T23:42:58.6271310Z [4680/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-12-17T23:42:59.0659630Z [4681/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-12-17T23:42:59.8802330Z [4682/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-12-17T23:43:00.1302890Z [4683/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-12-17T23:43:00.1721620Z [4684/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-12-17T23:43:00.6424770Z [4685/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-12-17T23:43:01.9584520Z [4686/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-12-17T23:43:02.7928910Z [4687/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-12-17T23:43:02.8578570Z [4688/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-12-17T23:43:04.1527230Z [4689/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-12-17T23:43:04.1736410Z [4690/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-12-17T23:43:04.3447460Z [4691/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-12-17T23:43:05.3743560Z [4692/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-12-17T23:43:05.7408700Z [4693/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-12-17T23:43:05.9348020Z [4694/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-12-17T23:43:06.3367710Z [4695/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-12-17T23:43:07.5069650Z [4696/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-12-17T23:43:07.7414690Z [4697/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-12-17T23:43:08.2098240Z [4698/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-12-17T23:43:08.7973970Z [4699/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-12-17T23:43:11.1684580Z [4700/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-12-17T23:43:11.2645360Z [4701/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-12-17T23:43:11.9201840Z [4702/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-12-17T23:43:12.0828430Z [4703/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-12-17T23:43:13.4124040Z [4704/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-12-17T23:43:13.5136770Z [4705/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-12-17T23:43:13.7990380Z [4706/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-12-17T23:43:14.0812000Z [4707/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-12-17T23:43:14.2901800Z [4708/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalContext.mm.o 2024-12-17T23:43:14.3019090Z [4709/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalConvParams.mm.o 2024-12-17T23:43:14.3217640Z [4710/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-12-17T23:43:15.1457670Z [4711/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-12-17T23:43:15.4799600Z [4712/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalGuardImpl.cpp.o 2024-12-17T23:43:15.5022610Z [4713/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-12-17T23:43:15.6498070Z [4714/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-12-17T23:43:16.7422320Z [4715/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-12-17T23:43:16.9220130Z [4716/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm.o 2024-12-17T23:43:17.2923810Z [4717/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-12-17T23:43:17.4153230Z [4718/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm.o 2024-12-17T23:43:17.8403590Z [4719/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm.o 2024-12-17T23:43:18.1670260Z [4720/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorUtils.mm.o 2024-12-17T23:43:18.3037610Z [4721/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorImplStorage.mm.o 2024-12-17T23:43:19.4212300Z [4722/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm.o 2024-12-17T23:43:21.3750730Z [4723/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-12-17T23:43:21.4776660Z [4724/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm.o 2024-12-17T23:43:21.8738650Z [4725/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm.o 2024-12-17T23:43:21.9978440Z [4726/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp.o 2024-12-17T23:43:22.1294550Z [4727/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm.o 2024-12-17T23:43:23.3376710Z [4728/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm.o 2024-12-17T23:43:23.7842140Z [4729/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm.o 2024-12-17T23:43:24.9820540Z [4730/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalChunk.mm.o 2024-12-17T23:43:25.1873140Z [4731/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalAddmm.mm.o 2024-12-17T23:43:26.0623600Z [4732/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalClamp.mm.o 2024-12-17T23:43:26.2908600Z [4733/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardshrink.mm.o 2024-12-17T23:43:26.3992980Z [4734/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConcat.mm.o 2024-12-17T23:43:26.4913760Z [4735/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalCopy.mm.o 2024-12-17T23:43:27.5322950Z [4736/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardswish.mm.o 2024-12-17T23:43:29.0579480Z [4737/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConvolution.mm.o 2024-12-17T23:43:29.7086750Z [4738/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalNeurons.mm.o 2024-12-17T23:43:29.8423200Z [4739/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalLeakyReLU.mm.o 2024-12-17T23:43:29.9257530Z [4740/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPadding.mm.o 2024-12-17T23:43:29.9694190Z [4741/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPooling.mm.o 2024-12-17T23:43:29.9869630Z [4742/5008] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-3.0.2/miniz.c.o 2024-12-17T23:43:30.6042270Z [4743/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-12-17T23:43:30.7166000Z [4744/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-12-17T23:43:30.7586930Z [4745/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-12-17T23:43:31.0368360Z [4746/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-12-17T23:43:31.3191880Z [4747/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-12-17T23:43:31.5920730Z [4748/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReshape.mm.o 2024-12-17T23:43:31.8344910Z [4749/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-12-17T23:43:31.9173160Z [4750/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-12-17T23:43:32.0837500Z [4751/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-12-17T23:43:32.1766450Z [4752/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-12-17T23:43:32.7220800Z [4753/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-12-17T23:43:32.7668130Z [4754/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-12-17T23:43:33.4663820Z [4755/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReduce.mm.o 2024-12-17T23:43:33.7247290Z [4756/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2024-12-17T23:43:33.7677410Z [4757/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm.o 2024-12-17T23:43:34.1766330Z [4758/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalSoftmax.mm.o 2024-12-17T23:43:34.8753760Z [4759/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalTranspose.mm.o 2024-12-17T23:43:36.4740090Z [4760/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-12-17T23:43:59.6324360Z [4761/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-12-17T23:44:09.8437930Z [4762/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-12-17T23:44:10.4006610Z [4763/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-12-17T23:44:11.8023540Z [4764/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-12-17T23:44:14.9755110Z [4765/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-12-17T23:44:16.2143740Z [4766/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-12-17T23:44:17.4976760Z [4767/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-12-17T23:44:18.1312950Z [4768/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-12-17T23:44:19.3875770Z [4769/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-12-17T23:44:21.8644400Z [4770/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-12-17T23:44:24.4276420Z [4771/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-12-17T23:44:28.2600080Z [4772/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-12-17T23:44:31.0937360Z [4773/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-12-17T23:44:35.3617520Z [4774/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-12-17T23:44:35.4580470Z [4775/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-12-17T23:44:36.7365260Z [4776/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-12-17T23:44:38.7786620Z [4777/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-12-17T23:44:39.0501600Z [4778/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-12-17T23:44:39.9265850Z [4779/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-12-17T23:44:40.3424620Z [4780/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-12-17T23:44:40.3577930Z [4781/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-12-17T23:44:41.9765140Z [4782/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-12-17T23:44:42.2859140Z [4783/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-12-17T23:44:42.6958740Z [4784/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-12-17T23:44:43.4699330Z [4785/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-12-17T23:44:43.9991830Z [4786/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-12-17T23:44:44.4163100Z [4787/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-12-17T23:44:45.7180570Z [4788/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-12-17T23:44:45.8317180Z [4789/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-12-17T23:44:45.9005690Z [4790/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-12-17T23:44:45.9136400Z [4791/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-12-17T23:44:46.4196150Z [4792/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-12-17T23:44:46.9293100Z [4793/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-12-17T23:44:47.6192520Z [4794/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-12-17T23:44:48.5277960Z [4795/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-12-17T23:44:49.1729700Z [4796/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-12-17T23:44:49.5296540Z [4797/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-12-17T23:44:49.8328040Z [4798/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-12-17T23:44:50.5477930Z [4799/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-12-17T23:44:50.5826520Z [4800/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-12-17T23:44:51.3029080Z [4801/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp.o 2024-12-17T23:44:51.6929120Z [4802/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-12-17T23:44:52.4237410Z [4803/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_mkldnn.cpp.o 2024-12-17T23:44:52.5761060Z [4804/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_package/model_package_loader.cpp.o 2024-12-17T23:44:52.7713230Z [4805/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-12-17T23:44:53.7212310Z [4806/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-12-17T23:44:54.5427690Z [4807/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp.o 2024-12-17T23:44:55.9753740Z [4808/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-12-17T23:44:56.5196460Z [4809/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-12-17T23:44:57.1245310Z [4810/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-12-17T23:44:57.6920400Z [4811/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-12-17T23:44:58.0522240Z [4812/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-12-17T23:44:58.1829070Z [4813/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-12-17T23:44:58.8807340Z [4814/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-12-17T23:44:59.0132140Z [4815/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-12-17T23:44:59.8489700Z [4816/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-12-17T23:45:01.3425240Z [4817/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-12-17T23:45:03.9348800Z [4818/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-12-17T23:45:03.9625420Z [4819/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-12-17T23:45:04.0876500Z [4820/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-12-17T23:45:04.4132580Z [4821/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-12-17T23:45:04.5652880Z [4822/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-12-17T23:45:04.5840230Z [4823/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-12-17T23:45:04.5844180Z [4824/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-12-17T23:45:04.7972870Z [4825/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-12-17T23:45:05.1595780Z [4826/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-12-17T23:45:05.5205490Z [4827/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-12-17T23:45:07.4549990Z [4828/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-12-17T23:45:08.2038720Z [4829/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-12-17T23:45:08.2506650Z [4830/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-12-17T23:45:08.7522430Z [4831/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-12-17T23:45:09.9613080Z [4832/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-12-17T23:45:09.9919540Z [4833/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:11.1910150Z [4834/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-12-17T23:45:11.7332110Z [4835/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:11.7567390Z [4836/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-12-17T23:45:12.2812990Z [4837/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-12-17T23:45:13.4486350Z [4838/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:13.7740460Z [4839/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:15.1920480Z [4840/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-12-17T23:45:16.3587820Z [4841/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:16.7663700Z [4842/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:18.9724090Z [4843/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:18.9858980Z [4844/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-12-17T23:45:18.9966080Z [4845/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:20.2832590Z [4846/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:22.0551450Z [4847/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:22.5540060Z [4848/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:24.0614710Z [4849/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:24.8355190Z [4850/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:25.6646780Z [4851/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:25.7604150Z [4852/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:25.9384320Z [4853/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:26.5579470Z [4854/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:28.7795650Z [4855/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:29.0742220Z [4856/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:29.1798940Z [4857/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:30.4440230Z [4858/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:30.6389900Z [4859/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-12-17T23:45:30.8191340Z [4860/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:32.2630000Z [4861/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:33.0699240Z [4862/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:33.9102890Z [4863/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:34.4116380Z [4864/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:34.7775690Z [4865/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedSGDKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:35.3817320Z [4866/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:36.3632030Z [4867/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:36.3857340Z [4868/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdamKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:36.9464700Z [4869/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:37.0151960Z [4870/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:38.5513540Z [4871/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:39.2622350Z [4872/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:40.4405880Z [4873/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:41.3048260Z [4874/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:41.3969320Z [4875/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:42.9758990Z [4876/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-12-17T23:45:43.5988490Z [4877/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:43.7663670Z [4878/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:43.9679380Z [4879/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:47.3234190Z [4880/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-12-17T23:45:48.7702980Z [4881/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:48.7724690Z [4882/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:50.4175030Z [4883/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalCommandBuffer.mm.o 2024-12-17T23:45:51.4518440Z [4884/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:51.4742890Z [4885/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:52.8154460Z [4886/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:55.4973370Z [4887/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-12-17T23:45:56.5465780Z [4888/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-12-17T23:45:57.9872620Z [4889/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:45:58.9745810Z [4890/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-12-17T23:45:59.5086300Z [4891/5008] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalAten.mm.o 2024-12-17T23:46:00.4551700Z [4892/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-12-17T23:46:01.2218850Z [4893/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-12-17T23:46:02.5940290Z [4894/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-12-17T23:46:03.4974950Z [4895/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-12-17T23:46:03.7910600Z [4896/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-12-17T23:46:04.0298870Z [4897/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-12-17T23:46:04.7886410Z [4898/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-12-17T23:46:06.0734310Z [4899/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:46:06.2029530Z [4900/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-12-17T23:46:06.4402810Z [4901/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/MklAllocationHelper.cpp.o 2024-12-17T23:46:07.0753160Z [4902/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-12-17T23:46:07.3898890Z [4903/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-12-17T23:46:07.4970720Z [4904/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-12-17T23:46:07.8552320Z [4905/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-12-17T23:46:08.2671920Z [4906/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-12-17T23:46:09.6735700Z [4907/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-12-17T23:46:09.7779450Z [4908/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-12-17T23:46:10.3251270Z [4909/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-12-17T23:46:10.8107000Z [4910/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-12-17T23:46:11.1187040Z [4911/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-12-17T23:46:11.5512000Z [4912/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-12-17T23:46:11.5590520Z [4913/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-12-17T23:46:11.8021500Z [4914/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-12-17T23:46:13.0612870Z [4915/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:46:13.7437640Z [4916/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-12-17T23:46:13.7587670Z [4917/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-12-17T23:46:13.7600620Z [4918/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-12-17T23:46:13.8490250Z [4919/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-12-17T23:46:14.3291960Z [4920/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-12-17T23:46:14.5198740Z [4921/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-12-17T23:46:15.3716680Z [4922/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-12-17T23:46:15.7839390Z [4923/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-12-17T23:46:16.4319880Z [4924/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-12-17T23:46:16.9373410Z [4925/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-12-17T23:46:17.3183210Z [4926/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-12-17T23:46:17.9367470Z [4927/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-12-17T23:46:18.0772870Z [4928/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-12-17T23:46:18.4778630Z [4929/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-12-17T23:46:18.6308630Z [4930/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-12-17T23:46:18.7363970Z [4931/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-12-17T23:46:18.9511990Z [4932/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-12-17T23:46:18.9786360Z [4933/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-12-17T23:46:20.3401410Z [4934/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-12-17T23:46:20.8479790Z [4935/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-12-17T23:46:20.9667420Z [4936/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-12-17T23:46:21.0128420Z [4937/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-12-17T23:46:21.3409320Z [4938/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-12-17T23:46:21.6648760Z [4939/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-12-17T23:46:21.8164020Z [4940/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-12-17T23:46:21.8225270Z [4941/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-12-17T23:46:21.8264080Z [4942/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-12-17T23:46:21.9383510Z [4943/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-12-17T23:46:23.2762350Z [4944/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-12-17T23:46:23.6479990Z [4945/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-12-17T23:46:23.9823670Z [4946/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-12-17T23:46:23.9906810Z [4947/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-12-17T23:46:27.1385950Z [4948/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-12-17T23:46:27.4826250Z [4949/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-12-17T23:46:28.0457250Z [4950/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-12-17T23:46:33.5301650Z [4951/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-12-17T23:46:38.2630390Z [4952/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-12-17T23:46:49.4427420Z [4953/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-12-17T23:46:49.5666440Z [4954/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-12-17T23:46:50.3750430Z [4955/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-12-17T23:46:50.5593080Z [4956/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-12-17T23:46:53.5086570Z [4957/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-12-17T23:46:56.4719950Z [4958/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-12-17T23:47:02.8361220Z [4959/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-12-17T23:47:11.1760410Z [4960/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-12-17T23:47:14.0904890Z [4961/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-12-17T23:47:14.4035580Z [4962/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-12-17T23:47:19.3356780Z [4963/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-12-17T23:47:19.3815180Z [4964/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-12-17T23:47:20.9249960Z [4965/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-12-17T23:47:21.9885920Z [4966/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-12-17T23:47:22.1343640Z [4967/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-12-17T23:47:22.9115600Z [4968/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorXPU.cpp.o 2024-12-17T23:47:23.0796960Z [4969/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-12-17T23:47:23.7630360Z [4970/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-12-17T23:47:25.1430890Z [4971/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-12-17T23:47:25.4951950Z [4972/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseXPU.cpp.o 2024-12-17T23:47:26.9229110Z [4973/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-12-17T23:47:27.7527940Z [4974/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-12-17T23:47:28.7190670Z [4975/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-12-17T23:47:29.4813860Z [4976/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-12-17T23:47:29.9541460Z [4977/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-12-17T23:47:30.2510930Z [4978/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-12-17T23:47:30.3732400Z [4979/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-12-17T23:47:31.2605160Z [4980/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-12-17T23:47:31.7733570Z [4981/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-12-17T23:47:31.9291720Z [4982/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-12-17T23:47:31.9558680Z [4983/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-12-17T23:47:32.5684410Z [4984/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-12-17T23:47:33.1816810Z [4985/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-12-17T23:47:33.9602100Z [4986/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-12-17T23:47:35.3034770Z [4987/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-12-17T23:47:35.5667430Z [4988/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-12-17T23:47:36.0043170Z [4989/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-12-17T23:47:36.3734340Z [4990/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-12-17T23:47:36.6726620Z [4991/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-12-17T23:47:37.3968660Z [4992/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-12-17T23:47:38.7735830Z [4993/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-12-17T23:47:39.7293580Z [4994/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-12-17T23:47:40.0338000Z [4995/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-12-17T23:47:40.3863500Z [4996/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-12-17T23:47:41.6046170Z [4997/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMPS.cpp.o 2024-12-17T23:47:42.6656680Z [4998/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-12-17T23:47:43.1420350Z [4999/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-12-17T23:47:44.7002350Z [5000/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-12-17T23:47:45.3331990Z [5001/5008] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-12-17T23:47:46.1000850Z [5002/5008] Linking CXX shared library lib/libtorch_cpu.dylib 2024-12-17T23:47:46.1001330Z ld: warning: ignoring duplicate libraries: 'lib/libcpuinfo.a', 'lib/libnnpack.a', 'lib/libpthreadpool.a' 2024-12-17T23:47:46.2237460Z [5003/5008] Linking CXX shared library lib/libshm.dylib 2024-12-17T23:47:46.2239430Z [5004/5008] Linking CXX shared library lib/libtorch.dylib 2024-12-17T23:47:46.2921810Z [5005/5008] Linking CXX executable bin/torch_shm_manager 2024-12-17T23:47:46.4117920Z [5006/5008] Linking CXX shared library lib/libtorch_python.dylib 2024-12-17T23:47:46.5152540Z [5007/5008] Linking CXX shared module functorch/functorch.so 2024-12-17T23:47:46.5152830Z [5007/5008] Install the project... 2024-12-17T23:47:46.5552550Z -- Install configuration: "Release" 2024-12-17T23:47:51.8764230Z Building wheel torch-2.6.0a0+git0cdf8b1 2024-12-17T23:47:51.8764480Z -- Building version 2.6.0a0+git0cdf8b1 2024-12-17T23:47:51.8767390Z 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_12383255596/bin/cmake -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/python3.9/site-packages -DPython_EXECUTABLE=/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/bin/python -DTORCH_BUILD_VERSION=2.6.0a0+git0cdf8b1 -DUSE_DISTRIBUTED=0 -DUSE_NUMPY=True -DUSE_OPENMP=1 -DUSE_PYTORCH_METAL=1 -DWERROR=1 /Users/ec2-user/runner/_work/pytorch/pytorch 2024-12-17T23:47:51.8769160Z cmake --build . --target install --config Release 2024-12-17T23:47:51.8769380Z running bdist_wheel 2024-12-17T23:47:53.2151290Z running build 2024-12-17T23:47:53.2151460Z running build_py 2024-12-17T23:47:53.2225400Z creating build/lib.macosx-11.1-arm64-cpython-39 2024-12-17T23:47:53.2225930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2226620Z copying torch/_storage_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2234760Z copying torch/_meta_registrations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2276360Z copying torch/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2283840Z copying torch/library.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2308350Z copying torch/_jit_internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2331860Z copying torch/_thread_safe_fork.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2332370Z copying torch/_custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2341090Z copying torch/return_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2348280Z copying torch/_size_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2355230Z copying torch/_torch_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2408360Z copying torch/_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2428780Z copying torch/_utils_internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2429630Z copying torch/quasirandom.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2436270Z copying torch/torch_version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2443960Z copying torch/_VF.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2451370Z copying torch/_streambase.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2458570Z copying torch/_tensor_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2488970Z copying torch/_weights_only_unpickler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2503860Z copying torch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2532150Z copying torch/overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2559770Z copying torch/_namedtensor_internals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2566710Z copying torch/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2573040Z copying torch/_linalg_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2580260Z copying torch/__config__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2587590Z copying torch/_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2609670Z copying torch/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2617090Z copying torch/hub.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2632140Z copying torch/_tensor_str.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2646940Z copying torch/_sources.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2654380Z copying torch/_vmap_internals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2661240Z copying torch/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2688360Z copying torch/_lowrank.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2697360Z copying torch/_appdirs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2711960Z copying torch/_environment.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2718580Z copying torch/storage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2740890Z copying torch/_compile.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2748170Z copying torch/_lobpcg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2764200Z copying torch/__future__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2771510Z copying torch/_guards.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2786480Z copying torch/_deploy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2794060Z copying torch/_python_dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2800610Z copying torch/_classes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2807640Z copying torch/serialization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2829170Z copying torch/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:53.2847260Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2847680Z copying torchgen/native_function_generation.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2870710Z copying torchgen/gen_vmap_plumbing.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2878750Z copying torchgen/gen.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2906300Z copying torchgen/gen_executorch.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2921490Z copying torchgen/local.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2929330Z copying torchgen/gen_functionalization_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2944260Z copying torchgen/code_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2951830Z copying torchgen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2958720Z copying torchgen/yaml_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2966310Z copying torchgen/gen_aoti_c_shim.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.2979720Z copying torchgen/model.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.3009880Z copying torchgen/gen_schema_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.3018030Z copying torchgen/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.3026190Z copying torchgen/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.3040630Z copying torchgen/gen_backend_stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.3054410Z copying torchgen/gen_lazy_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen 2024-12-17T23:47:53.3068190Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch 2024-12-17T23:47:53.3068530Z copying functorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch 2024-12-17T23:47:53.3077960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3078410Z copying torch/_higher_order_ops/effects.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3086990Z copying torch/_higher_order_ops/invoke_subgraph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3094320Z copying torch/_higher_order_ops/while_loop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3101860Z copying torch/_higher_order_ops/prim_hop_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3108670Z copying torch/_higher_order_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3115350Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3122650Z copying torch/_higher_order_ops/torchbind.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3129330Z copying torch/_higher_order_ops/cond.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3143880Z copying torch/_higher_order_ops/map.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3151130Z copying torch/_higher_order_ops/hints_wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3158010Z copying torch/_higher_order_ops/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3172080Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3178730Z copying torch/_higher_order_ops/executorch_call_delegate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3186070Z copying torch/_higher_order_ops/scan.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3200870Z copying torch/_higher_order_ops/run_const_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3208390Z copying torch/_higher_order_ops/associative_scan.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3222640Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3237130Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3258660Z copying torch/_higher_order_ops/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3273490Z copying torch/_higher_order_ops/wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops 2024-12-17T23:47:53.3282560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-12-17T23:47:53.3282940Z copying torch/_prims/debug_prims.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-12-17T23:47:53.3290190Z copying torch/_prims/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-12-17T23:47:53.3311720Z copying torch/_prims/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-12-17T23:47:53.3319510Z copying torch/_prims/rng_prims.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-12-17T23:47:53.3327670Z copying torch/_prims/executor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims 2024-12-17T23:47:53.3335810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-12-17T23:47:53.3336220Z copying torch/_logging/_internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-12-17T23:47:53.3354560Z copying torch/_logging/scribe.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-12-17T23:47:53.3363440Z copying torch/_logging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-12-17T23:47:53.3370330Z copying torch/_logging/_registrations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-12-17T23:47:53.3377430Z copying torch/_logging/structured.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_logging 2024-12-17T23:47:53.3386500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3386930Z copying torch/_functorch/partitioners.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3413660Z copying torch/_functorch/compile_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3421090Z copying torch/_functorch/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3428570Z copying torch/_functorch/autograd_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3443010Z copying torch/_functorch/python_key.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3450140Z copying torch/_functorch/pytree_hacks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3456300Z copying torch/_functorch/pyfunctorch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3462840Z copying torch/_functorch/deprecated.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3470140Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3483040Z copying torch/_functorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3489690Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3496360Z copying torch/_functorch/fx_minifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3511380Z copying torch/_functorch/apis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3527470Z copying torch/_functorch/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3534620Z copying torch/_functorch/aot_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3561770Z copying torch/_functorch/compilers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3569510Z copying torch/_functorch/eager_transforms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3591430Z copying torch/_functorch/vmap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3604800Z copying torch/_functorch/benchmark_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3611480Z copying torch/_functorch/make_functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3624480Z copying torch/_functorch/functional_call.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch 2024-12-17T23:47:53.3633740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3634190Z copying torch/_numpy/_reductions_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3647440Z copying torch/_numpy/_getlimits.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3654060Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3660880Z copying torch/_numpy/_casting_dicts.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3674680Z copying torch/_numpy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3681870Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3688590Z copying torch/_numpy/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3695830Z copying torch/_numpy/_dtypes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3704230Z copying torch/_numpy/linalg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3711310Z copying torch/_numpy/_ndarray.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3724960Z copying torch/_numpy/_ufuncs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3733050Z copying torch/_numpy/_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3741740Z copying torch/_numpy/_normalizations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3749380Z copying torch/_numpy/_dtypes_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3757820Z copying torch/_numpy/fft.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3764720Z copying torch/_numpy/_funcs_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3786180Z copying torch/_numpy/_funcs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy 2024-12-17T23:47:53.3794640Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3795040Z copying torch/_export/error.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3808210Z copying torch/_export/tools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3815890Z copying torch/_export/converter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3836880Z copying torch/_export/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3844540Z copying torch/_export/pass_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3858120Z copying torch/_export/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3872360Z copying torch/_export/wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3880470Z copying torch/_export/non_strict_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3893910Z copying torch/_export/verifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export 2024-12-17T23:47:53.3908920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/monitor 2024-12-17T23:47:53.3909370Z copying torch/monitor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/monitor 2024-12-17T23:47:53.3918890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch 2024-12-17T23:47:53.3919390Z copying torch/_dispatch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch 2024-12-17T23:47:53.3920460Z copying torch/_dispatch/python.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch 2024-12-17T23:47:53.3930560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.3931050Z copying torch/_subclasses/functional_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.3946460Z copying torch/_subclasses/meta_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.3975060Z copying torch/_subclasses/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.3981960Z copying torch/_subclasses/_fake_tensor_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.3988850Z copying torch/_subclasses/fake_impls.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.4002470Z copying torch/_subclasses/fake_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.4031890Z copying torch/_subclasses/schema_check_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.4039490Z copying torch/_subclasses/fake_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses 2024-12-17T23:47:53.4047600Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/futures 2024-12-17T23:47:53.4047970Z copying torch/futures/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/futures 2024-12-17T23:47:53.4056140Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/linalg 2024-12-17T23:47:53.4056500Z copying torch/linalg/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/linalg 2024-12-17T23:47:53.4088200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-12-17T23:47:53.4088640Z copying torch/_custom_op/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-12-17T23:47:53.4089510Z copying torch/_custom_op/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-12-17T23:47:53.4097480Z copying torch/_custom_op/autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-12-17T23:47:53.4105110Z copying torch/_custom_op/impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op 2024-12-17T23:47:53.4121500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4121850Z copying torch/nn/common_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4130050Z copying torch/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4136960Z copying torch/nn/_reduction.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4144000Z copying torch/nn/cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4155360Z copying torch/nn/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4193770Z copying torch/nn/init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4208280Z copying torch/nn/grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4215080Z copying torch/nn/parameter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:53.4224000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-12-17T23:47:53.4224340Z copying torch/mps/event.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-12-17T23:47:53.4231890Z copying torch/mps/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-12-17T23:47:53.4239120Z copying torch/mps/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mps 2024-12-17T23:47:53.4250830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4251260Z copying torch/onnx/_type_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4259340Z copying torch/onnx/_constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4265880Z copying torch/onnx/symbolic_opset15.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4272930Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4280130Z copying torch/onnx/symbolic_opset7.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4286890Z copying torch/onnx/symbolic_caffe2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4293910Z copying torch/onnx/symbolic_opset11.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4314860Z copying torch/onnx/verification.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4337240Z copying torch/onnx/_flags.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4344700Z copying torch/onnx/symbolic_opset10.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4358950Z copying torch/onnx/symbolic_opset20.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4366810Z copying torch/onnx/symbolic_opset14.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4374210Z copying torch/onnx/_globals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4381180Z copying torch/onnx/symbolic_helper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4410190Z copying torch/onnx/symbolic_opset9.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4450110Z copying torch/onnx/_deprecation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4458720Z copying torch/onnx/_exporter_states.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4465670Z copying torch/onnx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4479450Z copying torch/onnx/symbolic_opset8.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4486580Z copying torch/onnx/symbolic_opset19.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4493750Z copying torch/onnx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4516780Z copying torch/onnx/_experimental.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4524520Z copying torch/onnx/symbolic_opset18.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4531820Z copying torch/onnx/errors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4539630Z copying torch/onnx/symbolic_opset13.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4554950Z copying torch/onnx/operators.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4562220Z copying torch/onnx/symbolic_opset17.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4568840Z copying torch/onnx/symbolic_opset16.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4576400Z copying torch/onnx/symbolic_opset12.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx 2024-12-17T23:47:53.4584190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor 2024-12-17T23:47:53.4584560Z copying torch/_vendor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor 2024-12-17T23:47:53.4586130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cpu 2024-12-17T23:47:53.4586780Z copying torch/cpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu 2024-12-17T23:47:53.4596650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4597090Z copying torch/distributed/_composable_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4605840Z copying torch/distributed/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4613880Z copying torch/distributed/rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4621320Z copying torch/distributed/run.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4636490Z copying torch/distributed/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4651850Z copying torch/distributed/distributed_c10d.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4690510Z copying torch/distributed/argparse_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4698350Z copying torch/distributed/_checkpointable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4704840Z copying torch/distributed/constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4711640Z copying torch/distributed/c10d_logger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4718480Z copying torch/distributed/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4725550Z copying torch/distributed/collective_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4739190Z copying torch/distributed/_functional_collectives.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4754100Z copying torch/distributed/launch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4761750Z copying torch/distributed/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4769430Z copying torch/distributed/remote_device.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4776790Z copying torch/distributed/device_mesh.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4792340Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed 2024-12-17T23:47:53.4802190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4802640Z copying torch/autograd/anomaly_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4809630Z copying torch/autograd/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4823620Z copying torch/autograd/forward_ad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4830680Z copying torch/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4844520Z copying torch/autograd/variable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4851860Z copying torch/autograd/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4872960Z copying torch/autograd/grad_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4880300Z copying torch/autograd/profiler_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4894310Z copying torch/autograd/profiler_legacy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4901630Z copying torch/autograd/gradcheck.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4931510Z copying torch/autograd/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4946770Z copying torch/autograd/function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd 2024-12-17T23:47:53.4963430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.4963830Z copying torch/fx/_pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.4970840Z copying torch/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.4985900Z copying torch/fx/operator_schemas.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5001320Z copying torch/fx/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5008390Z copying torch/fx/proxy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5021970Z copying torch/fx/_lazy_graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5029300Z copying torch/fx/traceback.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5036400Z copying torch/fx/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5057690Z copying torch/fx/tensor_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5065450Z copying torch/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5072820Z copying torch/fx/immutable_collections.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5080210Z copying torch/fx/annotate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5086950Z copying torch/fx/subgraph_rewriter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5094020Z copying torch/fx/interpreter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5108390Z copying torch/fx/_symbolic_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5130460Z copying torch/fx/node.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5144310Z copying torch/fx/_compatibility.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5151280Z copying torch/fx/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx 2024-12-17T23:47:53.5159590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common 2024-12-17T23:47:53.5160010Z copying torch/_prims_common/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common 2024-12-17T23:47:53.5182070Z copying torch/_prims_common/wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common 2024-12-17T23:47:53.5198080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5198530Z copying torch/multiprocessing/queue.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5204730Z copying torch/multiprocessing/_atfork.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5211930Z copying torch/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5219640Z copying torch/multiprocessing/spawn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5227530Z copying torch/multiprocessing/reductions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5242240Z copying torch/multiprocessing/pool.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing 2024-12-17T23:47:53.5252710Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5253070Z copying torch/cuda/gds.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5260690Z copying torch/cuda/streams.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5267760Z copying torch/cuda/error.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5268440Z copying torch/cuda/comm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5275580Z copying torch/cuda/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5290320Z copying torch/cuda/jiterator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5298550Z copying torch/cuda/nccl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5305300Z copying torch/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5328900Z copying torch/cuda/_gpu_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5335880Z copying torch/cuda/_sanitizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5349770Z copying torch/cuda/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5356780Z copying torch/cuda/_memory_viz.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5372570Z copying torch/cuda/tunable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5384710Z copying torch/cuda/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5392220Z copying torch/cuda/nvtx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5399100Z copying torch/cuda/graphs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5413590Z copying torch/cuda/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5420700Z copying torch/cuda/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda 2024-12-17T23:47:53.5428660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends 2024-12-17T23:47:53.5429040Z copying torch/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends 2024-12-17T23:47:53.5437130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-12-17T23:47:53.5437570Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-12-17T23:47:53.5445350Z copying torch/_decomp/decompositions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-12-17T23:47:53.5483500Z copying torch/_decomp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-12-17T23:47:53.5499270Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp 2024-12-17T23:47:53.5508550Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5508900Z copying torch/xpu/streams.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5517050Z copying torch/xpu/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5523960Z copying torch/xpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5537180Z copying torch/xpu/_gpu_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5544040Z copying torch/xpu/random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5550090Z copying torch/xpu/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/xpu 2024-12-17T23:47:53.5558110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-12-17T23:47:53.5558580Z copying torch/masked/_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-12-17T23:47:53.5580260Z copying torch/masked/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-12-17T23:47:53.5587550Z copying torch/masked/_docs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked 2024-12-17T23:47:53.5612080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5612460Z copying torch/optim/lr_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5641170Z copying torch/optim/rmsprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5655940Z copying torch/optim/_adafactor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5669480Z copying torch/optim/sparse_adam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5676670Z copying torch/optim/rprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5690900Z copying torch/optim/sgd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5705700Z copying torch/optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5713150Z copying torch/optim/adamax.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5726750Z copying torch/optim/adagrad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5740050Z copying torch/optim/adamw.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5754070Z copying torch/optim/swa_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5767990Z copying torch/optim/lbfgs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5782110Z copying torch/optim/radam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5798080Z copying torch/optim/adam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5811620Z copying torch/optim/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5826320Z copying torch/optim/nadam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5841650Z copying torch/optim/asgd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5849870Z copying torch/optim/_functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5856690Z copying torch/optim/adadelta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim 2024-12-17T23:47:53.5877990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5878410Z copying torch/_inductor/dtype_propagation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5885690Z copying torch/_inductor/cudagraph_trees.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5915590Z copying torch/_inductor/select_algorithm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5939530Z copying torch/_inductor/ops_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5955620Z copying torch/_inductor/metrics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5964190Z copying torch/_inductor/codecache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.5994670Z copying torch/_inductor/mock_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6002810Z copying torch/_inductor/optimize_indexing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6010470Z copying torch/_inductor/hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6017820Z copying torch/_inductor/cpp_builder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6038960Z copying torch/_inductor/cpu_vec_isa.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6046220Z copying torch/_inductor/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6067820Z copying torch/_inductor/comms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6081950Z copying torch/_inductor/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6095460Z copying torch/_inductor/mkldnn_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6110770Z copying torch/_inductor/async_compile.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6119380Z copying torch/_inductor/pattern_matcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6144390Z copying torch/_inductor/quantized_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6152270Z copying torch/_inductor/triton_bundler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6158800Z copying torch/_inductor/aoti_eager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6166470Z copying torch/_inductor/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6195790Z copying torch/_inductor/lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6233160Z copying torch/_inductor/jagged_lowerings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6240550Z copying torch/_inductor/test_operators.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6247170Z copying torch/_inductor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6254010Z copying torch/_inductor/compile_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6275640Z copying torch/_inductor/cudagraph_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6283460Z copying torch/_inductor/sizevars.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6297770Z copying torch/_inductor/ir.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6336970Z copying torch/_inductor/index_propagation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6344710Z copying torch/_inductor/constant_folding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6351960Z copying torch/_inductor/inductor_prims.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6359390Z copying torch/_inductor/virtualized.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6366290Z copying torch/_inductor/test_case.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6373600Z copying torch/_inductor/autotune_process.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6389510Z copying torch/_inductor/exc.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6397120Z copying torch/_inductor/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6423520Z copying torch/_inductor/debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6437570Z copying torch/_inductor/comm_lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6445110Z copying torch/_inductor/decomposition.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6457860Z copying torch/_inductor/fx_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6465180Z copying torch/_inductor/scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6502150Z copying torch/_inductor/mkldnn_ir.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6519130Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6526960Z copying torch/_inductor/choices.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6534360Z copying torch/_inductor/remote_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6541480Z copying torch/_inductor/comm_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6549480Z copying torch/_inductor/compiler_bisector.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6563510Z copying torch/_inductor/extern_node_serializer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6570750Z copying torch/_inductor/bounds.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6577430Z copying torch/_inductor/output_code.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6591590Z copying torch/_inductor/custom_graph_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6599130Z copying torch/_inductor/freezing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6607310Z copying torch/_inductor/dependencies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6622290Z copying torch/_inductor/loop_body.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6635090Z copying torch/_inductor/subgraph_lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor 2024-12-17T23:47:53.6647840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6648210Z copying torch/utils/_pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6669460Z copying torch/utils/_foreach_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6676490Z copying torch/utils/hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6684150Z copying torch/utils/_traceback.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6691950Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6699040Z copying torch/utils/_mode_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6706890Z copying torch/utils/checkpoint.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6728700Z copying torch/utils/show_pickle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6737180Z copying torch/utils/deterministic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6745060Z copying torch/utils/file_baton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6752890Z copying torch/utils/_freeze.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6760490Z copying torch/utils/backend_registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6774560Z copying torch/utils/module_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6780890Z copying torch/utils/model_zoo.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6787660Z copying torch/utils/_zip.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6794170Z copying torch/utils/collect_env.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6807290Z copying torch/utils/throughput_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6813840Z copying torch/utils/dlpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6821290Z copying torch/utils/_cxx_pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6836290Z copying torch/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6843350Z copying torch/utils/_import_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6850180Z copying torch/utils/bundled_inputs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6863920Z copying torch/utils/mkldnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6870860Z copying torch/utils/cpp_backtrace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6877100Z copying torch/utils/_contextlib.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6884360Z copying torch/utils/_python_dispatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6899820Z copying torch/utils/_exposed_in.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6907640Z copying torch/utils/_thunk.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6914490Z copying torch/utils/_config_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6928760Z copying torch/utils/_device.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6936630Z copying torch/utils/flop_counter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6954240Z copying torch/utils/_typing_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6961640Z copying torch/utils/_stats.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.6969320Z copying torch/utils/cpp_extension.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7000780Z copying torch/utils/_backport_slots.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7007830Z copying torch/utils/_get_clean_triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7014960Z copying torch/utils/_triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7022440Z copying torch/utils/_content_store.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7029530Z copying torch/utils/_ordered_set.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7036270Z copying torch/utils/weak.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7043130Z copying torch/utils/mobile_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:53.7051980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/contrib 2024-12-17T23:47:53.7052340Z copying torch/contrib/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/contrib 2024-12-17T23:47:53.7053180Z copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/contrib 2024-12-17T23:47:53.7063010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7063450Z copying torch/quantization/observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7070450Z copying torch/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7077110Z copying torch/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7084150Z copying torch/quantization/quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7091400Z copying torch/quantization/_numeric_suite.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7098850Z copying torch/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7106030Z copying torch/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7112860Z copying torch/quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7120740Z copying torch/quantization/_quantized_conversions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7127380Z copying torch/quantization/stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7133990Z copying torch/quantization/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7140930Z copying torch/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7147580Z copying torch/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7154830Z copying torch/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7161150Z copying torch/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7167800Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization 2024-12-17T23:47:53.7175180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/special 2024-12-17T23:47:53.7175550Z copying torch/special/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/special 2024-12-17T23:47:53.7194400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-12-17T23:47:53.7194770Z copying torch/testing/_creation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-12-17T23:47:53.7203830Z copying torch/testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-12-17T23:47:53.7210400Z copying torch/testing/_comparison.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-12-17T23:47:53.7232100Z copying torch/testing/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing 2024-12-17T23:47:53.7241570Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7241940Z copying torch/_library/triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7250230Z copying torch/_library/infer_schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7257890Z copying torch/_library/simple_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7264880Z copying torch/_library/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7279950Z copying torch/_library/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7287170Z copying torch/_library/fake_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7294720Z copying torch/_library/autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7301720Z copying torch/_library/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7317120Z copying torch/_library/fake_class_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_library 2024-12-17T23:47:53.7324180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator 2024-12-17T23:47:53.7324580Z copying torch/accelerator/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator 2024-12-17T23:47:53.7331620Z copying torch/accelerator/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator 2024-12-17T23:47:53.7339810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-12-17T23:47:53.7340170Z copying torch/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-12-17T23:47:53.7354430Z copying torch/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-12-17T23:47:53.7368870Z copying torch/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/amp 2024-12-17T23:47:53.7379710Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7380050Z copying torch/jit/_ir_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7387280Z copying torch/jit/_monkeytype_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7394220Z copying torch/jit/_decompositions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7401310Z copying torch/jit/_recursive.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7418180Z copying torch/jit/_logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7426020Z copying torch/jit/_serialization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7433250Z copying torch/jit/quantized.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7440080Z copying torch/jit/_script.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7463230Z copying torch/jit/_shape_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7477380Z copying torch/jit/_decomposition_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7484360Z copying torch/jit/_freeze.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7491830Z copying torch/jit/_pickle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7499310Z copying torch/jit/_check.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7506720Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7513560Z copying torch/jit/frontend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7528420Z copying torch/jit/supported_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7537070Z copying torch/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7545060Z copying torch/jit/_fuser.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7552540Z copying torch/jit/_builtins.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7559370Z copying torch/jit/_dataclass_impls.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7566760Z copying torch/jit/_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7588170Z copying torch/jit/generate_bytecode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7597730Z copying torch/jit/_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7606440Z copying torch/jit/_async.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7612870Z copying torch/jit/annotations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7627370Z copying torch/jit/_await.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:53.7640890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7641280Z copying torch/_dynamo/cache_size.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7655450Z copying torch/_dynamo/callback.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7663500Z copying torch/_dynamo/comptime.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7670170Z copying torch/_dynamo/logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7682610Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7690720Z copying torch/_dynamo/hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7698130Z copying torch/_dynamo/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7710780Z copying torch/_dynamo/guards.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7741030Z copying torch/_dynamo/test_minifier_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7749910Z copying torch/_dynamo/create_parameter_op.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7757640Z copying torch/_dynamo/graph_region_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7765890Z copying torch/_dynamo/device_interface.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7773180Z copying torch/_dynamo/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7780490Z copying torch/_dynamo/mutation_guard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7787350Z copying torch/_dynamo/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7794610Z copying torch/_dynamo/metrics_context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7805010Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7813960Z copying torch/_dynamo/tensor_version_op.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7821560Z copying torch/_dynamo/external_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7829360Z copying torch/_dynamo/test_case.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7836640Z copying torch/_dynamo/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7843400Z copying torch/_dynamo/resume_execution.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7858520Z copying torch/_dynamo/output_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7888120Z copying torch/_dynamo/compiled_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7902210Z copying torch/_dynamo/exc.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7910240Z copying torch/_dynamo/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7942240Z copying torch/_dynamo/replay_record.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7950340Z copying torch/_dynamo/side_effects.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7966010Z copying torch/_dynamo/trace_rules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.7995620Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8017010Z copying torch/_dynamo/convert_frame.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8042860Z copying torch/_dynamo/funcname_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8050360Z copying torch/_dynamo/testing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8058510Z copying torch/_dynamo/pgo.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8074440Z copying torch/_dynamo/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8080890Z copying torch/_dynamo/symbolic_convert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8109930Z copying torch/_dynamo/codegen.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8123410Z copying torch/_dynamo/source.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8136570Z copying torch/_dynamo/eval_frame.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8169260Z copying torch/_dynamo/code_context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8177670Z copying torch/_dynamo/graph_deduplication.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8184380Z copying torch/_dynamo/current_scope_id.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8190860Z copying torch/_dynamo/debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8203710Z copying torch/_dynamo/decorators.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo 2024-12-17T23:47:53.8217920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8218410Z copying torch/_lazy/metrics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8225420Z copying torch/_lazy/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8232550Z copying torch/_lazy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8239220Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8245350Z copying torch/_lazy/debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8251400Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8257660Z copying torch/_lazy/ir_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8264020Z copying torch/_lazy/ts_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8270410Z copying torch/_lazy/computation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8276460Z copying torch/_lazy/closure.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8282110Z copying torch/_lazy/device_context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy 2024-12-17T23:47:53.8288730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao 2024-12-17T23:47:53.8289160Z copying torch/ao/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao 2024-12-17T23:47:53.8302870Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-12-17T23:47:53.8303270Z copying torch/mtia/memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-12-17T23:47:53.8313550Z copying torch/mtia/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-12-17T23:47:53.8320180Z copying torch/mtia/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/mtia 2024-12-17T23:47:53.8327490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-12-17T23:47:53.8327930Z copying torch/_refs/_conversions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-12-17T23:47:53.8334040Z copying torch/_refs/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-12-17T23:47:53.8371010Z copying torch/_refs/fft.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs 2024-12-17T23:47:53.8386710Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fft 2024-12-17T23:47:53.8387080Z copying torch/fft/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fft 2024-12-17T23:47:53.8412040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8412450Z copying torch/profiler/_memory_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8431100Z copying torch/profiler/itt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8439430Z copying torch/profiler/_pattern_matcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8452050Z copying torch/profiler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8458690Z copying torch/profiler/profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8472430Z copying torch/profiler/python_tracer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8479440Z copying torch/profiler/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/profiler 2024-12-17T23:47:53.8487710Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8488310Z copying torch/sparse/_semi_structured_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8496620Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8504480Z copying torch/sparse/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8518940Z copying torch/sparse/semi_structured.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8533580Z copying torch/sparse/_triton_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8561710Z copying torch/sparse/_triton_ops_meta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/sparse 2024-12-17T23:47:53.8620610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_awaits 2024-12-17T23:47:53.8620980Z copying torch/_awaits/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_awaits 2024-12-17T23:47:53.8630450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8630850Z copying torch/export/_safeguard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8638690Z copying torch/export/exported_program.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8658670Z copying torch/export/unflatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8680690Z copying torch/export/custom_obj.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8688260Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8695690Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8703520Z copying torch/export/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8717360Z copying torch/export/_unlift.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8724870Z copying torch/export/_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8747220Z copying torch/export/graph_signature.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8761400Z copying torch/export/decomp_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8768640Z copying torch/export/_swap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8782240Z copying torch/export/_draft_export.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8788930Z copying torch/export/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8803780Z copying torch/export/_tree_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export 2024-12-17T23:47:53.8812590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nested 2024-12-17T23:47:53.8813020Z copying torch/nested/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested 2024-12-17T23:47:53.8828110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-12-17T23:47:53.8828680Z copying torch/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-12-17T23:47:53.8837180Z copying torch/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-12-17T23:47:53.8837970Z copying torch/_strobelight/compile_time_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight 2024-12-17T23:47:53.8846270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/compiler 2024-12-17T23:47:53.8846840Z copying torch/compiler/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/compiler 2024-12-17T23:47:53.8853370Z copying torch/compiler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/compiler 2024-12-17T23:47:53.8861860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/signal 2024-12-17T23:47:53.8862240Z copying torch/signal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/signal 2024-12-17T23:47:53.8876360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8876810Z copying torch/distributions/inverse_gamma.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8891510Z copying torch/distributions/laplace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8898320Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8912340Z copying torch/distributions/categorical.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8919620Z copying torch/distributions/transforms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8934610Z copying torch/distributions/dirichlet.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8942480Z copying torch/distributions/log_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8949850Z copying torch/distributions/transformed_distribution.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8957330Z copying torch/distributions/geometric.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8964070Z copying torch/distributions/weibull.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8971450Z copying torch/distributions/studentT.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8978650Z copying torch/distributions/multivariate_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8986200Z copying torch/distributions/normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.8993600Z copying torch/distributions/poisson.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9000690Z copying torch/distributions/beta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9008150Z copying torch/distributions/kumaraswamy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9016370Z copying torch/distributions/half_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9022480Z copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9029880Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9037630Z copying torch/distributions/half_cauchy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9045250Z copying torch/distributions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9052520Z copying torch/distributions/lkj_cholesky.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9060660Z copying torch/distributions/independent.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9067490Z copying torch/distributions/multinomial.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9074730Z copying torch/distributions/exponential.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9081940Z copying torch/distributions/pareto.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9089540Z copying torch/distributions/negative_binomial.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9096940Z copying torch/distributions/cauchy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9104590Z copying torch/distributions/von_mises.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9112210Z copying torch/distributions/distribution.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9121030Z copying torch/distributions/gumbel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9128920Z copying torch/distributions/constraint_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9136370Z copying torch/distributions/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9143790Z copying torch/distributions/kl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9159030Z copying torch/distributions/mixture_same_family.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9166220Z copying torch/distributions/continuous_bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9174220Z copying torch/distributions/fishersnedecor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9182180Z copying torch/distributions/constraints.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9196050Z copying torch/distributions/uniform.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9203390Z copying torch/distributions/bernoulli.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9212000Z copying torch/distributions/exp_family.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9220330Z copying torch/distributions/logistic_normal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9226940Z copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9235080Z copying torch/distributions/wishart.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9243440Z copying torch/distributions/gamma.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9250690Z copying torch/distributions/chi2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9258140Z copying torch/distributions/binomial.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributions 2024-12-17T23:47:53.9267830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9268240Z copying torch/package/package_exporter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9290710Z copying torch/package/file_structure_representation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9297840Z copying torch/package/_mock.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9304660Z copying torch/package/importer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9311830Z copying torch/package/_stdlib.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9319500Z copying torch/package/_mangling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9327130Z copying torch/package/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9333920Z copying torch/package/package_importer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9349300Z copying torch/package/_package_unpickler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9356540Z copying torch/package/glob_group.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9363820Z copying torch/package/find_file_dependencies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9371460Z copying torch/package/_package_pickler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9378430Z copying torch/package/_importlib.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9385560Z copying torch/package/_directory_reader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9392400Z copying torch/package/_digraph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package 2024-12-17T23:47:53.9399860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/func 2024-12-17T23:47:53.9400210Z copying torch/func/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/func 2024-12-17T23:47:53.9408690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_activation_checkpointing 2024-12-17T23:47:53.9409290Z copying torch/_functorch/_activation_checkpointing/knapsack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_activation_checkpointing 2024-12-17T23:47:53.9416970Z copying torch/_functorch/_activation_checkpointing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_activation_checkpointing 2024-12-17T23:47:53.9427110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9427650Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9442490Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9472790Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9481480Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9489480Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9503590Z copying torch/_functorch/_aot_autograd/autograd_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9518120Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9534470Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9550590Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9566260Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9581150Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9595670Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9611180Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9622300Z copying torch/_functorch/_aot_autograd/subclass_parametrization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd 2024-12-17T23:47:53.9633040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing 2024-12-17T23:47:53.9633470Z copying torch/_numpy/testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing 2024-12-17T23:47:53.9640460Z copying torch/_numpy/testing/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing 2024-12-17T23:47:53.9663800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-12-17T23:47:53.9664260Z copying torch/_export/pass_infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-12-17T23:47:53.9665280Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-12-17T23:47:53.9672750Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra 2024-12-17T23:47:53.9682390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9682870Z copying torch/_export/passes/insert_custom_op_guards.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9689740Z copying torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9704390Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9711970Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9719000Z copying torch/_export/passes/replace_with_hop_pass_util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9726170Z copying torch/_export/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9733090Z copying torch/_export/passes/_node_metadata_hook.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9740680Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9748460Z copying torch/_export/passes/constant_folding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9757290Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9765640Z copying torch/_export/passes/replace_autocast_with_hop_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9773110Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9782790Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9792400Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes 2024-12-17T23:47:53.9800420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-12-17T23:47:53.9800890Z copying torch/_export/db/logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-12-17T23:47:53.9808320Z copying torch/_export/db/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-12-17T23:47:53.9815100Z copying torch/_export/db/gen_example.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-12-17T23:47:53.9822250Z copying torch/_export/db/case.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db 2024-12-17T23:47:53.9831100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9831540Z copying torch/_export/serde/serialize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9862370Z copying torch/_export/serde/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9863050Z copying torch/_export/serde/schema_check.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9878430Z copying torch/_export/serde/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9885520Z copying torch/_export/serde/union.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9892660Z copying torch/_export/serde/schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9900420Z copying torch/_export/serde/aoti_schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:53.9912820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9913300Z copying torch/_export/db/examples/list_unpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9926680Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9933260Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9940120Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9953200Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9961070Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9967960Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9975930Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9982640Z copying torch/_export/db/examples/autograd_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9990180Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:53.9997090Z copying torch/_export/db/examples/cond_operands.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0003860Z copying torch/_export/db/examples/decorator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0011260Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0018650Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0025630Z copying torch/_export/db/examples/nested_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0032700Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0040060Z copying torch/_export/db/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0047860Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0055420Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0062630Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0069790Z copying torch/_export/db/examples/class_method.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0076830Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0083790Z copying torch/_export/db/examples/scalar_output.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0091550Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0098180Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0104940Z copying torch/_export/db/examples/unsupported_operator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0111620Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0118740Z copying torch/_export/db/examples/optional_input.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0126220Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0134290Z copying torch/_export/db/examples/static_if.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0142030Z copying torch/_export/db/examples/dictionary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0148870Z copying torch/_export/db/examples/list_contains.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0159140Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0168360Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0175390Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0183470Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0190100Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples 2024-12-17T23:47:54.0197980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-12-17T23:47:54.0198420Z copying torch/nn/attention/bias.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-12-17T23:47:54.0205680Z copying torch/nn/attention/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-12-17T23:47:54.0212890Z copying torch/nn/attention/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-12-17T23:47:54.0234590Z copying torch/nn/attention/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention 2024-12-17T23:47:54.0243090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0243520Z copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0250770Z copying torch/nn/parallel/comm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0258410Z copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0265880Z copying torch/nn/parallel/replicate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0272460Z copying torch/nn/parallel/_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0279190Z copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0286970Z copying torch/nn/parallel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0295020Z copying torch/nn/parallel/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel 2024-12-17T23:47:54.0325150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat 2024-12-17T23:47:54.0325510Z copying torch/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat 2024-12-17T23:47:54.0334000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized 2024-12-17T23:47:54.0334410Z copying torch/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized 2024-12-17T23:47:54.0341400Z copying torch/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized 2024-12-17T23:47:54.0349630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends 2024-12-17T23:47:54.0350020Z copying torch/nn/backends/thnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends 2024-12-17T23:47:54.0357270Z copying torch/nn/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends 2024-12-17T23:47:54.0360650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0361070Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0368800Z copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0376550Z copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0384520Z copying torch/nn/utils/stateless.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0391810Z copying torch/nn/utils/parametrize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0406630Z copying torch/nn/utils/memory_format.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0414200Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0420880Z copying torch/nn/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0428140Z copying torch/nn/utils/weight_norm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0435990Z copying torch/nn/utils/fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0444110Z copying torch/nn/utils/prune.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0466100Z copying torch/nn/utils/parametrizations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0480390Z copying torch/nn/utils/init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0487130Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0494230Z copying torch/nn/utils/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0511590Z copying torch/nn/utils/clip_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils 2024-12-17T23:47:54.0520260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable 2024-12-17T23:47:54.0520700Z copying torch/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable 2024-12-17T23:47:54.0529550Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic 2024-12-17T23:47:54.0529970Z copying torch/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic 2024-12-17T23:47:54.0540740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0541150Z copying torch/nn/modules/upsampling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0549010Z copying torch/nn/modules/channelshuffle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0564680Z copying torch/nn/modules/instancenorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0580660Z copying torch/nn/modules/flatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0588660Z copying torch/nn/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0603770Z copying torch/nn/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0611460Z copying torch/nn/modules/_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0619130Z copying torch/nn/modules/pooling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0640950Z copying torch/nn/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0648960Z copying torch/nn/modules/distance.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0655780Z copying torch/nn/modules/container.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0669360Z copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0676340Z copying torch/nn/modules/adaptive.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0684390Z copying torch/nn/modules/loss.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0720530Z copying torch/nn/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0744960Z copying torch/nn/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0752870Z copying torch/nn/modules/transformer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0766400Z copying torch/nn/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0779540Z copying torch/nn/modules/module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0811020Z copying torch/nn/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0819630Z copying torch/nn/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0842900Z copying torch/nn/modules/lazy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0850850Z copying torch/nn/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0858630Z copying torch/nn/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0879010Z copying torch/nn/modules/padding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0894590Z copying torch/nn/modules/fold.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules 2024-12-17T23:47:54.0903290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental 2024-12-17T23:47:54.0903820Z copying torch/nn/attention/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental 2024-12-17T23:47:54.0910360Z copying torch/nn/attention/experimental/_paged_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental 2024-12-17T23:47:54.0917290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic 2024-12-17T23:47:54.0917780Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic 2024-12-17T23:47:54.0925160Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-12-17T23:47:54.0925590Z copying torch/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-12-17T23:47:54.0932210Z copying torch/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-12-17T23:47:54.0938960Z copying torch/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-12-17T23:47:54.0946060Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules 2024-12-17T23:47:54.0952660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules 2024-12-17T23:47:54.0953160Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules 2024-12-17T23:47:54.0959210Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules 2024-12-17T23:47:54.0965630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference 2024-12-17T23:47:54.0966120Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference 2024-12-17T23:47:54.0973200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic 2024-12-17T23:47:54.0973670Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic 2024-12-17T23:47:54.0982370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.0982860Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.0990270Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.0997530Z copying torch/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1004380Z copying torch/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1011410Z copying torch/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1018940Z copying torch/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1026360Z copying torch/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1033260Z copying torch/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1040350Z copying torch/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1046930Z copying torch/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1053570Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules 2024-12-17T23:47:54.1061000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1061560Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1068300Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1075420Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1082040Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1089350Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1096010Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules 2024-12-17T23:47:54.1104950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-12-17T23:47:54.1105490Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-12-17T23:47:54.1113250Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-12-17T23:47:54.1119900Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-12-17T23:47:54.1127030Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules 2024-12-17T23:47:54.1135820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1136420Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1143620Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1150680Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1157910Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1164780Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1172350Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1180510Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1188270Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1195270Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1202700Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights 2024-12-17T23:47:54.1211020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-12-17T23:47:54.1211600Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-12-17T23:47:54.1219040Z copying torch/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-12-17T23:47:54.1226630Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules 2024-12-17T23:47:54.1234830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat 2024-12-17T23:47:54.1235280Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat 2024-12-17T23:47:54.1243450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized 2024-12-17T23:47:54.1243970Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized 2024-12-17T23:47:54.1252680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules 2024-12-17T23:47:54.1253210Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules 2024-12-17T23:47:54.1261780Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules 2024-12-17T23:47:54.1271130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-12-17T23:47:54.1271640Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-12-17T23:47:54.1279870Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-12-17T23:47:54.1287590Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-12-17T23:47:54.1294850Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules 2024-12-17T23:47:54.1304060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic 2024-12-17T23:47:54.1304760Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic 2024-12-17T23:47:54.1313460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-12-17T23:47:54.1314010Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-12-17T23:47:54.1326440Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-12-17T23:47:54.1328080Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-12-17T23:47:54.1335520Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules 2024-12-17T23:47:54.1344810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:47:54.1345440Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:47:54.1353820Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:47:54.1362880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1363380Z copying torch/onnx/_internal/registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1371880Z copying torch/onnx/_internal/io_adapter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1387340Z copying torch/onnx/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1388080Z copying torch/onnx/_internal/_lazy_import.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1395140Z copying torch/onnx/_internal/_exporter_legacy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1410990Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1432970Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1440530Z copying torch/onnx/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal 2024-12-17T23:47:54.1450230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1450700Z copying torch/onnx/_internal/fx/registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1458640Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1466290Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1481090Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1489060Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1496700Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1503810Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1510920Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1517500Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1524600Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1532300Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1540080Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1554510Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx 2024-12-17T23:47:54.1564080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-12-17T23:47:54.1564590Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-12-17T23:47:54.1579930Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-12-17T23:47:54.1588100Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics 2024-12-17T23:47:54.1598760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1599260Z copying torch/onnx/_internal/exporter/_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1607190Z copying torch/onnx/_internal/exporter/_errors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1615170Z copying torch/onnx/_internal/exporter/_capture_strategies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1623440Z copying torch/onnx/_internal/exporter/_tensors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1631690Z copying torch/onnx/_internal/exporter/_dispatching.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1639890Z copying torch/onnx/_internal/exporter/_isolated.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1646770Z copying torch/onnx/_internal/exporter/_decomp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1653710Z copying torch/onnx/_internal/exporter/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1654490Z copying torch/onnx/_internal/exporter/_onnx_program.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1662430Z copying torch/onnx/_internal/exporter/_building.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1677600Z copying torch/onnx/_internal/exporter/_schemas.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1692080Z copying torch/onnx/_internal/exporter/_core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1716930Z copying torch/onnx/_internal/exporter/_verification.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1725340Z copying torch/onnx/_internal/exporter/_reporting.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1733340Z copying torch/onnx/_internal/exporter/_registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1742460Z copying torch/onnx/_internal/exporter/_testing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1753940Z copying torch/onnx/_internal/exporter/_compat.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1763910Z copying torch/onnx/_internal/exporter/_ir_passes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1771550Z copying torch/onnx/_internal/exporter/_fx_passes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter 2024-12-17T23:47:54.1780620Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis 2024-12-17T23:47:54.1781120Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis 2024-12-17T23:47:54.1788700Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis 2024-12-17T23:47:54.1796820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1797340Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1805140Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1819190Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1826580Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1832750Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1839900Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1846720Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1872600Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes 2024-12-17T23:47:54.1880920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1881550Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1888150Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1896210Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1902470Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1910190Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1917210Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:47:54.1931210Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1931880Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1945460Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1958190Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1965440Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1972540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1980610Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.1995270Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2003080Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2010830Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2019060Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2025790Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2032010Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2039850Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2047620Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2055430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2063510Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2070610Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2077940Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2084920Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2092720Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2101150Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2108720Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2116630Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2125360Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2132760Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2139340Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2146330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2153400Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2160440Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2167260Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2174710Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2182840Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2190220Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2197040Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2204670Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2211770Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2220120Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2227120Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2234010Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2243650Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2252840Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2259680Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2266620Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2274120Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2280930Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2288220Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2296330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2304690Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2312340Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2318600Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2325350Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2332730Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2340170Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2347770Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2355430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:47:54.2364270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib 2024-12-17T23:47:54.2364860Z copying torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib 2024-12-17T23:47:54.2372920Z copying torch/onnx/_internal/exporter/_torchlib/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib 2024-12-17T23:47:54.2381170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/ops 2024-12-17T23:47:54.2381860Z copying torch/onnx/_internal/exporter/_torchlib/ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/ops 2024-12-17T23:47:54.2388640Z copying torch/onnx/_internal/exporter/_torchlib/ops/hop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/ops 2024-12-17T23:47:54.2396090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-12-17T23:47:54.2396620Z copying torch/_vendor/packaging/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-12-17T23:47:54.2406370Z copying torch/_vendor/packaging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-12-17T23:47:54.2415640Z copying torch/_vendor/packaging/_structures.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging 2024-12-17T23:47:54.2423280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-12-17T23:47:54.2423710Z copying torch/cpu/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-12-17T23:47:54.2430610Z copying torch/cpu/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-12-17T23:47:54.2437900Z copying torch/cpu/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp 2024-12-17T23:47:54.2446270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-12-17T23:47:54.2446810Z copying torch/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-12-17T23:47:54.2453790Z copying torch/distributed/_tensor/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-12-17T23:47:54.2461090Z copying torch/distributed/_tensor/placement_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor 2024-12-17T23:47:54.2468990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharding_spec 2024-12-17T23:47:54.2469510Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharding_spec 2024-12-17T23:47:54.2477350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher 2024-12-17T23:47:54.2477830Z copying torch/distributed/launcher/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher 2024-12-17T23:47:54.2484630Z copying torch/distributed/launcher/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher 2024-12-17T23:47:54.2495600Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2496120Z copying torch/distributed/checkpoint/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2503860Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2511280Z copying torch/distributed/checkpoint/planner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2519860Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2528400Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2556220Z copying torch/distributed/checkpoint/metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2565570Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2572190Z copying torch/distributed/checkpoint/_version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2578990Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2585520Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2592500Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2599320Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2613160Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2620700Z copying torch/distributed/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2627780Z copying torch/distributed/checkpoint/logger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2634160Z copying torch/distributed/checkpoint/resharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2641960Z copying torch/distributed/checkpoint/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2650140Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2656670Z copying torch/distributed/checkpoint/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2664160Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2677160Z copying torch/distributed/checkpoint/storage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2683930Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2691160Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2698990Z copying torch/distributed/checkpoint/staging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2706000Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2712720Z copying torch/distributed/checkpoint/stateful.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2719330Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2726810Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint 2024-12-17T23:47:54.2734660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharded_tensor 2024-12-17T23:47:54.2735180Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharded_tensor 2024-12-17T23:47:54.2743850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn 2024-12-17T23:47:54.2744280Z copying torch/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn 2024-12-17T23:47:54.2752820Z copying torch/distributed/nn/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn 2024-12-17T23:47:54.2761650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic 2024-12-17T23:47:54.2762120Z copying torch/distributed/elastic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic 2024-12-17T23:47:54.2769950Z copying torch/distributed/elastic/control_plane.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic 2024-12-17T23:47:54.2777830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/autograd 2024-12-17T23:47:54.2778310Z copying torch/distributed/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/autograd 2024-12-17T23:47:54.2787660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2788140Z copying torch/distributed/pipelining/_IR.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2803810Z copying torch/distributed/pipelining/_unflatten.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2811810Z copying torch/distributed/pipelining/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2819050Z copying torch/distributed/pipelining/microbatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2826740Z copying torch/distributed/pipelining/_backward.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2835010Z copying torch/distributed/pipelining/_debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2842780Z copying torch/distributed/pipelining/stage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2872900Z copying torch/distributed/pipelining/schedules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2900830Z copying torch/distributed/pipelining/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining 2024-12-17T23:47:54.2908830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms 2024-12-17T23:47:54.2909320Z copying torch/distributed/algorithms/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms 2024-12-17T23:47:54.2916790Z copying torch/distributed/algorithms/join.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms 2024-12-17T23:47:54.2927630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2928120Z copying torch/distributed/optim/_deprecation_warning.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2936800Z copying torch/distributed/optim/named_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2946440Z copying torch/distributed/optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2955620Z copying torch/distributed/optim/functional_sgd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2963150Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2972330Z copying torch/distributed/optim/functional_adamw.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2981950Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.2991300Z copying torch/distributed/optim/functional_adam.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3001130Z copying torch/distributed/optim/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3010090Z copying torch/distributed/optim/functional_rprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3016510Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3023620Z copying torch/distributed/optim/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3031420Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3041340Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3050500Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3071910Z copying torch/distributed/optim/functional_adamax.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:54.3082240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-12-17T23:47:54.3082760Z copying torch/distributed/_composable/replicate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-12-17T23:47:54.3091950Z copying torch/distributed/_composable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-12-17T23:47:54.3099980Z copying torch/distributed/_composable/contract.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-12-17T23:47:54.3107060Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable 2024-12-17T23:47:54.3115400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3115900Z copying torch/distributed/_tools/mem_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3138190Z copying torch/distributed/_tools/ilp_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3148590Z copying torch/distributed/_tools/runtime_estimator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3164110Z copying torch/distributed/_tools/fsdp2_mem_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3181440Z copying torch/distributed/_tools/sac_estimator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3195460Z copying torch/distributed/_tools/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3202970Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3213330Z copying torch/distributed/_tools/sac_ilp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3221330Z copying torch/distributed/_tools/mod_tracker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools 2024-12-17T23:47:54.3230570Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3231090Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3238980Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3245690Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3258610Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3275700Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3311710Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3321510Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3350140Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3356820Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3367840Z copying torch/distributed/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3373690Z copying torch/distributed/fsdp/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3392760Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3399850Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3405460Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3419030Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3420770Z copying torch/distributed/fsdp/wrap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3438010Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3460170Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3466790Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3478890Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3484960Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp 2024-12-17T23:47:54.3513310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3513770Z copying torch/distributed/_shard/metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3522120Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3531650Z copying torch/distributed/_shard/sharder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3539600Z copying torch/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3546700Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3553210Z copying torch/distributed/_shard/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3561050Z copying torch/distributed/_shard/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard 2024-12-17T23:47:54.3568930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_symmetric_memory 2024-12-17T23:47:54.3569470Z copying torch/distributed/_symmetric_memory/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_symmetric_memory 2024-12-17T23:47:54.3592450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3592930Z copying torch/distributed/tensor/_shards_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3600380Z copying torch/distributed/tensor/_redistribute.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3608990Z copying torch/distributed/tensor/_sharding_prop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3621950Z copying torch/distributed/tensor/_collective_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3630280Z copying torch/distributed/tensor/_api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3654060Z copying torch/distributed/tensor/_dtensor_spec.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3665220Z copying torch/distributed/tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3674150Z copying torch/distributed/tensor/_dispatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3689620Z copying torch/distributed/tensor/_random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3697850Z copying torch/distributed/tensor/_op_schema.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3711510Z copying torch/distributed/tensor/placement_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3723680Z copying torch/distributed/tensor/_tp_conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3730230Z copying torch/distributed/tensor/device_mesh.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3736920Z copying torch/distributed/tensor/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor 2024-12-17T23:47:54.3745270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3746650Z copying torch/distributed/rpc/functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3752010Z copying torch/distributed/rpc/options.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3758740Z copying torch/distributed/rpc/internal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3767520Z copying torch/distributed/rpc/constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3774600Z copying torch/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3783880Z copying torch/distributed/rpc/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3803590Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3812020Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3818260Z copying torch/distributed/rpc/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3823690Z copying torch/distributed/rpc/backend_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc 2024-12-17T23:47:54.3831420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit 2024-12-17T23:47:54.3831910Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit 2024-12-17T23:47:54.3839610Z copying torch/distributed/nn/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit 2024-12-17T23:47:54.3841230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api 2024-12-17T23:47:54.3841910Z copying torch/distributed/nn/api/remote_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api 2024-12-17T23:47:54.3857710Z copying torch/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api 2024-12-17T23:47:54.3859190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates 2024-12-17T23:47:54.3859850Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates 2024-12-17T23:47:54.3860920Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates 2024-12-17T23:47:54.3868960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics 2024-12-17T23:47:54.3869670Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics 2024-12-17T23:47:54.3878030Z copying torch/distributed/elastic/metrics/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics 2024-12-17T23:47:54.3886720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3887290Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3896220Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3903960Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3911240Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3925870Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3933160Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3939500Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3945340Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3953030Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3969880Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3978250Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous 2024-12-17T23:47:54.3986340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-12-17T23:47:54.3986940Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-12-17T23:47:54.3992610Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-12-17T23:47:54.4001750Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-12-17T23:47:54.4017890Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing 2024-12-17T23:47:54.4025500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-12-17T23:47:54.4026030Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-12-17T23:47:54.4032600Z copying torch/distributed/elastic/timer/debug_info_logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-12-17T23:47:54.4043030Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-12-17T23:47:54.4052520Z copying torch/distributed/elastic/timer/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-12-17T23:47:54.4061510Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer 2024-12-17T23:47:54.4072940Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4073490Z copying torch/distributed/elastic/utils/store.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4081450Z copying torch/distributed/elastic/utils/logging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4087320Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4093680Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4100370Z copying torch/distributed/elastic/utils/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4106050Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils 2024-12-17T23:47:54.4112300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent 2024-12-17T23:47:54.4112820Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent 2024-12-17T23:47:54.4114610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-12-17T23:47:54.4115200Z copying torch/distributed/elastic/events/handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-12-17T23:47:54.4126200Z copying torch/distributed/elastic/events/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-12-17T23:47:54.4136500Z copying torch/distributed/elastic/events/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events 2024-12-17T23:47:54.4146560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:47:54.4147440Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:47:54.4154660Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:47:54.4159900Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:47:54.4166740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:47:54.4167420Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:47:54.4172900Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:47:54.4178550Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:47:54.4184690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-12-17T23:47:54.4185300Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-12-17T23:47:54.4191500Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-12-17T23:47:54.4197290Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data 2024-12-17T23:47:54.4204000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-12-17T23:47:54.4204610Z copying torch/distributed/elastic/agent/server/health_check_server.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-12-17T23:47:54.4210790Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-12-17T23:47:54.4217090Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-12-17T23:47:54.4230220Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server 2024-12-17T23:47:54.4244430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks 2024-12-17T23:47:54.4245060Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks 2024-12-17T23:47:54.4251110Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks 2024-12-17T23:47:54.4258220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint 2024-12-17T23:47:54.4258830Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint 2024-12-17T23:47:54.4265730Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint 2024-12-17T23:47:54.4267310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-12-17T23:47:54.4268030Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-12-17T23:47:54.4269080Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-12-17T23:47:54.4276200Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-12-17T23:47:54.4283650Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging 2024-12-17T23:47:54.4293540Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4294180Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4305180Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4315150Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4321460Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4328210Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4334900Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4347760Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4356150Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4364420Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:47:54.4379110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap 2024-12-17T23:47:54.4379780Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap 2024-12-17T23:47:54.4386130Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap 2024-12-17T23:47:54.4392350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization 2024-12-17T23:47:54.4393030Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization 2024-12-17T23:47:54.4399790Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization 2024-12-17T23:47:54.4401570Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-12-17T23:47:54.4402230Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-12-17T23:47:54.4408610Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp 2024-12-17T23:47:54.4416800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4417340Z copying torch/distributed/fsdp/_fully_shard/_fsdp_api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4424160Z copying torch/distributed/fsdp/_fully_shard/_fsdp_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4430950Z copying torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4444990Z copying torch/distributed/fsdp/_fully_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4452010Z copying torch/distributed/fsdp/_fully_shard/_fsdp_param.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4466930Z copying torch/distributed/fsdp/_fully_shard/_fsdp_init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4475050Z copying torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4490400Z copying torch/distributed/fsdp/_fully_shard/_fully_shard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4504420Z copying torch/distributed/fsdp/_fully_shard/_fsdp_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard 2024-12-17T23:47:54.4520110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/checkpoint 2024-12-17T23:47:54.4520650Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/checkpoint 2024-12-17T23:47:54.4529280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4529870Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4537460Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4545300Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4564320Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4571790Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4579200Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4599420Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4606430Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor 2024-12-17T23:47:54.4614550Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan 2024-12-17T23:47:54.4615110Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan 2024-12-17T23:47:54.4622270Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan 2024-12-17T23:47:54.4630060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-12-17T23:47:54.4630630Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-12-17T23:47:54.4637710Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-12-17T23:47:54.4645300Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-12-17T23:47:54.4653640Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec 2024-12-17T23:47:54.4662150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim 2024-12-17T23:47:54.4662710Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim 2024-12-17T23:47:54.4671270Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim 2024-12-17T23:47:54.4680980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4681590Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4688500Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4696330Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4703880Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4711570Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4719610Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:47:54.4728080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-12-17T23:47:54.4728850Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-12-17T23:47:54.4737210Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-12-17T23:47:54.4745350Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-12-17T23:47:54.4746280Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-12-17T23:47:54.4763320Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-12-17T23:47:54.4763970Z copying torch/distributed/tensor/experimental/_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-12-17T23:47:54.4779390Z copying torch/distributed/tensor/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-12-17T23:47:54.4788160Z copying torch/distributed/tensor/experimental/_tp_transform.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-12-17T23:47:54.4801590Z copying torch/distributed/tensor/experimental/_register_sharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-12-17T23:47:54.4808730Z copying torch/distributed/tensor/experimental/_func_map.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental 2024-12-17T23:47:54.4817930Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4818450Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4825330Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4832740Z copying torch/distributed/tensor/parallel/style.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4847670Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4854430Z copying torch/distributed/tensor/parallel/api.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4861390Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4876380Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4884100Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4891150Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel 2024-12-17T23:47:54.4900000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4900560Z copying torch/distributed/tensor/_ops/_einsum_strategy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4908740Z copying torch/distributed/tensor/_ops/_embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4918030Z copying torch/distributed/tensor/_ops/_tensor_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4936300Z copying torch/distributed/tensor/_ops/_experimental_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4945510Z copying torch/distributed/tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4953650Z copying torch/distributed/tensor/_ops/_conv_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4962590Z copying torch/distributed/tensor/_ops/_pointwise_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4977830Z copying torch/distributed/tensor/_ops/_matrix_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.4992520Z copying torch/distributed/tensor/_ops/_math_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.5010540Z copying torch/distributed/tensor/_ops/_common_rules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.5020170Z copying torch/distributed/tensor/_ops/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.5031870Z copying torch/distributed/tensor/_ops/_random_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.5041160Z copying torch/distributed/tensor/_ops/_view_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops 2024-12-17T23:47:54.5065720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-12-17T23:47:54.5066230Z copying torch/distributed/tensor/debug/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-12-17T23:47:54.5074790Z copying torch/distributed/tensor/debug/_op_coverage.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-12-17T23:47:54.5079840Z copying torch/distributed/tensor/debug/_visualize_sharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-12-17T23:47:54.5085480Z copying torch/distributed/tensor/debug/_comm_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug 2024-12-17T23:47:54.5098740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing 2024-12-17T23:47:54.5099240Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing 2024-12-17T23:47:54.5105630Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing 2024-12-17T23:47:54.5112290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-12-17T23:47:54.5112750Z copying torch/autograd/_functions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-12-17T23:47:54.5120240Z copying torch/autograd/_functions/tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-12-17T23:47:54.5127310Z copying torch/autograd/_functions/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions 2024-12-17T23:47:54.5136790Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5137260Z copying torch/fx/experimental/validator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5150850Z copying torch/fx/experimental/meta_tracer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5157660Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5166210Z copying torch/fx/experimental/recording.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5179720Z copying torch/fx/experimental/rewriter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5185660Z copying torch/fx/experimental/const_fold.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5192250Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5205780Z copying torch/fx/experimental/normalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5212220Z copying torch/fx/experimental/_constant_symnode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5218630Z copying torch/fx/experimental/optimization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5236180Z copying torch/fx/experimental/refinement_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5242620Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5255050Z copying torch/fx/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5255800Z copying torch/fx/experimental/sym_node.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5280170Z copying torch/fx/experimental/unify_refinements.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5287710Z copying torch/fx/experimental/merge_matmul.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5295060Z copying torch/fx/experimental/debug.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5301180Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5308490Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5354870Z copying torch/fx/experimental/_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5361170Z copying torch/fx/experimental/_backward_state.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5367400Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental 2024-12-17T23:47:54.5402610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5403020Z copying torch/fx/passes/net_min_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5416850Z copying torch/fx/passes/param_fetch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5423340Z copying torch/fx/passes/tools_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5429820Z copying torch/fx/passes/split_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5437140Z copying torch/fx/passes/shape_prop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5443680Z copying torch/fx/passes/split_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5457150Z copying torch/fx/passes/runtime_assert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5470160Z copying torch/fx/passes/reinplace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5482800Z copying torch/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5489460Z copying torch/fx/passes/pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5496020Z copying torch/fx/passes/_tensorify_python_scalars.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5502470Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5509180Z copying torch/fx/passes/operator_support.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5516510Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5523060Z copying torch/fx/passes/graph_manipulation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5529240Z copying torch/fx/passes/graph_drawer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5542180Z copying torch/fx/passes/splitter_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5555430Z copying torch/fx/passes/graph_transform_observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes 2024-12-17T23:47:54.5564260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5564800Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5574070Z copying torch/fx/experimental/unification/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5583680Z copying torch/fx/experimental/unification/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5592900Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5602090Z copying torch/fx/experimental/unification/variable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5610690Z copying torch/fx/experimental/unification/more.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5618380Z copying torch/fx/experimental/unification/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5625920Z copying torch/fx/experimental/unification/match.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification 2024-12-17T23:47:54.5634720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5635350Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5649920Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5666040Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5674240Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5674980Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5684110Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5691870Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5700340Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:47:54.5729910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5730620Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5740890Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5748940Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5754970Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5761450Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5768380Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:47:54.5775690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-12-17T23:47:54.5776200Z copying torch/fx/passes/infra/partitioner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-12-17T23:47:54.5788460Z copying torch/fx/passes/infra/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-12-17T23:47:54.5795420Z copying torch/fx/passes/infra/pass_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-12-17T23:47:54.5802340Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra 2024-12-17T23:47:54.5810880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends 2024-12-17T23:47:54.5811340Z copying torch/fx/passes/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends 2024-12-17T23:47:54.5812360Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends 2024-12-17T23:47:54.5819800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests 2024-12-17T23:47:54.5820290Z copying torch/fx/passes/tests/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests 2024-12-17T23:47:54.5821300Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests 2024-12-17T23:47:54.5829050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5829530Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5836350Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5843050Z copying torch/fx/passes/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5849310Z copying torch/fx/passes/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5855900Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5869210Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils 2024-12-17T23:47:54.5876910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect 2024-12-17T23:47:54.5877360Z copying torch/fx/passes/dialect/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect 2024-12-17T23:47:54.5878980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common 2024-12-17T23:47:54.5879680Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common 2024-12-17T23:47:54.5886580Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common 2024-12-17T23:47:54.5888290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-12-17T23:47:54.5888940Z copying torch/cuda/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-12-17T23:47:54.5896450Z copying torch/cuda/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-12-17T23:47:54.5903620Z copying torch/cuda/amp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-12-17T23:47:54.5910750Z copying torch/cuda/amp/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp 2024-12-17T23:47:54.5921720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/opt_einsum 2024-12-17T23:47:54.5922180Z copying torch/backends/opt_einsum/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/opt_einsum 2024-12-17T23:47:54.5931890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mha 2024-12-17T23:47:54.5932310Z copying torch/backends/mha/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mha 2024-12-17T23:47:54.5939740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/nnpack 2024-12-17T23:47:54.5940210Z copying torch/backends/nnpack/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/nnpack 2024-12-17T23:47:54.5948130Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mps 2024-12-17T23:47:54.5948670Z copying torch/backends/mps/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mps 2024-12-17T23:47:54.5956020Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cpu 2024-12-17T23:47:54.5956530Z copying torch/backends/cpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cpu 2024-12-17T23:47:54.5963990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml 2024-12-17T23:47:54.5964440Z copying torch/backends/_coreml/preprocess.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml 2024-12-17T23:47:54.5972150Z copying torch/backends/_coreml/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml 2024-12-17T23:47:54.5973340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cuda 2024-12-17T23:47:54.5973980Z copying torch/backends/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cuda 2024-12-17T23:47:54.5989680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/quantized 2024-12-17T23:47:54.5990140Z copying torch/backends/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/quantized 2024-12-17T23:47:54.5999280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkl 2024-12-17T23:47:54.5999690Z copying torch/backends/mkl/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkl 2024-12-17T23:47:54.6008450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xnnpack 2024-12-17T23:47:54.6008890Z copying torch/backends/xnnpack/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xnnpack 2024-12-17T23:47:54.6017000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cusparselt 2024-12-17T23:47:54.6017470Z copying torch/backends/cusparselt/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cusparselt 2024-12-17T23:47:54.6025450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkldnn 2024-12-17T23:47:54.6025900Z copying torch/backends/mkldnn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkldnn 2024-12-17T23:47:54.6033720Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon 2024-12-17T23:47:54.6034140Z copying torch/backends/xeon/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon 2024-12-17T23:47:54.6035000Z copying torch/backends/xeon/run_cpu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon 2024-12-17T23:47:54.6050850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-12-17T23:47:54.6051280Z copying torch/backends/_nnapi/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-12-17T23:47:54.6052310Z copying torch/backends/_nnapi/serializer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-12-17T23:47:54.6091750Z copying torch/backends/_nnapi/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi 2024-12-17T23:47:54.6100000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/openmp 2024-12-17T23:47:54.6100430Z copying torch/backends/openmp/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/openmp 2024-12-17T23:47:54.6108430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn 2024-12-17T23:47:54.6108870Z copying torch/backends/cudnn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn 2024-12-17T23:47:54.6116970Z copying torch/backends/cudnn/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn 2024-12-17T23:47:54.6126580Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6127230Z copying torch/masked/maskedtensor/binary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6135190Z copying torch/masked/maskedtensor/creation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6142180Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6159220Z copying torch/masked/maskedtensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6167720Z copying torch/masked/maskedtensor/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6175900Z copying torch/masked/maskedtensor/unary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6183820Z copying torch/masked/maskedtensor/reductions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6190810Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor 2024-12-17T23:47:54.6197770Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor 2024-12-17T23:47:54.6198220Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor 2024-12-17T23:47:54.6206740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6207270Z copying torch/_inductor/runtime/cache_dir_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6213780Z copying torch/_inductor/runtime/triton_heuristics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6233650Z copying torch/_inductor/runtime/runtime_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6240530Z copying torch/_inductor/runtime/halide_helpers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6246800Z copying torch/_inductor/runtime/coordinate_descent_tuner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6253740Z copying torch/_inductor/runtime/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6254540Z copying torch/_inductor/runtime/compile_tasks.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6260940Z copying torch/_inductor/runtime/triton_helpers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6273970Z copying torch/_inductor/runtime/autotune_cache.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6286120Z copying torch/_inductor/runtime/hints.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6292490Z copying torch/_inductor/runtime/benchmarking.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime 2024-12-17T23:47:54.6303770Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6304280Z copying torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6319470Z copying torch/_inductor/codegen/wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6356520Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6365460Z copying torch/_inductor/codegen/triton.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6403040Z copying torch/_inductor/codegen/cpp_bmm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6412490Z copying torch/_inductor/codegen/aoti_hipify_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6421120Z copying torch/_inductor/codegen/simd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6443390Z copying torch/_inductor/codegen/triton_combo_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6458140Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6471670Z copying torch/_inductor/codegen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6472310Z copying torch/_inductor/codegen/cpp_flex_attention_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6486200Z copying torch/_inductor/codegen/cpp_micro_gemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6500490Z copying torch/_inductor/codegen/cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6550100Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6577750Z copying torch/_inductor/codegen/block_analysis.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6585170Z copying torch/_inductor/codegen/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6616180Z copying torch/_inductor/codegen/cpp_template_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6625350Z copying torch/_inductor/codegen/cpp_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6659900Z copying torch/_inductor/codegen/cpu_device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6666960Z copying torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6682740Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6690730Z copying torch/_inductor/codegen/halide.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6708470Z copying torch/_inductor/codegen/cpp_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6714920Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6720770Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6727490Z copying torch/_inductor/codegen/cpp_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6744240Z copying torch/_inductor/codegen/debug_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6752020Z copying torch/_inductor/codegen/simd_kernel_features.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:54.6758740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-12-17T23:47:54.6759240Z copying torch/_inductor/compile_worker/watchdog.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-12-17T23:47:54.6765660Z copying torch/_inductor/compile_worker/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-12-17T23:47:54.6766380Z copying torch/_inductor/compile_worker/subproc_pool.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-12-17T23:47:54.6772440Z copying torch/_inductor/compile_worker/__main__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker 2024-12-17T23:47:54.6780170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-12-17T23:47:54.6780690Z copying torch/_inductor/autoheuristic/autoheuristic.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-12-17T23:47:54.6787470Z copying torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-12-17T23:47:54.6795360Z copying torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-12-17T23:47:54.6802050Z copying torch/_inductor/autoheuristic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-12-17T23:47:54.6802710Z copying torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic 2024-12-17T23:47:54.6812750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6813240Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6830160Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6838610Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6852150Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6858970Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6865710Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6879430Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6908240Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6935330Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6942530Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6949310Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6949880Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6970890Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6985890Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.6999750Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7013150Z copying torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7026730Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7040870Z copying torch/_inductor/fx_passes/b2b_gemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7055290Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7075660Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7090110Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7096800Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes 2024-12-17T23:47:54.7105370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7105830Z copying torch/_inductor/kernel/unpack_mixed_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7113200Z copying torch/_inductor/kernel/mm_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7127320Z copying torch/_inductor/kernel/flex_decoding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7142220Z copying torch/_inductor/kernel/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7149920Z copying torch/_inductor/kernel/mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7163690Z copying torch/_inductor/kernel/bmm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7171150Z copying torch/_inductor/kernel/mm_scaled.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7185350Z copying torch/_inductor/kernel/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7199760Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7207290Z copying torch/_inductor/kernel/flex_attention.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel 2024-12-17T23:47:54.7245260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-12-17T23:47:54.7245770Z copying torch/_inductor/package/package.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-12-17T23:47:54.7253500Z copying torch/_inductor/package/build_package.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-12-17T23:47:54.7261050Z copying torch/_inductor/package/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-12-17T23:47:54.7268570Z copying torch/_inductor/package/pt2_archive_constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package 2024-12-17T23:47:54.7277000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7277490Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7284810Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7291900Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7298790Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7321010Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7321740Z copying torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7329970Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7338350Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7346270Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda 2024-12-17T23:47:54.7362250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu 2024-12-17T23:47:54.7362730Z copying torch/_inductor/codegen/xpu/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu 2024-12-17T23:47:54.7363790Z copying torch/_inductor/codegen/xpu/device_op_overrides.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu 2024-12-17T23:47:54.7372420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7372930Z copying torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7380700Z copying torch/_inductor/codegen/rocm/rocm_kernel.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7388280Z copying torch/_inductor/codegen/rocm/rocm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7395540Z copying torch/_inductor/codegen/rocm/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7396240Z copying torch/_inductor/codegen/rocm/compile_command.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7404040Z copying torch/_inductor/codegen/rocm/ck_conv_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7418390Z copying torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7425150Z copying torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7438630Z copying torch/_inductor/codegen/rocm/ck_template.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7445770Z copying torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm 2024-12-17T23:47:54.7454080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-12-17T23:47:54.7454780Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-12-17T23:47:54.7468340Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-12-17T23:47:54.7468980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7469540Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7473810Z copying torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7482430Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7497520Z copying torch/_inductor/autoheuristic/artifacts/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7498230Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7516670Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:47:54.7526950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7527580Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7536190Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7544850Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7561160Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7569270Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7586040Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7593720Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7601140Z copying torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7608390Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7625550Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7626310Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7634340Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7641300Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7648580Z copying torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7655470Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7662660Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7669850Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7678390Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7686830Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7694740Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7701970Z copying torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7708790Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7716490Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:47:54.7725300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark 2024-12-17T23:47:54.7725740Z copying torch/utils/benchmark/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark 2024-12-17T23:47:54.7734950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7735370Z copying torch/utils/_sympy/functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7758850Z copying torch/utils/_sympy/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7759460Z copying torch/utils/_sympy/symbol.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7768130Z copying torch/utils/_sympy/numbers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7776260Z copying torch/utils/_sympy/reference.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7784230Z copying torch/utils/_sympy/singleton_int.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7792310Z copying torch/utils/_sympy/value_ranges.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7808590Z copying torch/utils/_sympy/printers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7823770Z copying torch/utils/_sympy/solve.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7830270Z copying torch/utils/_sympy/interp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy 2024-12-17T23:47:54.7837830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backcompat 2024-12-17T23:47:54.7838280Z copying torch/utils/backcompat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backcompat 2024-12-17T23:47:54.7847010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-12-17T23:47:54.7847500Z copying torch/utils/hipify/version.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-12-17T23:47:54.7854860Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-12-17T23:47:54.7911180Z copying torch/utils/hipify/constants.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-12-17T23:47:54.7918770Z copying torch/utils/hipify/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-12-17T23:47:54.7925540Z copying torch/utils/hipify/hipify_python.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify 2024-12-17T23:47:54.7939990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck 2024-12-17T23:47:54.7940430Z copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck 2024-12-17T23:47:54.7941380Z copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck 2024-12-17T23:47:54.7949910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz 2024-12-17T23:47:54.7950300Z copying torch/utils/viz/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz 2024-12-17T23:47:54.7951280Z copying torch/utils/viz/_cycles.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz 2024-12-17T23:47:54.7961040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit 2024-12-17T23:47:54.7961420Z copying torch/utils/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit 2024-12-17T23:47:54.7962480Z copying torch/utils/jit/log_extract.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit 2024-12-17T23:47:54.7971680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.7972150Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.7979310Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.7985980Z copying torch/utils/tensorboard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.7992710Z copying torch/utils/tensorboard/_embedding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.8000010Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.8007250Z copying torch/utils/tensorboard/summary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.8021260Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.8029020Z copying torch/utils/tensorboard/writer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.8043470Z copying torch/utils/tensorboard/_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard 2024-12-17T23:47:54.8051510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:54.8052130Z copying torch/utils/model_dump/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:54.8065610Z copying torch/utils/model_dump/__main__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:54.8074870Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8075290Z copying torch/utils/data/graph_settings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8082500Z copying torch/utils/data/graph.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8090110Z copying torch/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8097840Z copying torch/utils/data/dataset.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8112400Z copying torch/utils/data/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8121060Z copying torch/utils/data/backward_compatibility.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8129400Z copying torch/utils/data/dataloader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8151410Z copying torch/utils/data/sampler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data 2024-12-17T23:47:54.8160110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight 2024-12-17T23:47:54.8160600Z copying torch/utils/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight 2024-12-17T23:47:54.8170070Z copying torch/utils/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight 2024-12-17T23:47:54.8172340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8172860Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8181190Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8188390Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8195350Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8195980Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8204020Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers 2024-12-17T23:47:54.8212650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8213140Z copying torch/utils/benchmark/utils/timer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8227450Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8228150Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8235950Z copying torch/utils/benchmark/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8243850Z copying torch/utils/benchmark/utils/compile.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8252170Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8266350Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8273580Z copying torch/utils/benchmark/utils/compare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8281430Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:54.8290340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8290870Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8298250Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8299020Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8306800Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8314330Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8321240Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8328330Z copying torch/utils/benchmark/examples/compare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples 2024-12-17T23:47:54.8336690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:54.8337350Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:54.8351160Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:54.8353490Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8353940Z copying torch/utils/data/_utils/fetch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8362240Z copying torch/utils/data/_utils/worker.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8369360Z copying torch/utils/data/_utils/collate.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8377480Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8385480Z copying torch/utils/data/_utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8392400Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils 2024-12-17T23:47:54.8401370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8401870Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8409690Z copying torch/utils/data/datapipes/_typing.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8418260Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8426280Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8441260Z copying torch/utils/data/datapipes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8448500Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:54.8458180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-12-17T23:47:54.8458840Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-12-17T23:47:54.8467630Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-12-17T23:47:54.8475470Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-12-17T23:47:54.8483260Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-12-17T23:47:54.8490230Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe 2024-12-17T23:47:54.8500170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8500700Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8508790Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8517230Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8524910Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8533840Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8542400Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8550170Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8565180Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8572610Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8580120Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8587910Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8595710Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter 2024-12-17T23:47:54.8604070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-12-17T23:47:54.8604600Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-12-17T23:47:54.8611980Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-12-17T23:47:54.8612650Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-12-17T23:47:54.8620900Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils 2024-12-17T23:47:54.8630120Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8630650Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8638550Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8646720Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8654400Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8661670Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8669340Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map 2024-12-17T23:47:54.8678520Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8678980Z copying torch/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8686610Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8693720Z copying torch/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8701220Z copying torch/quantization/fx/quantization_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8708880Z copying torch/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8716260Z copying torch/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8723240Z copying torch/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8730270Z copying torch/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8737310Z copying torch/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8744470Z copying torch/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8751260Z copying torch/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8758260Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx 2024-12-17T23:47:54.8769860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8770840Z copying torch/testing/_internal/common_dtype.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8778370Z copying torch/testing/_internal/common_pruning.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8786290Z copying torch/testing/_internal/hop_db.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8793490Z copying torch/testing/_internal/triton_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8801810Z copying torch/testing/_internal/static_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8809230Z copying torch/testing/_internal/subclasses.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8817340Z copying torch/testing/_internal/common_nn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8857330Z copying torch/testing/_internal/custom_op_db.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8873660Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8888910Z copying torch/testing/_internal/common_fsdp.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8912030Z copying torch/testing/_internal/two_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8919430Z copying torch/testing/_internal/torchbind_impls.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8928700Z copying torch/testing/_internal/common_optimizers.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8961730Z copying torch/testing/_internal/common_device_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.8988420Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9004700Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9011620Z copying torch/testing/_internal/inductor_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9018940Z copying torch/testing/_internal/common_distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9039900Z copying torch/testing/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9040540Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9132410Z copying torch/testing/_internal/custom_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9144990Z copying torch/testing/_internal/logging_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9155650Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9162350Z copying torch/testing/_internal/common_cuda.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9170720Z copying torch/testing/_internal/common_quantization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9198990Z copying torch/testing/_internal/common_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9237770Z copying torch/testing/_internal/common_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9246310Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9261180Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9269290Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9277320Z copying torch/testing/_internal/common_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9321170Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9330080Z copying torch/testing/_internal/common_quantized.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9340610Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9349160Z copying torch/testing/_internal/common_subclass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9366330Z copying torch/testing/_internal/composite_compliance.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9396320Z copying torch/testing/_internal/logging_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9406270Z copying torch/testing/_internal/dist_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9417240Z copying torch/testing/_internal/fake_config_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9424270Z copying torch/testing/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal 2024-12-17T23:47:54.9441190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated 2024-12-17T23:47:54.9441740Z copying torch/testing/_internal/generated/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated 2024-12-17T23:47:54.9442520Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated 2024-12-17T23:47:54.9532670Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-12-17T23:47:54.9533170Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-12-17T23:47:54.9542220Z copying torch/testing/_internal/opinfo/core.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-12-17T23:47:54.9619110Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-12-17T23:47:54.9626490Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo 2024-12-17T23:47:54.9632610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-12-17T23:47:54.9633130Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-12-17T23:47:54.9634310Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-12-17T23:47:54.9668330Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module 2024-12-17T23:47:54.9683560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9684140Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9713980Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9731430Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9732140Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9745970Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9759980Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9859550Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9887700Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9901250Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed 2024-12-17T23:47:54.9908590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9909100Z copying torch/testing/_internal/optests/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9914410Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9919600Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9924210Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9938770Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9958140Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests 2024-12-17T23:47:54.9965090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/codegen 2024-12-17T23:47:54.9965600Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/codegen 2024-12-17T23:47:54.9981900Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-12-17T23:47:54.9982420Z copying torch/testing/_internal/data/network1.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-12-17T23:47:54.9997970Z copying torch/testing/_internal/data/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-12-17T23:47:55.0009970Z copying torch/testing/_internal/data/network2.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data 2024-12-17T23:47:55.0024230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0024830Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0032080Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0038630Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0052900Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0112270Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0123800Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0134970Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0145430Z copying torch/testing/_internal/opinfo/definitions/nested.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions 2024-12-17T23:47:55.0163660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor 2024-12-17T23:47:55.0164250Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor 2024-12-17T23:47:55.0165160Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor 2024-12-17T23:47:55.0192590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn 2024-12-17T23:47:55.0193150Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn 2024-12-17T23:47:55.0194910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard 2024-12-17T23:47:55.0195580Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard 2024-12-17T23:47:55.0208970Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard 2024-12-17T23:47:55.0223780Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0224460Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0229540Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0244990Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0245720Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0267840Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0273120Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0278240Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0326680Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc 2024-12-17T23:47:55.0342370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api 2024-12-17T23:47:55.0342960Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api 2024-12-17T23:47:55.0343930Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api 2024-12-17T23:47:55.0366440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-12-17T23:47:55.0367140Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-12-17T23:47:55.0375680Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-12-17T23:47:55.0386080Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-12-17T23:47:55.0396760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:47:55.0397360Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:47:55.0398190Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:47:55.0404110Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:47:55.0415460Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:47:55.0421150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:47:55.0421800Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:47:55.0422660Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:47:55.0430190Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:47:55.0437010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes 2024-12-17T23:47:55.0437470Z copying torch/jit/_passes/_property_propagation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes 2024-12-17T23:47:55.0443340Z copying torch/jit/_passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes 2024-12-17T23:47:55.0444680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/jit/mobile 2024-12-17T23:47:55.0445240Z copying torch/jit/mobile/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit/mobile 2024-12-17T23:47:55.0454920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0455420Z copying torch/_dynamo/backends/registry.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0461100Z copying torch/_dynamo/backends/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0461710Z copying torch/_dynamo/backends/debugging.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0467570Z copying torch/_dynamo/backends/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0478310Z copying torch/_dynamo/backends/common.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0483960Z copying torch/_dynamo/backends/inductor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0488430Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0492840Z copying torch/_dynamo/backends/tvm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0498400Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0504430Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0509100Z copying torch/_dynamo/backends/torchxla.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends 2024-12-17T23:47:55.0516610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0517350Z copying torch/_dynamo/variables/functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0527440Z copying torch/_dynamo/variables/iter.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0536990Z copying torch/_dynamo/variables/misc.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0552720Z copying torch/_dynamo/variables/lists.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0564410Z copying torch/_dynamo/variables/script_object.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0571640Z copying torch/_dynamo/variables/torch_function.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0587150Z copying torch/_dynamo/variables/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0592770Z copying torch/_dynamo/variables/user_defined.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0610720Z copying torch/_dynamo/variables/nn_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0622370Z copying torch/_dynamo/variables/builder.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0646110Z copying torch/_dynamo/variables/tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0668400Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0691920Z copying torch/_dynamo/variables/sdpa.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0697220Z copying torch/_dynamo/variables/distributed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0703140Z copying torch/_dynamo/variables/optimizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0711180Z copying torch/_dynamo/variables/builtin.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0728890Z copying torch/_dynamo/variables/constant.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0734520Z copying torch/_dynamo/variables/lazy.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0739570Z copying torch/_dynamo/variables/torch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0759130Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0771530Z copying torch/_dynamo/variables/dicts.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0782050Z copying torch/_dynamo/variables/base.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables 2024-12-17T23:47:55.0792750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-12-17T23:47:55.0793190Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-12-17T23:47:55.0803160Z copying torch/_dynamo/repro/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-12-17T23:47:55.0803840Z copying torch/_dynamo/repro/after_aot.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-12-17T23:47:55.0815570Z copying torch/_dynamo/repro/aoti.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro 2024-12-17T23:47:55.0826840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0827300Z copying torch/_dynamo/polyfills/functools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0833290Z copying torch/_dynamo/polyfills/builtins.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0838260Z copying torch/_dynamo/polyfills/operator.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0842980Z copying torch/_dynamo/polyfills/os.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0847990Z copying torch/_dynamo/polyfills/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0853370Z copying torch/_dynamo/polyfills/loader.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0857220Z copying torch/_dynamo/polyfills/sys.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0862500Z copying torch/_dynamo/polyfills/pytree.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0866440Z copying torch/_dynamo/polyfills/itertools.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills 2024-12-17T23:47:55.0871280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn 2024-12-17T23:47:55.0871910Z copying torch/ao/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn 2024-12-17T23:47:55.0878800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-12-17T23:47:55.0879410Z copying torch/ao/ns/_numeric_suite.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-12-17T23:47:55.0889720Z copying torch/ao/ns/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-12-17T23:47:55.0890700Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns 2024-12-17T23:47:55.0904580Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0905300Z copying torch/ao/quantization/observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0923620Z copying torch/ao/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0929220Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0935370Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0940960Z copying torch/ao/quantization/_correct_bias.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0947610Z copying torch/ao/quantization/quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0957730Z copying torch/ao/quantization/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0963870Z copying torch/ao/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0973350Z copying torch/ao/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0984420Z copying torch/ao/quantization/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0989660Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.0996170Z copying torch/ao/quantization/stubs.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1001480Z copying torch/ao/quantization/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1012250Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1017770Z copying torch/ao/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1024010Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1029420Z copying torch/ao/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1034130Z copying torch/ao/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization 2024-12-17T23:47:55.1045010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning 2024-12-17T23:47:55.1045410Z copying torch/ao/pruning/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning 2024-12-17T23:47:55.1051310Z copying torch/ao/pruning/_mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning 2024-12-17T23:47:55.1060400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat 2024-12-17T23:47:55.1060790Z copying torch/ao/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat 2024-12-17T23:47:55.1071890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized 2024-12-17T23:47:55.1072360Z copying torch/ao/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized 2024-12-17T23:47:55.1077880Z copying torch/ao/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized 2024-12-17T23:47:55.1089380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable 2024-12-17T23:47:55.1089840Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable 2024-12-17T23:47:55.1097160Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic 2024-12-17T23:47:55.1097600Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic 2024-12-17T23:47:55.1105830Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse 2024-12-17T23:47:55.1106310Z copying torch/ao/nn/sparse/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse 2024-12-17T23:47:55.1112360Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic 2024-12-17T23:47:55.1112810Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic 2024-12-17T23:47:55.1121420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-12-17T23:47:55.1121880Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-12-17T23:47:55.1128440Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-12-17T23:47:55.1133750Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-12-17T23:47:55.1143080Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules 2024-12-17T23:47:55.1152230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules 2024-12-17T23:47:55.1152890Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules 2024-12-17T23:47:55.1161580Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules 2024-12-17T23:47:55.1168370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic 2024-12-17T23:47:55.1168970Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic 2024-12-17T23:47:55.1175960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1176530Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1182300Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1187880Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1193600Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1198980Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1204290Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1209900Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1214780Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1226200Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1238150Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1244200Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules 2024-12-17T23:47:55.1250850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference 2024-12-17T23:47:55.1251360Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference 2024-12-17T23:47:55.1257570Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:47:55.1258140Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:47:55.1263930Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:47:55.1269000Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:47:55.1278890Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:47:55.1297090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1297670Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1302600Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1306580Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1312550Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1318010Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1323790Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules 2024-12-17T23:47:55.1335070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-12-17T23:47:55.1335580Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-12-17T23:47:55.1343970Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-12-17T23:47:55.1359050Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules 2024-12-17T23:47:55.1373420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat 2024-12-17T23:47:55.1373880Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat 2024-12-17T23:47:55.1383790Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized 2024-12-17T23:47:55.1384310Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized 2024-12-17T23:47:55.1392170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules 2024-12-17T23:47:55.1392670Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules 2024-12-17T23:47:55.1400210Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules 2024-12-17T23:47:55.1407080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:47:55.1407630Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:47:55.1420840Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:47:55.1426730Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:47:55.1434230Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:47:55.1444090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic 2024-12-17T23:47:55.1444670Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic 2024-12-17T23:47:55.1452700Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:47:55.1453340Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:47:55.1458990Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:47:55.1465170Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:47:55.1472640Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:47:55.1479650Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:47:55.1487880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:47:55.1488540Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:47:55.1495070Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:47:55.1503370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-12-17T23:47:55.1503870Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-12-17T23:47:55.1511020Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-12-17T23:47:55.1518160Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized 2024-12-17T23:47:55.1525090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic 2024-12-17T23:47:55.1525660Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic 2024-12-17T23:47:55.1530870Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic 2024-12-17T23:47:55.1539800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1540230Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1555190Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1563280Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1575130Z copying torch/ao/ns/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1575750Z copying torch/ao/ns/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1597870Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1609870Z copying torch/ao/ns/fx/ns_types.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1620560Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1653130Z copying torch/ao/ns/fx/mappings.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1671820Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx 2024-12-17T23:47:55.1685120Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1685730Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1708310Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1718310Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1729520Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1740590Z copying torch/ao/quantization/backend_config/native.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1751660Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1752400Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1774750Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1781800Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1792840Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1810830Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1830730Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1835970Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config 2024-12-17T23:47:55.1846450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1846960Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1853890Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1859490Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1872800Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1877830Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1883040Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1883690Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1894700Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1904140Z copying torch/ao/quantization/pt2e/_numeric_debugger.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e 2024-12-17T23:47:55.1912680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.1913160Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.1924490Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.1934570Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.1958160Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.1968570Z copying torch/ao/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.1997700Z copying torch/ao/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2002920Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2017210Z copying torch/ao/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2031770Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2043200Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2075090Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2098350Z copying torch/ao/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2110200Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2121580Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2131860Z copying torch/ao/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2172590Z copying torch/ao/quantization/fx/tracer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2183670Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2207570Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2216970Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx 2024-12-17T23:47:55.2229600Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2230160Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2235590Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2258190Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2264170Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2269490Z copying torch/ao/quantization/quantizer/xpu_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2274970Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2280760Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2285750Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2290040Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer 2024-12-17T23:47:55.2302050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation 2024-12-17T23:47:55.2302650Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation 2024-12-17T23:47:55.2309810Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation 2024-12-17T23:47:55.2324220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-12-17T23:47:55.2324790Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-12-17T23:47:55.2343460Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-12-17T23:47:55.2355400Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-12-17T23:47:55.2361970Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-12-17T23:47:55.2362690Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report 2024-12-17T23:47:55.2377310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-12-17T23:47:55.2377860Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-12-17T23:47:55.2384940Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-12-17T23:47:55.2385530Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-12-17T23:47:55.2395200Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-12-17T23:47:55.2402070Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier 2024-12-17T23:47:55.2411280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental 2024-12-17T23:47:55.2411780Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental 2024-12-17T23:47:55.2413800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-12-17T23:47:55.2414370Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-12-17T23:47:55.2421700Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-12-17T23:47:55.2427540Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-12-17T23:47:55.2428220Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler 2024-12-17T23:47:55.2438080Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:47:55.2438750Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:47:55.2448060Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:47:55.2453330Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:47:55.2459070Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:47:55.2466740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2467430Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2475740Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2482310Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2487950Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2494310Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2504540Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2511440Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2517990Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner 2024-12-17T23:47:55.2525270Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier 2024-12-17T23:47:55.2525990Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier 2024-12-17T23:47:55.2536800Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier 2024-12-17T23:47:55.2538300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler 2024-12-17T23:47:55.2539010Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler 2024-12-17T23:47:55.2545340Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler 2024-12-17T23:47:55.2551400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-12-17T23:47:55.2552100Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-12-17T23:47:55.2554040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-12-17T23:47:55.2554900Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-12-17T23:47:55.2561160Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-12-17T23:47:55.2562180Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-12-17T23:47:55.2567530Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/linalg 2024-12-17T23:47:55.2567940Z copying torch/_refs/linalg/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/linalg 2024-12-17T23:47:55.2574810Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn 2024-12-17T23:47:55.2575190Z copying torch/_refs/nn/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn 2024-12-17T23:47:55.2581880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/special 2024-12-17T23:47:55.2582300Z copying torch/_refs/special/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/special 2024-12-17T23:47:55.2588700Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn/functional 2024-12-17T23:47:55.2589170Z copying torch/_refs/nn/functional/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn/functional 2024-12-17T23:47:55.2601310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/export/experimental 2024-12-17T23:47:55.2601830Z copying torch/export/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export/experimental 2024-12-17T23:47:55.2607740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/export/passes 2024-12-17T23:47:55.2608160Z copying torch/export/passes/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/export/passes 2024-12-17T23:47:55.2615000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-12-17T23:47:55.2615460Z copying torch/nested/_internal/nested_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-12-17T23:47:55.2626900Z copying torch/nested/_internal/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-12-17T23:47:55.2627820Z copying torch/nested/_internal/ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-12-17T23:47:55.2652240Z copying torch/nested/_internal/sdpa.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-12-17T23:47:55.2663290Z copying torch/nested/_internal/nested_int.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal 2024-12-17T23:47:55.2671330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows 2024-12-17T23:47:55.2671760Z copying torch/signal/windows/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows 2024-12-17T23:47:55.2681310Z copying torch/signal/windows/windows.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows 2024-12-17T23:47:55.2700040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-12-17T23:47:55.2700520Z copying torch/package/analyze/trace_dependencies.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-12-17T23:47:55.2705940Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-12-17T23:47:55.2710540Z copying torch/package/analyze/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-12-17T23:47:55.2715100Z copying torch/package/analyze/is_from_package.py -> build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze 2024-12-17T23:47:55.2722190Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-12-17T23:47:55.2722660Z copying torchgen/selective_build/selector.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-12-17T23:47:55.2730480Z copying torchgen/selective_build/operator.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-12-17T23:47:55.2738760Z copying torchgen/selective_build/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build 2024-12-17T23:47:55.2740290Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-12-17T23:47:55.2740920Z copying torchgen/static_runtime/config.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-12-17T23:47:55.2748850Z copying torchgen/static_runtime/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-12-17T23:47:55.2749560Z copying torchgen/static_runtime/generator.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-12-17T23:47:55.2761520Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime 2024-12-17T23:47:55.2768460Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-12-17T23:47:55.2768930Z copying torchgen/operator_versions/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-12-17T23:47:55.2770190Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-12-17T23:47:55.2775620Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions 2024-12-17T23:47:55.2788150Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2788540Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2795230Z copying torchgen/dest/ufunc.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2805820Z copying torchgen/dest/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2811300Z copying torchgen/dest/native_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2816080Z copying torchgen/dest/lazy_ir.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2826600Z copying torchgen/dest/register_dispatch_key.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest 2024-12-17T23:47:55.2842150Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2842710Z copying torchgen/api/dispatcher.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2849010Z copying torchgen/api/translate.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2858670Z copying torchgen/api/ufunc.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2864160Z copying torchgen/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2864680Z copying torchgen/api/native.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2872410Z copying torchgen/api/cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2887550Z copying torchgen/api/unboxing.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2894340Z copying torchgen/api/functionalization.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2901350Z copying torchgen/api/autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2916270Z copying torchgen/api/structured.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2922700Z copying torchgen/api/python.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2947380Z copying torchgen/api/lazy.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2962090Z copying torchgen/api/meta.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api 2024-12-17T23:47:55.2970170Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-12-17T23:47:55.2970770Z copying torchgen/executorch/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-12-17T23:47:55.2971690Z copying torchgen/executorch/model.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-12-17T23:47:55.2978650Z copying torchgen/executorch/parse.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch 2024-12-17T23:47:55.2984680Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti 2024-12-17T23:47:55.2985060Z copying torchgen/aoti/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti 2024-12-17T23:47:55.2985980Z copying torchgen/aoti/fallback_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti 2024-12-17T23:47:55.2996110Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-12-17T23:47:55.2996520Z copying torchgen/api/types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-12-17T23:47:55.3002290Z copying torchgen/api/types/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-12-17T23:47:55.3007240Z copying torchgen/api/types/signatures.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-12-17T23:47:55.3012680Z copying torchgen/api/types/types_base.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types 2024-12-17T23:47:55.3018880Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-12-17T23:47:55.3019360Z copying torchgen/executorch/api/custom_ops.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-12-17T23:47:55.3024950Z copying torchgen/executorch/api/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-12-17T23:47:55.3025610Z copying torchgen/executorch/api/unboxing.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-12-17T23:47:55.3031280Z copying torchgen/executorch/api/et_cpp.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api 2024-12-17T23:47:55.3039220Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-12-17T23:47:55.3039720Z copying torchgen/executorch/api/types/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-12-17T23:47:55.3045540Z copying torchgen/executorch/api/types/types.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-12-17T23:47:55.3050450Z copying torchgen/executorch/api/types/signatures.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types 2024-12-17T23:47:55.3057580Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-12-17T23:47:55.3058040Z copying functorch/experimental/control_flow.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-12-17T23:47:55.3064430Z copying functorch/experimental/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-12-17T23:47:55.3071570Z copying functorch/experimental/ops.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental 2024-12-17T23:47:55.3077920Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src 2024-12-17T23:47:55.3078330Z copying functorch/_src/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src 2024-12-17T23:47:55.3081070Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3081450Z copying functorch/dim/magic_trace.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3087730Z copying functorch/dim/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3094270Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3100260Z copying functorch/dim/op_properties.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3105890Z copying functorch/dim/batch_tensor.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3111390Z copying functorch/dim/wrap_type.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3118190Z copying functorch/dim/reference.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3130920Z copying functorch/dim/dim.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3138800Z copying functorch/dim/tree_map.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/dim 2024-12-17T23:47:55.3146960Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/compile 2024-12-17T23:47:55.3147360Z copying functorch/compile/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/compile 2024-12-17T23:47:55.3156840Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-12-17T23:47:55.3157230Z copying functorch/einops/_parsing.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-12-17T23:47:55.3165230Z copying functorch/einops/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-12-17T23:47:55.3172090Z copying functorch/einops/rearrange.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/einops 2024-12-17T23:47:55.3179020Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/make_functional 2024-12-17T23:47:55.3179610Z copying functorch/_src/make_functional/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/make_functional 2024-12-17T23:47:55.3186800Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/eager_transforms 2024-12-17T23:47:55.3187310Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/eager_transforms 2024-12-17T23:47:55.3194000Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/aot_autograd 2024-12-17T23:47:55.3194460Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/aot_autograd 2024-12-17T23:47:55.3201210Z creating build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/vmap 2024-12-17T23:47:55.3201630Z copying functorch/_src/vmap/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/vmap 2024-12-17T23:47:55.5552250Z copying torch/return_types.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:55.5561910Z copying torch/_VF.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:55.5640910Z copying torch/py.typed -> build/lib.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:55.5642000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-12-17T23:47:55.5642630Z copying torch/bin/protoc-3.13.0.0 -> build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-12-17T23:47:55.5826440Z copying torch/bin/torch_shm_manager -> build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-12-17T23:47:55.5852970Z copying torch/bin/protoc -> build/lib.macosx-11.1-arm64-cpython-39/torch/bin 2024-12-17T23:47:55.5914390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5914740Z copying torch/_C/_profiler.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5921390Z copying torch/_C/_onnx.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5930780Z copying torch/_C/_distributed_c10d.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5949650Z copying torch/_C/_autograd.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5957820Z copying torch/_C/_monitor.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5964640Z copying torch/_C/_itt.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5972660Z copying torch/_C/_lazy.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.5977630Z copying torch/_C/__init__.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6025650Z copying torch/_C/_nvtx.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6033490Z copying torch/_C/_cpu.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6041280Z copying torch/_C/_nn.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6046750Z copying torch/_C/_cusparselt.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6052350Z copying torch/_C/_instruction_counter.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6057290Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6063350Z copying torch/_C/_functorch.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6068650Z copying torch/_C/_VariableFunctions.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6141540Z copying torch/_C/_distributed_rpc.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6152570Z copying torch/_C/_verbose.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6164260Z copying torch/_C/_aoti.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6170540Z copying torch/_C/_functions.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6175980Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6183660Z copying torch/_C/_cudnn.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6193820Z copying torch/_C/_distributed_autograd.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6202740Z copying torch/_C/_export.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/_C 2024-12-17T23:47:55.6210330Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:55.6216620Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:55.6221730Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:55.6232220Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:55.6243460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:55.6250200Z copying torch/lib/libshm.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:55.6268150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6268530Z copying torch/include/sleef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6270640Z copying torch/include/cpuinfo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6272200Z copying torch/include/nnpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6273600Z copying torch/include/xnnpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6275990Z copying torch/include/libshm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6276910Z copying torch/include/fp16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6278160Z copying torch/include/qnnpack_func.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6279410Z copying torch/include/pthreadpool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6281140Z copying torch/include/clog.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6282390Z copying torch/include/psimd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6283930Z copying torch/include/experiments-config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6285110Z copying torch/include/fxdiv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:47:55.6286540Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6287180Z copying torch/include/ATen/Formatting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6288520Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6289770Z copying torch/include/ATen/CPUFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6291010Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6292280Z copying torch/include/ATen/CollapseDims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6293650Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6294820Z copying torch/include/ATen/MetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6295920Z copying torch/include/ATen/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6297200Z copying torch/include/ATen/TensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6298520Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6299700Z copying torch/include/ATen/TensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6300920Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6302270Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6303450Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6304800Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6305940Z copying torch/include/ATen/Version.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6307240Z copying torch/include/ATen/DLConvertor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6308370Z copying torch/include/ATen/Device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6309650Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6311010Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6312140Z copying torch/include/ATen/jiterator_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6313350Z copying torch/include/ATen/Operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6315120Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6316380Z copying torch/include/ATen/ceil_div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6317650Z copying torch/include/ATen/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6318860Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6320480Z copying torch/include/ATen/dlpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6321670Z copying torch/include/ATen/Config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6322930Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6324120Z copying torch/include/ATen/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6325400Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6326670Z copying torch/include/ATen/TracerMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6327990Z copying torch/include/ATen/BlasBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6329180Z copying torch/include/ATen/Backend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6330470Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6335980Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6336830Z copying torch/include/ATen/PTThreadPool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6338080Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6339270Z copying torch/include/ATen/MapAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6340450Z copying torch/include/ATen/record_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6341880Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6343220Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6354690Z copying torch/include/ATen/Context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6355950Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6357150Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6358460Z copying torch/include/ATen/div_rtn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6359670Z copying torch/include/ATen/ExpandUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6360900Z copying torch/include/ATen/MPSFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6362090Z copying torch/include/ATen/TypeDefault.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6363330Z copying torch/include/ATen/MPSFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6364580Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6374000Z copying torch/include/ATen/MethodOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6375420Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6376750Z copying torch/include/ATen/NamedTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6378130Z copying torch/include/ATen/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6379530Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6380910Z copying torch/include/ATen/LinalgBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6382120Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6383440Z copying torch/include/ATen/ArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6384610Z copying torch/include/ATen/SequenceNumber.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6385910Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6387110Z copying torch/include/ATen/ExpandBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6388430Z copying torch/include/ATen/Parallel-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6389690Z copying torch/include/ATen/MatrixRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6390950Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6392460Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6393680Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6395160Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6396360Z copying torch/include/ATen/NumericUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6397590Z copying torch/include/ATen/ATen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6399000Z copying torch/include/ATen/TensorNames.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6400370Z copying torch/include/ATen/TensorMeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6401720Z copying torch/include/ATen/TensorIndexing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6403350Z copying torch/include/ATen/Layout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6404630Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6405840Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6407270Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6408680Z copying torch/include/ATen/StorageUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6409930Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6411500Z copying torch/include/ATen/code_template.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6412660Z copying torch/include/ATen/TensorOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6413910Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6415150Z copying torch/include/ATen/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6416350Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6417560Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6419210Z copying torch/include/ATen/Storage.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6420380Z copying torch/include/ATen/DeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6421610Z copying torch/include/ATen/ParallelNative.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6422860Z copying torch/include/ATen/OpMathType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6424290Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6425520Z copying torch/include/ATen/PadNd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6426890Z copying torch/include/ATen/Dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6428430Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6429650Z copying torch/include/ATen/ParallelFuture.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6430830Z copying torch/include/ATen/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6432410Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6433670Z copying torch/include/ATen/jit_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6435150Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6436590Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6438000Z copying torch/include/ATen/ScalarOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6439340Z copying torch/include/ATen/NativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6441070Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6442340Z copying torch/include/ATen/TensorGeometry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6443870Z copying torch/include/ATen/TensorIterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6445440Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6446790Z copying torch/include/ATen/Dimname.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6448300Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6449780Z copying torch/include/ATen/autocast_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6451400Z copying torch/include/ATen/Parallel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6452640Z copying torch/include/ATen/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6454040Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6455290Z copying torch/include/ATen/InferSize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6456670Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6457850Z copying torch/include/ATen/SmallVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6459140Z copying torch/include/ATen/Tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6460440Z copying torch/include/ATen/Generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6461830Z copying torch/include/ATen/AccumulateType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6463100Z copying torch/include/ATen/TensorAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6464360Z copying torch/include/ATen/SDPBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6465590Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen 2024-12-17T23:47:55.6467060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-12-17T23:47:55.6467700Z copying torch/include/ATen/cpu/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-12-17T23:47:55.6469090Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-12-17T23:47:55.6470380Z copying torch/include/ATen/cpu/vml.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu 2024-12-17T23:47:55.6471760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6472250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6472950Z copying torch/include/ATen/cpu/vec/vec128/vec128_convert.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6474320Z copying torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6475590Z copying torch/include/ATen/cpu/vec/vec128/vec128.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6476840Z copying torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6478300Z copying torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6479700Z copying torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:47:55.6481220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6481930Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6483460Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6484740Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6486070Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6487590Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6489090Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6490310Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6491810Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6493200Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6494530Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6495770Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6497420Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:47:55.6498970Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6499800Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6501100Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6502450Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6503700Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6504990Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6506420Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6507990Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6509300Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6510560Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6511990Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6513210Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6514720Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6516170Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:47:55.6517510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/zarch 2024-12-17T23:47:55.6518240Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/zarch 2024-12-17T23:47:55.6520150Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6520830Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6522440Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6523730Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6525350Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6526750Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6528000Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6529590Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6530990Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6532870Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6534030Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:47:55.6535270Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6536560Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6537770Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6539150Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6540660Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6541870Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6543450Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6544820Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6546680Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6547550Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec 2024-12-17T23:47:55.6549250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6549840Z copying torch/include/ATen/cpu/vec/sve/vec_qint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6551270Z copying torch/include/ATen/cpu/vec/sve/vec_double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6552680Z copying torch/include/ATen/cpu/vec/sve/vec_float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6554050Z copying torch/include/ATen/cpu/vec/sve/vec_common_sve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6555340Z copying torch/include/ATen/cpu/vec/sve/sve_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6556570Z copying torch/include/ATen/cpu/vec/sve/vec_int.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve 2024-12-17T23:47:55.6558040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6558670Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6559970Z copying torch/include/ATen/core/Formatting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6561270Z copying torch/include/ATen/core/TensorBody.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6564170Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6565060Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6566960Z copying torch/include/ATen/core/typeid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6567700Z copying torch/include/ATen/core/rref_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6568930Z copying torch/include/ATen/core/Range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6570220Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6571470Z copying torch/include/ATen/core/operator_name.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6572810Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6574080Z copying torch/include/ATen/core/symbol.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6575470Z copying torch/include/ATen/core/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6576740Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6577990Z copying torch/include/ATen/core/blob.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6579240Z copying torch/include/ATen/core/function_schema.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6580660Z copying torch/include/ATen/core/type_factory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6582020Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6583200Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6584510Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6586120Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6588670Z copying torch/include/ATen/core/class_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6589670Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6591130Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6592390Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6593770Z copying torch/include/ATen/core/qualified_name.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6595110Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6596360Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6597730Z copying torch/include/ATen/core/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6599150Z copying torch/include/ATen/core/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6600390Z copying torch/include/ATen/core/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6601760Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6603120Z copying torch/include/ATen/core/interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6604310Z copying torch/include/ATen/core/List.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6605580Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6606890Z copying torch/include/ATen/core/Dict.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6608130Z copying torch/include/ATen/core/type_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6609410Z copying torch/include/ATen/core/grad_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6610660Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6612030Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6613260Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6614510Z copying torch/include/ATen/core/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6615770Z copying torch/include/ATen/core/Array.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6617050Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6618330Z copying torch/include/ATen/core/stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6619640Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6626050Z copying torch/include/ATen/core/custom_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6626630Z copying torch/include/ATen/core/IListRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6627180Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6627820Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6628450Z copying torch/include/ATen/core/TensorBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6628990Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6629620Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6630510Z copying torch/include/ATen/core/enum_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6631620Z copying torch/include/ATen/core/alias_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6632900Z copying torch/include/ATen/core/List_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6634140Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6635350Z copying torch/include/ATen/core/enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6636670Z copying torch/include/ATen/core/jit_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6638420Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6639640Z copying torch/include/ATen/core/ivalue.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6641270Z copying torch/include/ATen/core/Dimname.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6642490Z copying torch/include/ATen/core/Vitals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6643830Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6645070Z copying torch/include/ATen/core/builtin_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6646230Z copying torch/include/ATen/core/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6647470Z copying torch/include/ATen/core/Reduction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6648810Z copying torch/include/ATen/core/Tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6650090Z copying torch/include/ATen/core/function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6651270Z copying torch/include/ATen/core/Generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6652510Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6653840Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6655100Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6656870Z copying torch/include/ATen/core/Variadic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core 2024-12-17T23:47:55.6658300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6658940Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6660270Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6661650Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6662920Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6664300Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6665420Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6666720Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6667940Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6669260Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6670710Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6671950Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6673390Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6675030Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6676290Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6677520Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6678820Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6680150Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6681440Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6682730Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6683990Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6685280Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6686520Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6687760Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6689030Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6690300Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6691530Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6692800Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6694130Z copying torch/include/ATen/cuda/cub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6695360Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6696610Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6697890Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6699230Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6700520Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6701720Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6702950Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6704280Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6705490Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda 2024-12-17T23:47:55.6706870Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6707590Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6708890Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6710160Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6711390Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6712690Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6713980Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6715230Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6716560Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6717820Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6719130Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail 2024-12-17T23:47:55.6720460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6721090Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6722410Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6723670Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6724940Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6726170Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6727750Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6729190Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable 2024-12-17T23:47:55.6730650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6731160Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6732570Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6733790Z copying torch/include/ATen/cudnn/Types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6735040Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6736260Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6737560Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn 2024-12-17T23:47:55.6739100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6740490Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6741170Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6742380Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6743520Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6744830Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6746050Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6747500Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6748760Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6749890Z copying torch/include/ATen/functorch/Macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6751190Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6752490Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6753820Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6755090Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch 2024-12-17T23:47:55.6756330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6756980Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6758240Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6759630Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6760770Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6762190Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6763370Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6764680Z copying torch/include/ATen/ops/index_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6765910Z copying torch/include/ATen/ops/new_ones.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6767190Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6768440Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6769840Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6771050Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6772380Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6773550Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6774930Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6776170Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6777430Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6778700Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6779950Z copying torch/include/ATen/ops/cummin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6781230Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6782500Z copying torch/include/ATen/ops/nonzero_static_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6783810Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6785120Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6786430Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6787690Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6789030Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6790250Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6791570Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6792810Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6794110Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6795520Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6796760Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6797990Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6799320Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6800650Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6801930Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6803130Z copying torch/include/ATen/ops/result_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6804400Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6805730Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6807070Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6808210Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6809530Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6810770Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6812160Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6813290Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6814490Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6815750Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6817050Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6818290Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6819620Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6820870Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6822260Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6823500Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6824780Z copying torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6826000Z copying torch/include/ATen/ops/signbit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6827300Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6828580Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6829960Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6831260Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6832560Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6833770Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6835000Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6836320Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6837720Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6839030Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6840540Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6842040Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6843490Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6844870Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6846290Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6847640Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6849020Z copying torch/include/ATen/ops/i0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6850400Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6851710Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6853130Z copying torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6854200Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6855500Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6856660Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6857950Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6859300Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6860550Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6861790Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6863090Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6864360Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6865580Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6866930Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6868120Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6869510Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6870740Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6872090Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6873380Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6874670Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6875840Z copying torch/include/ATen/ops/dist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6877200Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6878560Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6879850Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6881260Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6882350Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6883750Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6884870Z copying torch/include/ATen/ops/sub_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6886180Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6887390Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6888650Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6889950Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6891240Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6892430Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6893730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6894980Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6896240Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6897470Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6898770Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6900050Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6901200Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6902440Z copying torch/include/ATen/ops/nextafter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6903750Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6904940Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6906190Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6907500Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6908650Z copying torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6909880Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6911080Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6912410Z copying torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6913560Z copying torch/include/ATen/ops/softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6914810Z copying torch/include/ATen/ops/arctan2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6916040Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6917360Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6918650Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6919900Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6921140Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6922410Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6923660Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6924950Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6926180Z copying torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6927520Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6928810Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6929990Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6931310Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6932630Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6933910Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6935280Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6936510Z copying torch/include/ATen/ops/addmv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6937820Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6939010Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6944280Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6944930Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6945500Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6946160Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6946800Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6947410Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6948020Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6949140Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6950430Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6951680Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6953060Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6954270Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6955580Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6956820Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6958070Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6959330Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6960520Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6961870Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6963080Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6964380Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6965680Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6966920Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6968090Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6969380Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6970630Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6971880Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6973120Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6974570Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6975750Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6977090Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6978220Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6979530Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6980810Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6982140Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6983330Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6984510Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6985760Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6987000Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6988210Z copying torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6989460Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6990600Z copying torch/include/ATen/ops/size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6991860Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6993240Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6994440Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6995600Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6996870Z copying torch/include/ATen/ops/special_i1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6998250Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.6999370Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7000680Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7001870Z copying torch/include/ATen/ops/log_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7003100Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7004350Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7005640Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7006840Z copying torch/include/ATen/ops/atan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7008070Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7009470Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7010700Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7012040Z copying torch/include/ATen/ops/where_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7013310Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7014660Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7016020Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7017200Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7018520Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7020000Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7021190Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7022480Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7023770Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7024990Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7026280Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7027620Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7028890Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7030230Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7031620Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7032810Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7034120Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7035350Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7036550Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7037850Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7039110Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7040390Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7041590Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7042930Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7044180Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7045420Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7046770Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7048010Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7049190Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7050430Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7051650Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7052960Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7054210Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7055340Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7056600Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7057850Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7059060Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7060280Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7061730Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7063040Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7064190Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7065510Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7066720Z copying torch/include/ATen/ops/argmin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7067990Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7069200Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7070450Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7071660Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7072950Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7074120Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7075450Z copying torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7076770Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7078140Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7079120Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7080330Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7081660Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7082920Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7084330Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7085560Z copying torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7087020Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7088140Z copying torch/include/ATen/ops/and_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7089460Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7090780Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7091970Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7093210Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7094420Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7095840Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7097070Z copying torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7098310Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7099550Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7100800Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7102110Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7103370Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7104600Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7105920Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7107200Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7108570Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7109800Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7111010Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7112440Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7113620Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7114840Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7116170Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7117380Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7118690Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7119930Z copying torch/include/ATen/ops/dequantize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7121360Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7122310Z copying torch/include/ATen/ops/align_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7123570Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7124960Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7126190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7127370Z copying torch/include/ATen/ops/acosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7128690Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7129920Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7131110Z copying torch/include/ATen/ops/index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7132330Z copying torch/include/ATen/ops/min_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7133570Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7134950Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7136140Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7137380Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7138780Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7139920Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7141270Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7142450Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7143660Z copying torch/include/ATen/ops/repeat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7144950Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7146220Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7147550Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7148690Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7149990Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7151120Z copying torch/include/ATen/ops/matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7152370Z copying torch/include/ATen/ops/floor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7153620Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7154880Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7156260Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7157510Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7158680Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7159960Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7161210Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7162540Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7163780Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7165010Z copying torch/include/ATen/ops/selu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7166310Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7167670Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7168920Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7170170Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7171460Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7172740Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7173950Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7175360Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7176620Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7178050Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7179230Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7180410Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7181680Z copying torch/include/ATen/ops/ge_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7182970Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7184290Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7185450Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7186720Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7187990Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7189240Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7190500Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7191820Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7193040Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7194340Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7195540Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7196800Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7198080Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7199460Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7200740Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7201950Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7203270Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7204540Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7205780Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7207060Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7208420Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7209610Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7210830Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7212040Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7213300Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7214530Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7215840Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7217040Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7218590Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7219930Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7221010Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7222320Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7223480Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7224840Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7226150Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7227450Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7228730Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7230000Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7231360Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7232770Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7234140Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7235500Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7236860Z copying torch/include/ATen/ops/exponential_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7238380Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7239660Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7241000Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7242410Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7243820Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7245170Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7246450Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7247690Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7248940Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7250220Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7251470Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7252750Z copying torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7254050Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7255350Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7256550Z copying torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7257790Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7262470Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7263100Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7263770Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7264360Z copying torch/include/ATen/ops/permute.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7265000Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7265680Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7266900Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7268020Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7269250Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7270480Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7271750Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7272970Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7274220Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7275590Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7276780Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7278000Z copying torch/include/ATen/ops/roll.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7279290Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7280520Z copying torch/include/ATen/ops/orgqr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7281800Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7283030Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7284240Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7285710Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7286980Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7288310Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7289560Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7290850Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7291990Z copying torch/include/ATen/ops/take.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7293300Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7294660Z copying torch/include/ATen/ops/isin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7295810Z copying torch/include/ATen/ops/record_stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7297030Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7298340Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7299850Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7300840Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7302110Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7303490Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7304510Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7305770Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7307220Z copying torch/include/ATen/ops/expand_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7308290Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7309570Z copying torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7310900Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7312170Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7313390Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7314710Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7315990Z copying torch/include/ATen/ops/multinomial.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7317240Z copying torch/include/ATen/ops/alias_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7318500Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7319720Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7321060Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7322300Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7323550Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7324850Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7326080Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7327340Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7328590Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7329890Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7331080Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7332400Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7333620Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7335010Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7336160Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7337570Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7338700Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7339990Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7341250Z copying torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7342510Z copying torch/include/ATen/ops/digamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7343720Z copying torch/include/ATen/ops/mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7345050Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7346280Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7347580Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7348800Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7350060Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7351380Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7352650Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7353850Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7355250Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7356620Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7358780Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7359950Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7361320Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7362730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7364110Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7365360Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7366670Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7367960Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7369290Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7370640Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7371910Z copying torch/include/ATen/ops/all_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7373190Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7374500Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7375840Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7377040Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7378280Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7379550Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7380950Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7382310Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7383560Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7384880Z copying torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7386230Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7387540Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7388780Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7390220Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7391480Z copying torch/include/ATen/ops/eye_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7392690Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7393950Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7395290Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7396530Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7397850Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7399100Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7400360Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7401640Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7402950Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7404140Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7405450Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7406660Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7408010Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7409230Z copying torch/include/ATen/ops/lt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7410390Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7411810Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7412970Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7414220Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7415600Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7416820Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7418100Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7419330Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7420670Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7421900Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7423130Z copying torch/include/ATen/ops/_fused_adagrad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7424350Z copying torch/include/ATen/ops/all_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7425580Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7426860Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7428080Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7429400Z copying torch/include/ATen/ops/sqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7430730Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7432000Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7433280Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7434570Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7435720Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7437040Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7438360Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7439610Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7440860Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7442150Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7443560Z copying torch/include/ATen/ops/positive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7444590Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7445810Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7447260Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7448610Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7449590Z copying torch/include/ATen/ops/new_empty.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7450870Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7452130Z copying torch/include/ATen/ops/any_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7453400Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7454790Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7456010Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7457490Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7458550Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7459830Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7460980Z copying torch/include/ATen/ops/_conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7462290Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7463550Z copying torch/include/ATen/ops/flatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7464820Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7466030Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7467280Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7468500Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7469910Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7471410Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7472670Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7473910Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7475270Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7476620Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7477850Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7479010Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7480340Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7481640Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7482830Z copying torch/include/ATen/ops/flip_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7484050Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7485380Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7486610Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7487860Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7489200Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7490430Z copying torch/include/ATen/ops/where_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7491650Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7492830Z copying torch/include/ATen/ops/igamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7494220Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7495440Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7496650Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7497860Z copying torch/include/ATen/ops/kl_div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7499200Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7500410Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7501670Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7502910Z copying torch/include/ATen/ops/values_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7504150Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7505430Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7506720Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7507920Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7509280Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7510560Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7511760Z copying torch/include/ATen/ops/any_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7513070Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7514350Z copying torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7515640Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7516950Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7518290Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7519510Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7520680Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7522070Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7523250Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7524540Z copying torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7525980Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7527140Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7528450Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7529730Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7531010Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7532340Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7533570Z copying torch/include/ATen/ops/atan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7534770Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7536000Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7537330Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7538570Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7539870Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7541040Z copying torch/include/ATen/ops/binomial.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7542390Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7543650Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7544880Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7546170Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7547520Z copying torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7548860Z copying torch/include/ATen/ops/index_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7550040Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7551310Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7552630Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7553960Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7555290Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7556510Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7557800Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7559280Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7560460Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7561830Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7562930Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7564220Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7565510Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7566760Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7568130Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7569400Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7570630Z copying torch/include/ATen/ops/remainder_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7571880Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7573090Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7574340Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7575600Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7576860Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7578100Z copying torch/include/ATen/ops/zero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7579350Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7580580Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7581850Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7583160Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7584450Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7585670Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7586970Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7588320Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7589620Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7590820Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7592060Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7593430Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7594600Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7596030Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7597130Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7598350Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7599620Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7600850Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7602090Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7603370Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7604720Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7605990Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7607250Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7608430Z copying torch/include/ATen/ops/lt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7609680Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7611080Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7612270Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7613550Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7614910Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7616220Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7617480Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7618810Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7619960Z copying torch/include/ATen/ops/unbind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7621260Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7622570Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7623890Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7625200Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7626520Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7627810Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7629340Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7630790Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7632100Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7633530Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7634810Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7636150Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7637560Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7638950Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7640350Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7641640Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7642950Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7644160Z copying torch/include/ATen/ops/topk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7645450Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7646800Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7648180Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7649350Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7650650Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7652000Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7653310Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7654440Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7655660Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7657050Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7658420Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7659680Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7660810Z copying torch/include/ATen/ops/empty_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7662110Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7663390Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7664700Z copying torch/include/ATen/ops/stft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7665950Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7667200Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7668430Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7669640Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7671010Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7672200Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7673440Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7674820Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7676040Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7677250Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7678580Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7679800Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7681050Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7682300Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7683710Z copying torch/include/ATen/ops/random_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7684900Z copying torch/include/ATen/ops/repeat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7686210Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7687440Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7688810Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7689980Z copying torch/include/ATen/ops/output_nr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7691250Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7692550Z copying torch/include/ATen/ops/not_equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7693810Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7695040Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7696330Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7697620Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7698920Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7700170Z copying torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7701450Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7702710Z copying torch/include/ATen/ops/rand_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7704260Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7705370Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7706780Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7708110Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7709340Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7710630Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7711920Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7713130Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7714470Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7715640Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7716890Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7718250Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7719470Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7720720Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7722160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7723490Z copying torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7724740Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7725940Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7727250Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7728420Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7729990Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7730920Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7732260Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7733390Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7734730Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7736010Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7737220Z copying torch/include/ATen/ops/diff_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7738500Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7739790Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7741120Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7742340Z copying torch/include/ATen/ops/eye_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7743650Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7744860Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7746090Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7747510Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7748710Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7749910Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7751340Z copying torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7752750Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7753820Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7755100Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7756390Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7757700Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7759070Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7760540Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7761660Z copying torch/include/ATen/ops/and.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7762980Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7764220Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7765430Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7766810Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7767980Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7769270Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7770630Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7771950Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7773160Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7774470Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7775820Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7777090Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7778340Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7779700Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7780880Z copying torch/include/ATen/ops/clamp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7782230Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7783460Z copying torch/include/ATen/ops/hann_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7784800Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7786070Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7787250Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7788480Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7789760Z copying torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7791090Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7792310Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7793530Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7794860Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7796130Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7797500Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7798650Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7800010Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7801290Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7802490Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7803740Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7805100Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7806290Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7807550Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7808760Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7810020Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7811330Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7812570Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7813920Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7815180Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7816370Z copying torch/include/ATen/ops/range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7817750Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7818930Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7820200Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7821450Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7822690Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7823900Z copying torch/include/ATen/ops/sinc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7825140Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7826490Z copying torch/include/ATen/ops/square_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7827740Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7829100Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7830200Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7831440Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7832750Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7833990Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7835300Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7836540Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7837970Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7839180Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7840420Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7841680Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7842910Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7844120Z copying torch/include/ATen/ops/range_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7845400Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7846710Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7848030Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7849190Z copying torch/include/ATen/ops/cov.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7850600Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7851840Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7853110Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7854480Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7855610Z copying torch/include/ATen/ops/min.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7856900Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7858160Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7859440Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7860700Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7865850Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7866140Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7866390Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7866650Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7867680Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7869250Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7870740Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7872120Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7873410Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7874740Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7876120Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7877600Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7879010Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7880210Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7881500Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7882890Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7884220Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7885480Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7886650Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7888020Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7889280Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7890530Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7891810Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7893220Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7894610Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7895780Z copying torch/include/ATen/ops/fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7897240Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7898630Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7900090Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7901270Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7902540Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7903810Z copying torch/include/ATen/ops/lcm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7905310Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7906560Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7907860Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7909060Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7910480Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7911830Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7913090Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7914380Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7915760Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7917030Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7918270Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7919550Z copying torch/include/ATen/ops/put_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7920880Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7922220Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7923510Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7924900Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7926080Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7927400Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7928600Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7929980Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7931320Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7932530Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7933910Z copying torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7935140Z copying torch/include/ATen/ops/div_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7936400Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7937840Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7939050Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7940270Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7941520Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7942910Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7944120Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7945710Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7946780Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7947990Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7949300Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7950520Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7951890Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7953200Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7954480Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7955820Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7957080Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7958310Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7959510Z copying torch/include/ATen/ops/_nnz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7960740Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7962130Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7963410Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7964670Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7965990Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7967320Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7969040Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7970360Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7971820Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7973240Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7974460Z copying torch/include/ATen/ops/_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7975750Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7977010Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7978350Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7979720Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7980960Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7982360Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7983570Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7984970Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7986230Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7987510Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7988820Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7990240Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7991560Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7992740Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7994080Z copying torch/include/ATen/ops/topk_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7995470Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7996670Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7997960Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.7999290Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8000560Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8001940Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8003250Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8004610Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8005820Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8007220Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8008430Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8009670Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8011000Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8012250Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8013470Z copying torch/include/ATen/ops/pow_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8014830Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8016020Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8017360Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8018590Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8019870Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8021090Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8022290Z copying torch/include/ATen/ops/asin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8023600Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8024930Z copying torch/include/ATen/ops/_spsolve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8026150Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8027380Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8028690Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8030020Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8031400Z copying torch/include/ATen/ops/maximum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8032830Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8034260Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8035920Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8037220Z copying torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8038600Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8040110Z copying torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8041700Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8043010Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8044430Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8046030Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8047390Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8048710Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8050040Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8051370Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8052580Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8053890Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8055390Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8056600Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8057930Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8059150Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8060320Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8061540Z copying torch/include/ATen/ops/addr_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8062820Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8064080Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8065330Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8066630Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8068120Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8069260Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8070540Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8071840Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8073110Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8074420Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8075750Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8077060Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8078330Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8079520Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8080810Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8082100Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8083420Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8084600Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8085940Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8087210Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8088570Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8089760Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8091170Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8092730Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8093730Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8095040Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8096180Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8097430Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8098620Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8099870Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8101260Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8102400Z copying torch/include/ATen/ops/std_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8103750Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8104940Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8106190Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8107640Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8108930Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8110110Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8111330Z copying torch/include/ATen/ops/hspmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8112740Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8113990Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8115170Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8116510Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8117770Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8118950Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8120280Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8121500Z copying torch/include/ATen/ops/less_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8122780Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8123970Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8125410Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8126740Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8127940Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8129170Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8130510Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8131920Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8133110Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8134390Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8135620Z copying torch/include/ATen/ops/cat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8136900Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8138190Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8139420Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8140670Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8141990Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8143210Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8144520Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8145760Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8147100Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8148310Z copying torch/include/ATen/ops/amax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8149690Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8150860Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8152130Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8153330Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8154510Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8155840Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8157170Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8158390Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8159640Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8160900Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8162250Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8163410Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8164710Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8166010Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8167270Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8168440Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8169780Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8170990Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8172250Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8173440Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8174730Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8175970Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8177180Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8178410Z copying torch/include/ATen/ops/isin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8179690Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8180940Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8182140Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8183410Z copying torch/include/ATen/ops/_foreach_max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8184650Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8185890Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8187100Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8188340Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8189610Z copying torch/include/ATen/ops/all_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8190860Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8192080Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8193540Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8194660Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8195890Z copying torch/include/ATen/ops/svd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8197130Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8198350Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8199790Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8200950Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8202260Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8203680Z copying torch/include/ATen/ops/log2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8204880Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8206040Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8207490Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8208520Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8209940Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8211140Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8212390Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8213620Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8214860Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8216150Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8217470Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8218650Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8219930Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8221250Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8222520Z copying torch/include/ATen/ops/randint_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8223770Z copying torch/include/ATen/ops/slogdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8225150Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8226420Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8227720Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8228910Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8230240Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8231500Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8232700Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8233980Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8235230Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8236470Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8237740Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8238990Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8240270Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8241400Z copying torch/include/ATen/ops/cross.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8242750Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8243960Z copying torch/include/ATen/ops/gelu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8245300Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8246570Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8247860Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8249080Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8250320Z copying torch/include/ATen/ops/log1p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8251550Z copying torch/include/ATen/ops/less.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8252790Z copying torch/include/ATen/ops/tensordot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8254170Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8255410Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8256820Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8257980Z copying torch/include/ATen/ops/log2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8259370Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8260600Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8261940Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8263250Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8264550Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8265710Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8267000Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8268210Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8269570Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8270760Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8272020Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8273220Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8274460Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8275720Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8276900Z copying torch/include/ATen/ops/or_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8278170Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8279520Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8280730Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8281940Z copying torch/include/ATen/ops/median_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8283280Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8284640Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8285860Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8287140Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8288450Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8289670Z copying torch/include/ATen/ops/im2col.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8290990Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8292260Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8293570Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8294840Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8296170Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8297380Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8298750Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8300020Z copying torch/include/ATen/ops/sign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8301260Z copying torch/include/ATen/ops/empty_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8302620Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8303910Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8305230Z copying torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8306410Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8307710Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8308910Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8310140Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8311410Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8312810Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8314000Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8315260Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8316570Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8317800Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8319010Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8320250Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8321420Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8322650Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8323870Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8325120Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8326320Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8327550Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8328800Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8330060Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8331260Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8332460Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8333650Z copying torch/include/ATen/ops/divide.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8335010Z copying torch/include/ATen/ops/_unsafe_masked_index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8336340Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8337440Z copying torch/include/ATen/ops/is_neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8338750Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8339990Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8341260Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8342480Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8343770Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8344990Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8346250Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8347450Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8348670Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8349890Z copying torch/include/ATen/ops/resize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8351190Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8352350Z copying torch/include/ATen/ops/gt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8353700Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8354960Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8356180Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8357520Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8358730Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8360000Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8361260Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8362530Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8363850Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8365020Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8366230Z copying torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8367640Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8369030Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8370320Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8371500Z copying torch/include/ATen/ops/expand_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8372810Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8374110Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8375380Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8377080Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8378480Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8379810Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8381120Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8382550Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8383770Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8385120Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8386450Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8387660Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8388910Z copying torch/include/ATen/ops/lshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8390200Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8391530Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8392700Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8394040Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8395410Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8396660Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8398070Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8399280Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8400560Z copying torch/include/ATen/ops/sub_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8401820Z copying torch/include/ATen/ops/glu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8403060Z copying torch/include/ATen/ops/fmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8404310Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8405550Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8406760Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8408080Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8409410Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8410580Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8411920Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8413120Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8414340Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8415600Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8416820Z copying torch/include/ATen/ops/logspace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8418180Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8419500Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8420690Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8422010Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8423370Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8424630Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8425790Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8427050Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8428300Z copying torch/include/ATen/ops/_foreach_max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8429550Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8430840Z copying torch/include/ATen/ops/where_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8432630Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8433990Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8435630Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8436960Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8438420Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8439970Z copying torch/include/ATen/ops/set_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8441330Z copying torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8442790Z copying torch/include/ATen/ops/asinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8444310Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8445730Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8447190Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8448490Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8450270Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8451210Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8452420Z copying torch/include/ATen/ops/alias.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8453680Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8454960Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8456210Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8457610Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8458890Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8460210Z copying torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8461450Z copying torch/include/ATen/ops/poisson.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8462780Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8464100Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8465360Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8466670Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8467860Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8469290Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8470490Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8471800Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8473130Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8474370Z copying torch/include/ATen/ops/heaviside.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8475570Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8477020Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8478050Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8479330Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8480650Z copying torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8486060Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8486590Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8486940Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8487210Z copying torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8487530Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8488110Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8489490Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8490610Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8491960Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8493210Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8494470Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8495670Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8497090Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8498290Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8499560Z copying torch/include/ATen/ops/index_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8500750Z copying torch/include/ATen/ops/equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8502060Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8503310Z copying torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8504540Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8505790Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8507050Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8508320Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8509580Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8510900Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8512160Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8513410Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8514630Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8515990Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8517370Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8518590Z copying torch/include/ATen/ops/sum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8519860Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8521290Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8522480Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8523720Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8524990Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8526270Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8527600Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8528920Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8530220Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8531460Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8532780Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8534080Z copying torch/include/ATen/ops/tile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8535370Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8536710Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8537920Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8539160Z copying torch/include/ATen/ops/nanmean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8540460Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8541760Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8542970Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8555520Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8555920Z copying torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8556220Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8556580Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8556810Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8557070Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8557310Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8557600Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8557960Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8558230Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8558590Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8558860Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8559300Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8560560Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8561810Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8563090Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8564300Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8565530Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8566850Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8568080Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8569390Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8570570Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8571820Z copying torch/include/ATen/ops/eq_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8573030Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8574350Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8575580Z copying torch/include/ATen/ops/hypot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8576900Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8578070Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8579280Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8580780Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8581870Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8583420Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8584510Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8585730Z copying torch/include/ATen/ops/isclose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8586960Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8588160Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8589480Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8590780Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8591980Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8593250Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8594570Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8595820Z copying torch/include/ATen/ops/sin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8597080Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8598300Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8599740Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8600910Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8602140Z copying torch/include/ATen/ops/clamp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8603580Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8604820Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8606110Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8607310Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8608620Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8609970Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8611310Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8612590Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8613940Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8615180Z copying torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8616540Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8617800Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8618970Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8620340Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8621490Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8622890Z copying torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8624140Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8625400Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8626580Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8627880Z copying torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8629190Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8630470Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8631740Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8632970Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8634280Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8635570Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8636900Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8638190Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8639440Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8640660Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8641900Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8643210Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8644390Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8645720Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8647040Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8648240Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8649500Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8650920Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8652200Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8653400Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8654690Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8656000Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8657410Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8658660Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8659810Z copying torch/include/ATen/ops/type_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8661100Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8662370Z copying torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8663980Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8664870Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8666150Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8667580Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8668950Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8670170Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8671370Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8672620Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8673900Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8675130Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8676340Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8677600Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8678890Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8680320Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8681570Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8682780Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8684050Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8685260Z copying torch/include/ATen/ops/lift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8686510Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8687780Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8689080Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8690410Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8691650Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8692940Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8694170Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8695560Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8696850Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8698040Z copying torch/include/ATen/ops/stride.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8699300Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8700920Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8701800Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8703120Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8704490Z copying torch/include/ATen/ops/relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8705690Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8706990Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8708170Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8709430Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8710700Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8712030Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8713190Z copying torch/include/ATen/ops/clone_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8714540Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8715720Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8716990Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8718140Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8719430Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8720670Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8722010Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8723300Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8724720Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8725870Z copying torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8727210Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8728460Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8729750Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8731010Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8732290Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8733600Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8734940Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8736210Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8737540Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8738800Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8739990Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8741240Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8742490Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8743790Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8745060Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8746450Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8747650Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8748940Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8750380Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8751850Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8753230Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8754390Z copying torch/include/ATen/ops/acos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8755680Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8756970Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8758270Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8759590Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8760810Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8762000Z copying torch/include/ATen/ops/chunk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8763270Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8764500Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8765800Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8767190Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8768440Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8769780Z copying torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8771090Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8772330Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8773500Z copying torch/include/ATen/ops/renorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8774800Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8776010Z copying torch/include/ATen/ops/absolute.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8777300Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8778560Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8779960Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8781070Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8782430Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8783690Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8785050Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8786270Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8787600Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8788860Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8790060Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8791400Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8792620Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8793910Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8795180Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8796410Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8797620Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8798900Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8800150Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8801450Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8802790Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8804080Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8805380Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8806590Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8807810Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8809110Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8810450Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8811760Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8812980Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8814310Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8815590Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8816870Z copying torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8818120Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8819450Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8820690Z copying torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8821900Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8823170Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8824570Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8826100Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8827200Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8828480Z copying torch/include/ATen/ops/add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8829730Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8830960Z copying torch/include/ATen/ops/gelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8832180Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8833540Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8835060Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8836350Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8837860Z copying torch/include/ATen/ops/selu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8839280Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8840510Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8841980Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8843260Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8844720Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8846080Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8847400Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8848580Z copying torch/include/ATen/ops/set_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8849880Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8851110Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8852390Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8853850Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8854970Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8856230Z copying torch/include/ATen/ops/scatter_reduce_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8857500Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8858720Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8860070Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8861340Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8862710Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8863780Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8865120Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8866330Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8867640Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8868920Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8870180Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8871410Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8872730Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8873970Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8875240Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8876420Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8877690Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8878950Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8880260Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8881550Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8882790Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8884120Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8885450Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8886700Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8887900Z copying torch/include/ATen/ops/zeros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8889200Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8890440Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8891780Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8893070Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8894280Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8895550Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8896930Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8898140Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8899490Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8900760Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8902030Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8903280Z copying torch/include/ATen/ops/arctanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8904510Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8905800Z copying torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8907220Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8908310Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8909560Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8910840Z copying torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8912090Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8913310Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8914600Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8915930Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8917170Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8918390Z copying torch/include/ATen/ops/_spsolve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8919610Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8920890Z copying torch/include/ATen/ops/log10_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8922150Z copying torch/include/ATen/ops/flip.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8923570Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8924800Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8925990Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8927340Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8928540Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8929830Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8931070Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8932320Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8933630Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8934900Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8936120Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8937390Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8943360Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8944100Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8944790Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8945430Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8946050Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8946670Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8947240Z copying torch/include/ATen/ops/neg_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8948430Z copying torch/include/ATen/ops/pinverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8949980Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8951400Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8952480Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8953760Z copying torch/include/ATen/ops/conv1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8955110Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8956460Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8957800Z copying torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8958980Z copying torch/include/ATen/ops/arccosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8960290Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8961640Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8962940Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8964280Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8965480Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8966770Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8968040Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8969350Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8970600Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8971900Z copying torch/include/ATen/ops/prod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8973220Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8974460Z copying torch/include/ATen/ops/index_select.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8975870Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8977150Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8978320Z copying torch/include/ATen/ops/mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8979670Z copying torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8980930Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8982280Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8983500Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8984920Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8986100Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8987460Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8988700Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8989930Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8991200Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8992470Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8993680Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8995030Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8996190Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8997530Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.8998720Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9000010Z copying torch/include/ATen/ops/data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9001300Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9002500Z copying torch/include/ATen/ops/randn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9004080Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9005390Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9006620Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9007890Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9009210Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9010380Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9011710Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9012910Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9014230Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9015510Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9016730Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9017970Z copying torch/include/ATen/ops/_fused_adagrad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9019370Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9020660Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9021930Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9023250Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9024430Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9025750Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9026920Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9028270Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9029490Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9030870Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9032170Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9033410Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9034660Z copying torch/include/ATen/ops/max_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9035940Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9037360Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9038580Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9039860Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9041170Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9042590Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9043720Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9045000Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9046290Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9047700Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9049000Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9050340Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9051830Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9052970Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9054250Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9055570Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9056870Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9058190Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9059570Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9060800Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9062120Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9063290Z copying torch/include/ATen/ops/convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9064540Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9065800Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9067110Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9068340Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9069580Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9070840Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9072140Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9073470Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9074680Z copying torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9075920Z copying torch/include/ATen/ops/addmv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9077270Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9078420Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9079650Z copying torch/include/ATen/ops/clone.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9080950Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9082190Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9083500Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9084770Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9086000Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9087420Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9088590Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9089940Z copying torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9091150Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9092530Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9093710Z copying torch/include/ATen/ops/values_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9095070Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9096430Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9097630Z copying torch/include/ATen/ops/swapdims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9099070Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9100410Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9101530Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9102790Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9104220Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9105570Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9106790Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9108060Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9109520Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9110620Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9112130Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9113330Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9114590Z copying torch/include/ATen/ops/sinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9115830Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9117130Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9118480Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9119740Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9120950Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9122270Z copying torch/include/ATen/ops/all.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9123530Z copying torch/include/ATen/ops/_foobar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9124920Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9126340Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9127490Z copying torch/include/ATen/ops/log_normal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9128780Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9130050Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9131400Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9132600Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9133840Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9135170Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9136450Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9137720Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9139070Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9140250Z copying torch/include/ATen/ops/size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9141620Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9142860Z copying torch/include/ATen/ops/special_erf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9144170Z copying torch/include/ATen/ops/amax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9145340Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9146750Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9147970Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9149270Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9150570Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9151900Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9153150Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9154350Z copying torch/include/ATen/ops/movedim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9155760Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9156910Z copying torch/include/ATen/ops/arccos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9158240Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9159420Z copying torch/include/ATen/ops/linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9160670Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9161920Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9163160Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9164410Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9165770Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9166980Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9168250Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9169570Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9170850Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9172200Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9173520Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9174680Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9176000Z copying torch/include/ATen/ops/gather.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9177270Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9178560Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9179760Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9181010Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9182260Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9183510Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9184820Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9186110Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9187330Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9188650Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9189940Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9191230Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9192530Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9193830Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9195090Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9196450Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9197890Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9199180Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9200460Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9201830Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9203100Z copying torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9204280Z copying torch/include/ATen/ops/data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9205590Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9206940Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9208280Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9209720Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9211010Z copying torch/include/ATen/ops/gather_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9212230Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9213560Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9214870Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9216040Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9217320Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9218630Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9219910Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9221130Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9222500Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9223780Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9225080Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9226300Z copying torch/include/ATen/ops/div_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9227650Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9228870Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9230120Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9231360Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9232580Z copying torch/include/ATen/ops/triu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9233970Z copying torch/include/ATen/ops/rename_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9235440Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9236900Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9238470Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9239750Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9241230Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9242540Z copying torch/include/ATen/ops/tan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9243880Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9245490Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9246850Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9248100Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9249420Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9250710Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9252020Z copying torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9253320Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9254630Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9255820Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9257420Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9258380Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9259690Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9261110Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9262330Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9267680Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9268370Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9268890Z copying torch/include/ATen/ops/gru.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9269420Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9269970Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9270540Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9271130Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9272400Z copying torch/include/ATen/ops/isneginf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9273780Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9274950Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9276320Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9277630Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9278810Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9280140Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9281380Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9282640Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9283890Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9285180Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9286380Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9287620Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9288910Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9290230Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9291640Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9292760Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9294010Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9295200Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9296480Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9297740Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9299000Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9300230Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9301590Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9302770Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9304030Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9305310Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9306540Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9307890Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9309060Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9310360Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9311550Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9312900Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9314080Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9315330Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9316660Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9317870Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9319070Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9320310Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9321550Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9322880Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9324120Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9325420Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9326760Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9328010Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9329310Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9330540Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9331900Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9333200Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9334430Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9335740Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9337050Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9338370Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9339690Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9340840Z copying torch/include/ATen/ops/i0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9342220Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9343510Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9344810Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9346170Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9347730Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9348670Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9350000Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9351230Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9352590Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9353670Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9354950Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9356260Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9357470Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9358670Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9359960Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9361240Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9362510Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9363730Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9365190Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9366300Z copying torch/include/ATen/ops/cov_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9367550Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9368840Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9370210Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9371300Z copying torch/include/ATen/ops/var.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9372580Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9373890Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9375270Z copying torch/include/ATen/ops/index_put.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9376380Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9377630Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9378960Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9380180Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9381450Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9382690Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9384020Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9385300Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9386550Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9387750Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9389020Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9390340Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9391560Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9392800Z copying torch/include/ATen/ops/remainder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9394010Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9395240Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9396570Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9397930Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9399190Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9400440Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9401830Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9403180Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9404400Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9405660Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9407050Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9408250Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9409540Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9410880Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9412110Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9413400Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9414710Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9415930Z copying torch/include/ATen/ops/_stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9417200Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9418520Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9419750Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9421060Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9422370Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9423790Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9425220Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9426180Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9427720Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9429250Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9430430Z copying torch/include/ATen/ops/gradient.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9431760Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9433160Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9434470Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9435790Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9436980Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9438260Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9439500Z copying torch/include/ATen/ops/values_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9440740Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9442080Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9443350Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9444620Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9445920Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9447120Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9448420Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9449720Z copying torch/include/ATen/ops/ne_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9450920Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9452220Z copying torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9453450Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9454710Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9455900Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9457290Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9458660Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9459850Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9461170Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9462450Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9463840Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9464980Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9466420Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9467460Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9468730Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9469970Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9471320Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9472450Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9473910Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9475140Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9476420Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9477690Z copying torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9479060Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9480370Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9481610Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9483040Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9484220Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9485550Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9486770Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9487980Z copying torch/include/ATen/ops/_fused_adagrad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9489200Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9490540Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9491740Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9493060Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9494380Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9495610Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9496950Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9498240Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9499620Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9500760Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9502100Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9503330Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9504650Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9505960Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9507180Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9508410Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9509780Z copying torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9511020Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9512390Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9513540Z copying torch/include/ATen/ops/fmod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9514970Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9516250Z copying torch/include/ATen/ops/inverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9517410Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9518900Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9519930Z copying torch/include/ATen/ops/rshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9521300Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9522430Z copying torch/include/ATen/ops/item.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9523810Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9525170Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9526290Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9527580Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9528840Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9530250Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9531480Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9532710Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9534030Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9535270Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9536580Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9537890Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9539090Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9540330Z copying torch/include/ATen/ops/sgn_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9541590Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9542810Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9544070Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9545320Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9546560Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9547800Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9549050Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9550410Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9551600Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9552810Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9554140Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9555510Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9556730Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9558060Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9559360Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9560570Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9561790Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9563080Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9564380Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9565720Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9566970Z copying torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9568200Z copying torch/include/ATen/ops/silu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9569580Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9570820Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9572130Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9573430Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9574950Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9576160Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9577400Z copying torch/include/ATen/ops/less_equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9578610Z copying torch/include/ATen/ops/rrelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9579970Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9581110Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9582420Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9583790Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9584940Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9586160Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9587460Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9588710Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9589970Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9591210Z copying torch/include/ATen/ops/log_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9592480Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9593810Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9595010Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9596230Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9597540Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9598710Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9600120Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9601250Z copying torch/include/ATen/ops/nansum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9602570Z copying torch/include/ATen/ops/threshold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9603800Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9605040Z copying torch/include/ATen/ops/det_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9606300Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9607620Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9608950Z copying torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9610250Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9611590Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9612830Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9614080Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9615330Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9616590Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9617900Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9619050Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9620350Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9621540Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9622820Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9624130Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9625430Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9626670Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9627940Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9629300Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9630630Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9631970Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9633530Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9635000Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9636300Z copying torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9637950Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9639290Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9640790Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9642440Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9643840Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9645400Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9646810Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9648170Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9649430Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9650720Z copying torch/include/ATen/ops/equal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9651970Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9653240Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9654570Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9655740Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9657050Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9658460Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9659870Z copying torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9661130Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9662400Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9663570Z copying torch/include/ATen/ops/einsum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9664940Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9666150Z copying torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9667550Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9668730Z copying torch/include/ATen/ops/is_conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9670170Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9671460Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9672780Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9673990Z copying torch/include/ATen/ops/multiply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9675360Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9676670Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9677850Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9679260Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9680620Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9681750Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9682980Z copying torch/include/ATen/ops/prelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9684390Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9685640Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9686870Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9688200Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9689420Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9690660Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9691970Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9693230Z copying torch/include/ATen/ops/unfold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9694540Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9700870Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9701380Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9701840Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9702120Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9702390Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9702760Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9703430Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9704830Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9706090Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9707370Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9708630Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9710020Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9711350Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9712600Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9713890Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9715180Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9716400Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9717710Z copying torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9718970Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9720310Z copying torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9721480Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9722820Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9724050Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9725240Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9726530Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9727790Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9729340Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9730330Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9731570Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9732850Z copying torch/include/ATen/ops/round_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9734010Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9735360Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9736660Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9737890Z copying torch/include/ATen/ops/ones_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9739110Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9740420Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9741650Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9742930Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9744230Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9745520Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9746810Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9747970Z copying torch/include/ATen/ops/lerp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9749290Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9750550Z copying torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9751790Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9753220Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9754450Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9755600Z copying torch/include/ATen/ops/round.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9756870Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9758090Z copying torch/include/ATen/ops/roll_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9759350Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9760590Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9761870Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9763130Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9764370Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9765630Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9766970Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9768170Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9769390Z copying torch/include/ATen/ops/pow_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9770640Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9771840Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9773210Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9774530Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9775770Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9777180Z copying torch/include/ATen/ops/select_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9778140Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9779480Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9780770Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9782130Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9783290Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9784810Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9785910Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9787170Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9788520Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9789760Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9790990Z copying torch/include/ATen/ops/im2col_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9792370Z copying torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9793670Z copying torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9795020Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9796410Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9797670Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9798900Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9800190Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9801570Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9802750Z copying torch/include/ATen/ops/_print.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9804120Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9805380Z copying torch/include/ATen/ops/set_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9806650Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9807910Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9809230Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9810420Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9811710Z copying torch/include/ATen/ops/polygamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9813030Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9814410Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9815590Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9816980Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9818100Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9819440Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9820670Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9822090Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9823340Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9824530Z copying torch/include/ATen/ops/quantile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9825900Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9827120Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9828290Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9829550Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9830800Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9832070Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9833250Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9834610Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9835850Z copying torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9837080Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9838390Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9839560Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9840870Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9842090Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9843350Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9844660Z copying torch/include/ATen/ops/mT_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9845870Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9847090Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9848320Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9849590Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9850880Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9852140Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9853360Z copying torch/include/ATen/ops/arange_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9854810Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9855870Z copying torch/include/ATen/ops/ne.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9857190Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9858530Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9859910Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9861280Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9862460Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9863860Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9865100Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9866310Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9867680Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9868950Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9870290Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9871460Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9872920Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9873920Z copying torch/include/ATen/ops/_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9875230Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9876430Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9877690Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9878950Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9880190Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9881500Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9882810Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9884020Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9885240Z copying torch/include/ATen/ops/div_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9886560Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9887830Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9890380Z copying torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9891720Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9893000Z copying torch/include/ATen/ops/mul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9894610Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9895720Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9897040Z copying torch/include/ATen/ops/divide_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9898370Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9899580Z copying torch/include/ATen/ops/sub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9900980Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9902350Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9903630Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9905180Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9906190Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9907490Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9908660Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9909970Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9911230Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9912510Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9913820Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9914990Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9916390Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9917650Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9918960Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9920210Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9921530Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9922710Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9924050Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9925520Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9926790Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9927920Z copying torch/include/ATen/ops/log2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9929280Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9930480Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9931890Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9933080Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9934420Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9935630Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9936920Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9938240Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9939470Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9940850Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9942110Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9943380Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9944690Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9946010Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9947310Z copying torch/include/ATen/ops/copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9948640Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9949930Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9951100Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9952390Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9953800Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9954950Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9956280Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9957610Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9959040Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9960100Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9961360Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9962760Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9964160Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9965350Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9966600Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9967850Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9969120Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9970430Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9971890Z copying torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9972980Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9974190Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9975490Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9976850Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9978000Z copying torch/include/ATen/ops/sort_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9979470Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9980530Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9981800Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9983080Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9984310Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9985650Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9986860Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9988100Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9989400Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9990630Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9991950Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9993210Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9994420Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9995850Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9997270Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9998580Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:55.9999920Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0001220Z copying torch/include/ATen/ops/tril_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0002490Z copying torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0003770Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0005050Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0006320Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0007630Z copying torch/include/ATen/ops/arcsin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0008840Z copying torch/include/ATen/ops/qr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0010080Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0011420Z copying torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0012620Z copying torch/include/ATen/ops/frac_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0013990Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0015190Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0016480Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0017770Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0019060Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0020400Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0021670Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0022920Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0024170Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0025480Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0026860Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0027980Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0029160Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0030400Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0031670Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0033160Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0034650Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0036020Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0037510Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0038920Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0040540Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0042050Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0043220Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0044640Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0046010Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0047400Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0048770Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0050110Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0051320Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0052670Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0053800Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0055040Z copying torch/include/ATen/ops/slice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0056270Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0057550Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0058750Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0060000Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0061410Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0062480Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0063730Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0064880Z copying torch/include/ATen/ops/sign_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0066180Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0067380Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0068610Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0069840Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0071090Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0072370Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0073500Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0074940Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0076130Z copying torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0077350Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0078600Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0080020Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0081220Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0082590Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0083810Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0085100Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0086360Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0087620Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0088940Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0090190Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0091420Z copying torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0092690Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0093990Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0095260Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0096710Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0098050Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0099300Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0100530Z copying torch/include/ATen/ops/_safe_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0101700Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0103750Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0104740Z copying torch/include/ATen/ops/logdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0106050Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0107310Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0108780Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0110120Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0111260Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0112460Z copying torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0113770Z copying torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0115010Z copying torch/include/ATen/ops/trunc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0116270Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0117580Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0118750Z copying torch/include/ATen/ops/mv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0119990Z copying torch/include/ATen/ops/logit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0121210Z copying torch/include/ATen/ops/min_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0122500Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0123710Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0124990Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0126250Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0127490Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0128820Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0130000Z copying torch/include/ATen/ops/normal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0131340Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0132600Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0133760Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0135090Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0136320Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0137560Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0138780Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0140060Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0141300Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0142580Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0143790Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0145050Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0146340Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0147670Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0148830Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0150100Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0151320Z copying torch/include/ATen/ops/special_i1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0152580Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0153820Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0155210Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0156420Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0157710Z copying torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0158960Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0160190Z copying torch/include/ATen/ops/expm1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0161420Z copying torch/include/ATen/ops/dist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0162850Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0164050Z copying torch/include/ATen/ops/maximum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0165330Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0166570Z copying torch/include/ATen/ops/ones.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0168050Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0169290Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0170550Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0171930Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0173160Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0174620Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0175840Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0177040Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0178480Z copying torch/include/ATen/ops/pad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0179490Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0180710Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0182000Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0183290Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0184440Z copying torch/include/ATen/ops/std_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0185670Z copying torch/include/ATen/ops/round_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0186900Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0188300Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0189470Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0190610Z copying torch/include/ATen/ops/block_diag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0191810Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0193220Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0194420Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0195750Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0197020Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0198220Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0199530Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0200710Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0202020Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0203160Z copying torch/include/ATen/ops/geqrf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0204430Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0205670Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0206930Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0208300Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0209500Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0210700Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0212040Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0213290Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0214460Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0215780Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0217060Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0218230Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0219580Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0220860Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0222090Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0223370Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0224550Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0225760Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0226960Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0228390Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0229490Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0230850Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0232210Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0233430Z copying torch/include/ATen/ops/add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0234910Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0236160Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0237520Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0238850Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0240030Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0241250Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0242700Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0243880Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0245240Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0246390Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0247720Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0248970Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0250250Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0251600Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0252870Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0254070Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0255250Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0256480Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0257730Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0258990Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0260230Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0261520Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0262870Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0264140Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0265310Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0266540Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0267840Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0269400Z copying torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0270360Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0271630Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0272920Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0274110Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0275360Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0276550Z copying torch/include/ATen/ops/hypot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0277840Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0279050Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0280300Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0281570Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0282800Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0284150Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0285440Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0286740Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0288000Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0289290Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0290570Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0291850Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0293070Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0294420Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0295600Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0296840Z copying torch/include/ATen/ops/sort_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0298080Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0299380Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0300610Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0301910Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0303250Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0304440Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0305860Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0307120Z copying torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0313070Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0313590Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0313910Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0314170Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0314460Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0314700Z copying torch/include/ATen/ops/logical_or.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0315990Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0317250Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0318420Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0319690Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0320940Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0322270Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0323580Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0324770Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0326110Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0327300Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0328570Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0329690Z copying torch/include/ATen/ops/asinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0331000Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0332170Z copying torch/include/ATen/ops/resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0333420Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0334600Z copying torch/include/ATen/ops/ravel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0335920Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0337110Z copying torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0338450Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0339610Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0340830Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0342180Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0343300Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0344590Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0345800Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0347020Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0348300Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0349640Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0350890Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0352120Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0353370Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0354550Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0355880Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0357030Z copying torch/include/ATen/ops/std_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0358260Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0359620Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0360920Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0362060Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0363280Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0364530Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0365730Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0367030Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0368340Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0369510Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0370790Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0372030Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0373270Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0374460Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0375980Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0377110Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0378350Z copying torch/include/ATen/ops/_version_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0379600Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0380930Z copying torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0382400Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0383520Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0384730Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0385910Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0387180Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0388570Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0389780Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0390970Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0392240Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0393580Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0394860Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0396070Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0397260Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0398560Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0399810Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0401060Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0402320Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0403500Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0404870Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0406030Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0407340Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0408590Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0409800Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0411100Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0412350Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0413560Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0414770Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0415990Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0417230Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0418470Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0419740Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0421010Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0422260Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0423450Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0424660Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0425910Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0427120Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0428250Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0429630Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0430940Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0432420Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0433700Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0435170Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0436540Z copying torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0437940Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0439360Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0440720Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0442190Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0443530Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0444940Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0446300Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0447770Z copying torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0448920Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0450190Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0451430Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0452830Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0454060Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0455270Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0456540Z copying torch/include/ATen/ops/pdist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0457910Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0459090Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0460390Z copying torch/include/ATen/ops/is_signed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0461780Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0463000Z copying torch/include/ATen/ops/ne_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0464200Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0465450Z copying torch/include/ATen/ops/logit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0466700Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0468070Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0469250Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0470470Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0471770Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0472900Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0474200Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0475530Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0476760Z copying torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0477920Z copying torch/include/ATen/ops/rand_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0479340Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0480450Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0481750Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0482940Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0484310Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0485450Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0486700Z copying torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0487990Z copying torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0489270Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0490430Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0491640Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0492910Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0494770Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0496150Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0497530Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0498840Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0500110Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0501360Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0502770Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0503920Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0505170Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0506450Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0507650Z copying torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0508880Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0510070Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0511390Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0512530Z copying torch/include/ATen/ops/mish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0513900Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0515230Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0516420Z copying torch/include/ATen/ops/addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0517980Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0518860Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0520110Z copying torch/include/ATen/ops/atan2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0521580Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0522790Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0523980Z copying torch/include/ATen/ops/tan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0525320Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0526540Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0527790Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0529150Z copying torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0530330Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0531560Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0532890Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0534140Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0535450Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0536680Z copying torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0538020Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0539320Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0540570Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0541840Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0542980Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0544240Z copying torch/include/ATen/ops/cosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0545480Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0546710Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0548010Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0549250Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0550410Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0551690Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0552890Z copying torch/include/ATen/ops/index_add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0554110Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0555390Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0556690Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0558170Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0559280Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0560560Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0561730Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0563030Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0564170Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0565400Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0566620Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0567920Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0569080Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0570390Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0571630Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0572880Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0574180Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0575400Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0576580Z copying torch/include/ATen/ops/select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0577880Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0579140Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0580570Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0581920Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0583140Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0584300Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0585580Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0586850Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0588110Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0589460Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0590630Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0591970Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0593230Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0594600Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0595780Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0597150Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0598310Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0599720Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0600880Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0602150Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0603390Z copying torch/include/ATen/ops/dot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0604800Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0605980Z copying torch/include/ATen/ops/stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0607240Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0608430Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0609760Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0611110Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0612420Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0614040Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0615010Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0616260Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0617420Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0618740Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0620000Z copying torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0621150Z copying torch/include/ATen/ops/view_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0622380Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0623690Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0624910Z copying torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0626170Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0627390Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0628650Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0629870Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0631080Z copying torch/include/ATen/ops/concatenate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0632360Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0633550Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0634680Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0635940Z copying torch/include/ATen/ops/qscheme.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0637160Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0638430Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0639730Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0640920Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0642130Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0643470Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0644810Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0645970Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0647230Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0648420Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0649770Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0650980Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0652190Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0653420Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0654710Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0655920Z copying torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0657200Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0658350Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0659560Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0660880Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0662150Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0663280Z copying torch/include/ATen/ops/argmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0664600Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0665900Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0667120Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0668350Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0669900Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0670990Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0672280Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0673450Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0674730Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0675990Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0677300Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0678520Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0679860Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0681200Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0682400Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0683580Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0685060Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0686290Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0687590Z copying torch/include/ATen/ops/from_file.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0688850Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0690090Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0691430Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0692590Z copying torch/include/ATen/ops/celu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0693770Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0695070Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0696460Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0697540Z copying torch/include/ATen/ops/lstm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0698760Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0700050Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0701340Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0702670Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0703930Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0705150Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0706340Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0707640Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0708820Z copying torch/include/ATen/ops/row_stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0710110Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0711360Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0712570Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0713790Z copying torch/include/ATen/ops/real.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0715060Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0716390Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0717540Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0718860Z copying torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0720040Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0721240Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0722600Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0723900Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0725110Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0726490Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0727790Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0729130Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0730260Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0731570Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0732790Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0734080Z copying torch/include/ATen/ops/ceil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0735420Z copying torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0736700Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0737920Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0739360Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0740560Z copying torch/include/ATen/ops/min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0741870Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0743190Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0744440Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0745750Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0746970Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0748350Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0749700Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0750910Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0752250Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0753510Z copying torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0754780Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0755970Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0757340Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0758690Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0759960Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0761310Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0762470Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0763790Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0765060Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0766380Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0767540Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0768790Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0769990Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0771280Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0772500Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0773740Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0775050Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0776220Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0777550Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0778750Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0780000Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0781190Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0782500Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0783720Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0785010Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0786300Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0787540Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0788720Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0790040Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0791190Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0792500Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0794040Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0795120Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0796210Z copying torch/include/ATen/ops/t_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0797550Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0798930Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0800150Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0801360Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0802630Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0803870Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0805100Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0806420Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0807690Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0808910Z copying torch/include/ATen/ops/fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0810250Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0811450Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0812790Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0814020Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0815360Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0816710Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0817940Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0819300Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0820490Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0821810Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0823100Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0824560Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0825550Z copying torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0826850Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0828450Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0829880Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0831180Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0832510Z copying torch/include/ATen/ops/abs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0833830Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0835230Z copying torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0836670Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0837990Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0839370Z copying torch/include/ATen/ops/kron_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0840730Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0842140Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0843410Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0844590Z copying torch/include/ATen/ops/bucketize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0845970Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0847210Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0848450Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0849780Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0851070Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0852430Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0853530Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0854740Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0856040Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0857390Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0858580Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0859890Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0861230Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0862570Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0863880Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0865010Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0866300Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0867620Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0868750Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0870010Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0871260Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0872480Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0873700Z copying torch/include/ATen/ops/softplus.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0874900Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0876210Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0877470Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0878680Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0879950Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0881260Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0882500Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0883760Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0884980Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0886220Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0887500Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0888730Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0889990Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0891270Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0892580Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0893820Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0895070Z copying torch/include/ATen/ops/_safe_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0896430Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0897760Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0899070Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0900340Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0901560Z copying torch/include/ATen/ops/set_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0902800Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0904210Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0905410Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0906750Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0908040Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0909210Z copying torch/include/ATen/ops/float_power.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0910470Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0911750Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0913020Z copying torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0914250Z copying torch/include/ATen/ops/rot90.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0915470Z copying torch/include/ATen/ops/t.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0921400Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0921770Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0922050Z copying torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0922580Z copying torch/include/ATen/ops/greater.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0922840Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0923260Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0924290Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0925660Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0926790Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0928070Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0929360Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0930560Z copying torch/include/ATen/ops/from_blob.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0931870Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0933140Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0934380Z copying torch/include/ATen/ops/exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0935600Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0936910Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0938120Z copying torch/include/ATen/ops/linspace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0939450Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0940620Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0941960Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0943060Z copying torch/include/ATen/ops/put_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0944430Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0945620Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0946880Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0948170Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0949350Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0950630Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0951860Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0953160Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0954460Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0955720Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0957450Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0958140Z copying torch/include/ATen/ops/put.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0959390Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0960740Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0962040Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0963150Z copying torch/include/ATen/ops/eq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0964420Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0965710Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0967010Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0968240Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0969450Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0970750Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0972030Z copying torch/include/ATen/ops/equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0973260Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0974540Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0975870Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0977150Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0978520Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0979770Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0981070Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0982370Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0983500Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0984800Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0986140Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0987310Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0988510Z copying torch/include/ATen/ops/log1p_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0989840Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0991030Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0992250Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0993520Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0994800Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0996070Z copying torch/include/ATen/ops/masked_select.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0997250Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0998470Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.0999700Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1000980Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1002230Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1003530Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1004730Z copying torch/include/ATen/ops/view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1006040Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1007320Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1008620Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1009850Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1011060Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1012600Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1013710Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1014970Z copying torch/include/ATen/ops/linspace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1016210Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1017500Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1018670Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1019890Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1021170Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1022430Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1023630Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1024950Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1026200Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1027540Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1028810Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1030000Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1031330Z copying torch/include/ATen/ops/mean_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1032630Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1033830Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1035250Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1036450Z copying torch/include/ATen/ops/round_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1037660Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1038930Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1040190Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1041620Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1042900Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1044130Z copying torch/include/ATen/ops/select_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1045370Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1046600Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1047960Z copying torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1049240Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1050540Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1051940Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1053140Z copying torch/include/ATen/ops/diag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1054500Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1055780Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1056990Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1058310Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1059500Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1060880Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1062340Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1063490Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1064890Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1065970Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1067430Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1068470Z copying torch/include/ATen/ops/detach.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1069800Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1070960Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1072230Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1073470Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1074700Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1075880Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1077120Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1078290Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1079480Z copying torch/include/ATen/ops/expand.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1080700Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1081960Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1083260Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1084440Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1085700Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1086910Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1088190Z copying torch/include/ATen/ops/ger_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1089460Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1090780Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1092000Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1093310Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1094480Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1095840Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1096970Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1098260Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1099550Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1100940Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1102100Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1103490Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1104730Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1106000Z copying torch/include/ATen/ops/threshold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1107310Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1108650Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1109970Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1111220Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1112440Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1113750Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1115040Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1116270Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1117580Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1118820Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1120080Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1121430Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1122790Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1124120Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1125400Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1126640Z copying torch/include/ATen/ops/median_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1127900Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1129280Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1130410Z copying torch/include/ATen/ops/ceil_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1131690Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1132870Z copying torch/include/ATen/ops/full_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1134230Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1135440Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1136690Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1137980Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1139160Z copying torch/include/ATen/ops/fmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1140410Z copying torch/include/ATen/ops/refine_names.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1141640Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1142970Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1144510Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1145470Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1146730Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1147980Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1149230Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1150430Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1151750Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1152900Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1154180Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1155590Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1156790Z copying torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1158000Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1159240Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1160520Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1161940Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1163100Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1164380Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1165760Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1166900Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1168100Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1169330Z copying torch/include/ATen/ops/slice_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1170620Z copying torch/include/ATen/ops/add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1171800Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1173110Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1174370Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1175650Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1176960Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1178350Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1179580Z copying torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1181000Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1182310Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1183500Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1184750Z copying torch/include/ATen/ops/istft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1186020Z copying torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1187210Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1188430Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1189750Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1190970Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1192230Z copying torch/include/ATen/ops/acos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1193450Z copying torch/include/ATen/ops/log10_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1194770Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1196070Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1197310Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1198560Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1199830Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1201110Z copying torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1202340Z copying torch/include/ATen/ops/prod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1203610Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1204810Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1206080Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1207400Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1208600Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1209810Z copying torch/include/ATen/ops/unfold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1211110Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1212360Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1213690Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1214900Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1216150Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1217440Z copying torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1218620Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1219840Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1221120Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1222670Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1223900Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1225270Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1226770Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1228250Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1229650Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1231000Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1232530Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1233710Z copying torch/include/ATen/ops/diagflat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1235240Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1236440Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1237940Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1239190Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1240570Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1241720Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1243090Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1244410Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1245730Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1246920Z copying torch/include/ATen/ops/arange_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1248220Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1249450Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1250720Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1251990Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1253590Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1254500Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1255780Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1257170Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1258430Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1259890Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1261040Z copying torch/include/ATen/ops/std_mean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1262390Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1263560Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1264890Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1266060Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1267320Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1268540Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1269890Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1271310Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1272470Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1273690Z copying torch/include/ATen/ops/empty.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1275080Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1276320Z copying torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1277540Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1278790Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1280010Z copying torch/include/ATen/ops/ger.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1281260Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1282630Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1283900Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1285290Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1286560Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1287750Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1288960Z copying torch/include/ATen/ops/imag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1290190Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1291480Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1292780Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1294080Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1295240Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1296470Z copying torch/include/ATen/ops/copysign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1297780Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1299240Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1300180Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1301470Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1302800Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1303950Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1305270Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1306500Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1307680Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1308970Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1310180Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1311490Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1312690Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1313910Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1315270Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1316510Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1317710Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1318970Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1320190Z copying torch/include/ATen/ops/le_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1321510Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1322640Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1323900Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1325160Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1326370Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1327700Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1328950Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1330340Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1331510Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1332870Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1334010Z copying torch/include/ATen/ops/cosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1335240Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1336510Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1337730Z copying torch/include/ATen/ops/concat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1339000Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1340380Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1341620Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1342920Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1344180Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1345500Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1346760Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1347900Z copying torch/include/ATen/ops/nonzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1349160Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1350410Z copying torch/include/ATen/ops/negative_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1351610Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1352860Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1354250Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1355420Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1356750Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1357980Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1359350Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1360470Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1361780Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1362980Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1364450Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1365570Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1366830Z copying torch/include/ATen/ops/as_strided.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1368090Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1369290Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1370540Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1371800Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1373060Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1374290Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1375520Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1376760Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1377950Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1379270Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1380410Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1381820Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1382990Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1384320Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1385520Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1386880Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1388200Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1389470Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1390610Z copying torch/include/ATen/ops/isnan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1391880Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1393180Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1394410Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1395780Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1397140Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1398440Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1399660Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1400850Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1402160Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1403380Z copying torch/include/ATen/ops/_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1404610Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1405850Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1407160Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1408350Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1409600Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1410800Z copying torch/include/ATen/ops/tanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1412150Z copying torch/include/ATen/ops/cumprod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1413400Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1414680Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1415850Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1417160Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1418570Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1419820Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1421040Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1422460Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1423750Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1425080Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1426230Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1427520Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1428840Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1430100Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1431260Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1432620Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1433850Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1435020Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1436260Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1437540Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1438850Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1440650Z copying torch/include/ATen/ops/lerp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1441840Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1443090Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1444320Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1445590Z copying torch/include/ATen/ops/topk_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1446810Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1448170Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1449470Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1450640Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1452070Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1453330Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1454580Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1455780Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1457090Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1458280Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1459540Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1460770Z copying torch/include/ATen/ops/vdot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1462080Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1463280Z copying torch/include/ATen/ops/any_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1464680Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1465870Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1467190Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1468390Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1469700Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1470920Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1472250Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1473550Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1474970Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1476330Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1477510Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1478800Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1480290Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1481360Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1482720Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1484030Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1485420Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1486760Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1487950Z copying torch/include/ATen/ops/renorm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1489810Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1491290Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1492690Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1494010Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1495310Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1496640Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1497860Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1499140Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1500490Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1501760Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1502940Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1504260Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1505420Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1506640Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1507900Z copying torch/include/ATen/ops/relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1509130Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1510420Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1511570Z copying torch/include/ATen/ops/item_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1512890Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1514160Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1515370Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1516620Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1517850Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1519300Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1520560Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1521780Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1523080Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1524310Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1530500Z copying torch/include/ATen/ops/rshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1530950Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1531250Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1531500Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1531780Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1532100Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1533110Z copying torch/include/ATen/ops/mish.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1534490Z copying torch/include/ATen/ops/subtract.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1535620Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1536970Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1538140Z copying torch/include/ATen/ops/amin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1539400Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1540680Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1541970Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1543270Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1544490Z copying torch/include/ATen/ops/indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1545750Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1547000Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1548370Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1549630Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1550860Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1552190Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1553560Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1554710Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1555980Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1557290Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1558460Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1559810Z copying torch/include/ATen/ops/le_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1561030Z copying torch/include/ATen/ops/mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1562350Z copying torch/include/ATen/ops/is_inference.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1563550Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1564880Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1566160Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1567500Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1568820Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1570220Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1571400Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1572750Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1574130Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1575410Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1576550Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1577920Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1579220Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1580440Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1581800Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1583130Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1584310Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1585690Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1587090Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1588290Z copying torch/include/ATen/ops/align_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1589500Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1590860Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1592220Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1593380Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1594580Z copying torch/include/ATen/ops/narrow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1596040Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1597260Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1598530Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1599800Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1601160Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1602390Z copying torch/include/ATen/ops/var_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1603660Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1604920Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1606350Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1607510Z copying torch/include/ATen/ops/dot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1608770Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1610090Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1611330Z copying torch/include/ATen/ops/resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1612680Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1613880Z copying torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1615080Z copying torch/include/ATen/ops/erfc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1616530Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1617730Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1618980Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1620300Z copying torch/include/ATen/ops/digamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1621650Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1623040Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1624630Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1625970Z copying torch/include/ATen/ops/col_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1627430Z copying torch/include/ATen/ops/tile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1628820Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1630230Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1631720Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1633220Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1634690Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1636150Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1637530Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1639090Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1640520Z copying torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1641940Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1643280Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1644670Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1645930Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1647290Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1648520Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1649800Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1651050Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1652340Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1653610Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1654870Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1656110Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1657380Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1658630Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1659940Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1661160Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1662640Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1663820Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1665060Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1666310Z copying torch/include/ATen/ops/le.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1667570Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1668820Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1670200Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1671510Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1672710Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1674000Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1675260Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1676820Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1677970Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1679270Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1680490Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1681830Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1683080Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1684370Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1685660Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1687050Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1688390Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1689530Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1690810Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1692090Z copying torch/include/ATen/ops/split_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1693270Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1694490Z copying torch/include/ATen/ops/smm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1695810Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1697160Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1698270Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1699560Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1700810Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1702100Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1703310Z copying torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1704600Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1705850Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1707110Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1708350Z copying torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1709750Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1711050Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1712360Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1713570Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1714730Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1716070Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1717300Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1718510Z copying torch/include/ATen/ops/frac.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1719720Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1720950Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1722250Z copying torch/include/ATen/ops/amin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1723450Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1724920Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1726260Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1727440Z copying torch/include/ATen/ops/indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1728700Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1729990Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1731280Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1732520Z copying torch/include/ATen/ops/histc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1733880Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1735070Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1736360Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1737920Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1739400Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1740640Z copying torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1741950Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1743800Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1745550Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1747250Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1748510Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1749790Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1751100Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1752360Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1753750Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1754950Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1756270Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1757510Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1758760Z copying torch/include/ATen/ops/eye.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1760050Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1761350Z copying torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1762580Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1764060Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1765240Z copying torch/include/ATen/ops/silu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1766530Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1767740Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1769000Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1770280Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1771500Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1772840Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1774190Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1775470Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1776770Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1778070Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1779240Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1780790Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1782130Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1783380Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1784650Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1785850Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1787100Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1788300Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1789590Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1790830Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1792250Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1793510Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1794800Z copying torch/include/ATen/ops/frac_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1796120Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1797520Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1798640Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1799860Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1801120Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1802440Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1803670Z copying torch/include/ATen/ops/sgn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1804990Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1806160Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1807390Z copying torch/include/ATen/ops/glu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1808830Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1810100Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1811500Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1812780Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1814120Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1815460Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1816580Z copying torch/include/ATen/ops/sum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1817850Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1819030Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1820370Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1821600Z copying torch/include/ATen/ops/inner_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1822930Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1824180Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1825410Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1826710Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1827950Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1829090Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1830440Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1831690Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1832910Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1834170Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1835410Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1836640Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1837840Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1839120Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1840380Z copying torch/include/ATen/ops/floor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1841760Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1842910Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1844120Z copying torch/include/ATen/ops/values.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1845430Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1846740Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1848100Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1849280Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1850480Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1851710Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1852940Z copying torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1854210Z copying torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1855390Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1856650Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1857980Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1859310Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1860500Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1861720Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1862980Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1864180Z copying torch/include/ATen/ops/to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1865440Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1866630Z copying torch/include/ATen/ops/angle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1867960Z copying torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1869180Z copying torch/include/ATen/ops/allclose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1870460Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1871690Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1872990Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1874230Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1875600Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1876830Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1878040Z copying torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1879350Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1880780Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1881990Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1883130Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1884500Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1885750Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1887150Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1888420Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1889660Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1890910Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1892190Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1893410Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1894640Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1895770Z copying torch/include/ATen/ops/to_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1897030Z copying torch/include/ATen/ops/fmin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1898350Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1899590Z copying torch/include/ATen/ops/scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1900870Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1902130Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1903380Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1904700Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1905920Z copying torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1907090Z copying torch/include/ATen/ops/_foreach_rsqrt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1908410Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1909710Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1910900Z copying torch/include/ATen/ops/mul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1912240Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1913510Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1914840Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1916090Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1917350Z copying torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1918600Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1919930Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1921110Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1922340Z copying torch/include/ATen/ops/gcd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1923540Z copying torch/include/ATen/ops/_dimV.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1924800Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1926120Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1927510Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1928570Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1929820Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1931170Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1932370Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1933540Z copying torch/include/ATen/ops/asin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1934900Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1936160Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1937410Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1938730Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1939970Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1941330Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1942610Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1943910Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1945120Z copying torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1946380Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1947690Z copying torch/include/ATen/ops/qr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1948950Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1950150Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1951420Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1952820Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1954010Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1955370Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1956630Z copying torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1958030Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1959260Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1960450Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1961820Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1963030Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1964250Z copying torch/include/ATen/ops/ldexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1965500Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1966870Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1968110Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1969330Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1970580Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1971950Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1973380Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1974610Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1975830Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1976990Z copying torch/include/ATen/ops/randperm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1978300Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1979530Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1980800Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1982070Z copying torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1983270Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1984570Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1985810Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1987080Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1988300Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1989630Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1990830Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1992200Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1993390Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1994610Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1995880Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1997140Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1998370Z copying torch/include/ATen/ops/random_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.1999710Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2000880Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2002190Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2003430Z copying torch/include/ATen/ops/special_entr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2004680Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2005880Z copying torch/include/ATen/ops/erf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2007100Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2008460Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2009730Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2010990Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2012190Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2013540Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2014850Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2016030Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2017270Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2018670Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2019870Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2021150Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2022360Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2023660Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2024920Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2026290Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2027890Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2029330Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2030690Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2032250Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2033640Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2034850Z copying torch/include/ATen/ops/gt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2036210Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2037620Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2039170Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2040360Z copying torch/include/ATen/ops/relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2041600Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2042910Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2044290Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2045440Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2046650Z copying torch/include/ATen/ops/logical_and.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2048110Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2049220Z copying torch/include/ATen/ops/diff.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2050410Z copying torch/include/ATen/ops/round_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2051780Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2053020Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2054220Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2055430Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2056800Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2057970Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2059270Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2060480Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2061720Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2062940Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2064310Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2065490Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2066710Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2067970Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2069280Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2070590Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2071780Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2073120Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2074320Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2075530Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2076800Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2077990Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2079260Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2080620Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2081810Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2083050Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2084270Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2085530Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2086920Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2088170Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2089390Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2090660Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2091910Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2093300Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2094420Z copying torch/include/ATen/ops/msort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2095760Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2096950Z copying torch/include/ATen/ops/hstack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2098180Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2099400Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2100620Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2101980Z copying torch/include/ATen/ops/var_mean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2103370Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2104500Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2105820Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2107040Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2108250Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2109580Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2110750Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2111910Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2113150Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2114360Z copying torch/include/ATen/ops/fix_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2115730Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2116890Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2118100Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2119410Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2120770Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2121900Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2123110Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2124380Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2125780Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2127080Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2128230Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2129490Z copying torch/include/ATen/ops/cos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2130690Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2131870Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2133560Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2134840Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2136220Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2137600Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2138770Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2144750Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2145190Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2145440Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2145920Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2146210Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2146570Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2147650Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2148830Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2150100Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2151280Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2152590Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2153760Z copying torch/include/ATen/ops/randn_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2155050Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2156310Z copying torch/include/ATen/ops/dstack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2157600Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2158870Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2160060Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2161370Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2162690Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2164230Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2165210Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2166470Z copying torch/include/ATen/ops/trace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2167720Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2168950Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2170590Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2171450Z copying torch/include/ATen/ops/gru_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2172710Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2174010Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2175270Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2176540Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2177750Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2179170Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2180370Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2181670Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2182990Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2184180Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2185380Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2186570Z copying torch/include/ATen/ops/_spsolve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2187820Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2189080Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2190400Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2191630Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2192900Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2194220Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2195390Z copying torch/include/ATen/ops/trapz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2196680Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2197950Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2199220Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2200460Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2201680Z copying torch/include/ATen/ops/dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2203010Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2204240Z copying torch/include/ATen/ops/randperm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2205560Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2206770Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2207980Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2209240Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2210430Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2211730Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2212870Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2214160Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2215450Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2216750Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2217880Z copying torch/include/ATen/ops/elu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2219140Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2220450Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2221690Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2222960Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2224180Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2225470Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2226700Z copying torch/include/ATen/ops/index_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2227890Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2229170Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2230350Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2231670Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2232920Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2234210Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2235380Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2236600Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2238060Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2239380Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2240630Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2241890Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2243250Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2244610Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2245810Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2247100Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2248340Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2249620Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2250850Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2252150Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2253420Z copying torch/include/ATen/ops/minimum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2254620Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2255800Z copying torch/include/ATen/ops/resize_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2257210Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2258490Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2259670Z copying torch/include/ATen/ops/or.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2260910Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2262120Z copying torch/include/ATen/ops/cumsum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2263450Z copying torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2264690Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2265910Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2267290Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2268520Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2269790Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2271000Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2272190Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2273470Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2274650Z copying torch/include/ATen/ops/mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2276050Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2277420Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2417350Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2418310Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2419590Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2421170Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2422240Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2423490Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2424730Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2426000Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2427260Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2428540Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2429860Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2431170Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2432450Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.2433880Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4203260Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4209790Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4217020Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4223930Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4230390Z copying torch/include/ATen/ops/vsplit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4236760Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4243500Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4250790Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4257140Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4262210Z copying torch/include/ATen/ops/atan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4268150Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4273680Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4278980Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4284620Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4290200Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4296120Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4301040Z copying torch/include/ATen/ops/le_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4312340Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4356300Z copying torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4357560Z copying torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4359410Z copying torch/include/ATen/ops/index_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4360550Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4371070Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4372370Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4374010Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4375650Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4377280Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4378840Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4380550Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4382060Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4383560Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4385900Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4387710Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4389400Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4391000Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4392660Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4394320Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4395960Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4397400Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4399840Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4401480Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4403000Z copying torch/include/ATen/ops/cos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4404750Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4406370Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4407960Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4409660Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4411020Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4412380Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4413820Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4415190Z copying torch/include/ATen/ops/eq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4416680Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4418100Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4419470Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4421110Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4422410Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4423760Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4425210Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4426540Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4427920Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4429510Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4430940Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4432320Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4433770Z copying torch/include/ATen/ops/addr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4435230Z copying torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4436640Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4438070Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4439620Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4441020Z copying torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4442380Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4443870Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4445750Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4447260Z copying torch/include/ATen/ops/var_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4448780Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4450210Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4451680Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4453080Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4454650Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4455890Z copying torch/include/ATen/ops/var_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4457300Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4458660Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4460130Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4461410Z copying torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4462900Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4464630Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4466050Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4467510Z copying torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4469200Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4470290Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4471860Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4473200Z copying torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4474570Z copying torch/include/ATen/ops/bmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4475850Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4477270Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4478500Z copying torch/include/ATen/ops/log.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4479910Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4481460Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4482610Z copying torch/include/ATen/ops/new_full.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4484050Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4485430Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4487040Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4488250Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4489650Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4490870Z copying torch/include/ATen/ops/clip.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4492350Z copying torch/include/ATen/ops/reshape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4493730Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4495150Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4496540Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4497940Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4499170Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4500620Z copying torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4502010Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4503400Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4504660Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4505970Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4507370Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4508630Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4510030Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4511390Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4512780Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4514070Z copying torch/include/ATen/ops/int_repr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4515470Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4516870Z copying torch/include/ATen/ops/column_stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4518370Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4519560Z copying torch/include/ATen/ops/minimum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4520880Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4522360Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4523660Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4525120Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4526450Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4528780Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4534400Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4535700Z copying torch/include/ATen/ops/real_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4537310Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4543120Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4544720Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4550800Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4552440Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4558130Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4559400Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4560890Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4566140Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4567810Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4569400Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4575690Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4577060Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4583330Z copying torch/include/ATen/ops/gt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4585110Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4591000Z copying torch/include/ATen/ops/normal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4592340Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4593990Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4598990Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4600450Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4606260Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4608050Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4609550Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4615530Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4616790Z copying torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4623680Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4625140Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4631510Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4632860Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4634450Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4639030Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4640360Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4646330Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4648100Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4649730Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4662410Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4663140Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4663850Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4665220Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4671820Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4673120Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4674610Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4680030Z copying torch/include/ATen/ops/square.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4681570Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4687010Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4688510Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4690300Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4698780Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4700140Z copying torch/include/ATen/ops/cdist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4705820Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4707260Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4708740Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4710240Z copying torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4713080Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4714690Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4716690Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4721390Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4728960Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4731180Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4736710Z copying torch/include/ATen/ops/cummax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4738290Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4739840Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4745820Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4747240Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4753320Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4754740Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4761110Z copying torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4762470Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4764070Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4768630Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4770050Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4776040Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4778270Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4783190Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4785400Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4787230Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4792270Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4794020Z copying torch/include/ATen/ops/unfold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4795900Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4802390Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4804040Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4810800Z copying torch/include/ATen/ops/norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4812150Z copying torch/include/ATen/ops/trunc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4818680Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4820370Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4821990Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4827020Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4828510Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4836140Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4837600Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4839360Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4843710Z copying torch/include/ATen/ops/scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4845240Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4846860Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4851980Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4853430Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4861460Z copying torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4862900Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4871400Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4873100Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4874830Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4878820Z copying torch/include/ATen/ops/special_expit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4880460Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4882230Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4886410Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4888790Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4890320Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4895530Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4896900Z copying torch/include/ATen/ops/rename.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4902380Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4904620Z copying torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4909250Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4910900Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4912850Z copying torch/include/ATen/ops/xor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4918180Z copying torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4919630Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4925320Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4926750Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4932750Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4934310Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4940580Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4941910Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4948960Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4950380Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4951860Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4957360Z copying torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4958650Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4965160Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4966440Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4967910Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4972770Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4974400Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4981440Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4982760Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4984120Z copying torch/include/ATen/ops/vander.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4989650Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4991880Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4993270Z copying torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.4999000Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5000370Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5006370Z copying torch/include/ATen/ops/signbit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5007700Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5014060Z copying torch/include/ATen/ops/add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5015370Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5021270Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5022830Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5024070Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5028580Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5030980Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5036270Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5037620Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5039130Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5045000Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5046300Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5053660Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5054930Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5061220Z copying torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5062750Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5068630Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5069990Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5071340Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5075970Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5077740Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5083510Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5085220Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5088680Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5089740Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5092870Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5096800Z copying torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5097870Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5103040Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5105130Z copying torch/include/ATen/ops/trace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5110670Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5114090Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5119070Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5120030Z copying torch/include/ATen/ops/one_hot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5127820Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5128720Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5134920Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5136130Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5137480Z copying torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5142610Z copying torch/include/ATen/ops/randint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5144070Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5150950Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5152040Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5153410Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5158750Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5160090Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5166200Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5167790Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5174170Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5175310Z copying torch/include/ATen/ops/glu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5176700Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5182060Z copying torch/include/ATen/ops/diag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5184180Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5190100Z copying torch/include/ATen/ops/gather_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5191620Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5192990Z copying torch/include/ATen/ops/median.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5198830Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5199780Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5206740Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5208020Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5214560Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5215440Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5216810Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5222030Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5223400Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5229380Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5230720Z copying torch/include/ATen/ops/celu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5236510Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5237970Z copying torch/include/ATen/ops/addr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5239290Z copying torch/include/ATen/ops/where.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5246160Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5247310Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5254410Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5255340Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5261970Z copying torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5262860Z copying torch/include/ATen/ops/embedding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5264220Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5269480Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5271550Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5277120Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5278020Z copying torch/include/ATen/ops/relu6.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5280690Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5285210Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5286580Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5290450Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5295160Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5300040Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5303180Z copying torch/include/ATen/ops/range_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5304410Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5308950Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5310330Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5316610Z copying torch/include/ATen/ops/bmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5317960Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5324340Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5325490Z copying torch/include/ATen/ops/triu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5332420Z copying torch/include/ATen/ops/negative.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5333670Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5335070Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5342620Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5343680Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5350840Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5351890Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5353150Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5358480Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5359630Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5361100Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5366800Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5368020Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5375170Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5376340Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5377650Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5382860Z copying torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5384920Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5390970Z copying torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5392240Z copying torch/include/ATen/ops/argmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5393740Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5398500Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5399870Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5403800Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5408250Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5411960Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5415710Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5416830Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5420980Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5424260Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5428610Z copying torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5429870Z copying torch/include/ATen/ops/polar_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5433860Z copying torch/include/ATen/ops/square_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5437880Z copying torch/include/ATen/ops/argsort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5442770Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5444120Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5445610Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5452260Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5453520Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5460560Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5461450Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5468880Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5469770Z copying torch/include/ATen/ops/mean.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5471160Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5477280Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5478580Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5480030Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5486510Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5487700Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5493780Z copying torch/include/ATen/ops/chalf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5494660Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5496140Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5497560Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5504200Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5512370Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5513210Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5514690Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5519010Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5519930Z copying torch/include/ATen/ops/frexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5523240Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5527640Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5531410Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5534970Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5536580Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5541040Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5544010Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5548080Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5549350Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5553410Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5558000Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5562250Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5565150Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5566520Z copying torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5571640Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5573120Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5578280Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5580010Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5586130Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5587390Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5594200Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5595400Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5601410Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5602560Z copying torch/include/ATen/ops/complex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5603930Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5609450Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5610820Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5616730Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5618190Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5619540Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5626250Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5627200Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5633630Z copying torch/include/ATen/ops/nansum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5635090Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5642660Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5643630Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5645080Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5650180Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5651160Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5657700Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5658530Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5659890Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5665020Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5666450Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5672650Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5674080Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5679600Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5681590Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5683020Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5689280Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5690500Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5697280Z copying torch/include/ATen/ops/max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5698810Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5705270Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5706540Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5707950Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5714330Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5715520Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5721980Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5723180Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5724600Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5730880Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5731820Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5738190Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5739610Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5741660Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5746570Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5747760Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5754940Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5756150Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5757470Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5762810Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5763740Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5769720Z copying torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5771050Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5776940Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5778210Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5779690Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5785810Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5787140Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5793590Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5795020Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5800940Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5802020Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5803510Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5808220Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5809780Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5816280Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5817650Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5824150Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5825220Z copying torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5826510Z copying torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5832120Z copying torch/include/ATen/ops/stft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5833510Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5839700Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5840990Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5847710Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5848450Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5849780Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5857180Z copying torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5858270Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5864670Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5866960Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5873060Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5873920Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5875370Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5877420Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5880820Z copying torch/include/ATen/ops/to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5883430Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5884570Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5886090Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5889520Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5896150Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5904900Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5906030Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5907380Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5913280Z copying torch/include/ATen/ops/add_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5914320Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5920680Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5922040Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5923500Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5930850Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5931840Z copying torch/include/ATen/ops/stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5938120Z copying torch/include/ATen/ops/isin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5939380Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5940790Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5946050Z copying torch/include/ATen/ops/svd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5947530Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5954360Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5955520Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5957030Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5961870Z copying torch/include/ATen/ops/addmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5963290Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5966830Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5971470Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5975800Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5979010Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5980130Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5985550Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5986780Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5993160Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.5994240Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6000930Z copying torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6001730Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6003120Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6008100Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6009510Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6016530Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6017530Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6023920Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6025310Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6026640Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6033580Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6034790Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6041350Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6042380Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6043640Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6050320Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6051170Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6058420Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6059330Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6060730Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6066950Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6067840Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6074390Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6075870Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6077210Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6081100Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6083640Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6089890Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6091080Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6097730Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6099170Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6105400Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6106440Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6107750Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6113520Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6114820Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6121210Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6122490Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6123650Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6129510Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6130730Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6137480Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6138910Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6144700Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6145950Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6147220Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6152150Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6153450Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6159680Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6161180Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6167320Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6168330Z copying torch/include/ATen/ops/kron.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6169920Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6175970Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6177010Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6183980Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6184870Z copying torch/include/ATen/ops/tril.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6191830Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6192960Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6194390Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6200490Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6201410Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6208100Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6209270Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6210690Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6216020Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6216980Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6223340Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6224900Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6231050Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6232290Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6233550Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6238880Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6240090Z copying torch/include/ATen/ops/elu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6246440Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6248920Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6254200Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6255830Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6257110Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6260380Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6261450Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6266990Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6269330Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6270470Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6276840Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6278000Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6284990Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6286190Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6292790Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6294210Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6301950Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6303190Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6304550Z copying torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6310380Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6311710Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6314020Z copying torch/include/ATen/ops/roll_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6319640Z copying torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6320790Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6322490Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6329380Z copying torch/include/ATen/ops/linear_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6330330Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6336770Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6337940Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6344620Z copying torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6345790Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6347150Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6353380Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6354950Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6361450Z copying torch/include/ATen/ops/conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6362620Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6363980Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6369300Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6370280Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6376150Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6378580Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6383430Z copying torch/include/ATen/ops/_unique2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6384670Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6385970Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6393150Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6394230Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6401010Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6401900Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6407780Z copying torch/include/ATen/ops/empty_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6409050Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6410350Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6416050Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6416980Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6423550Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6425130Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6431700Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6432820Z copying torch/include/ATen/ops/size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6434310Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6439800Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6440670Z copying torch/include/ATen/ops/special_psi.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6447480Z copying torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6448650Z copying torch/include/ATen/ops/addcmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6450200Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6455500Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6456990Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6464170Z copying torch/include/ATen/ops/exp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6465690Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6472010Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6473010Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6474420Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6479320Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6481670Z copying torch/include/ATen/ops/range_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6486750Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6487970Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6489700Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6495640Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6496830Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6503000Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6505410Z copying torch/include/ATen/ops/bincount.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6510570Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6512020Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6513650Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6519660Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6520620Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6527580Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6528610Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6535100Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6536380Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6537680Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6542920Z copying torch/include/ATen/ops/split_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6544490Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6550440Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6551830Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6553130Z copying torch/include/ATen/ops/imag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6559870Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6561070Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6567590Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6568720Z copying torch/include/ATen/ops/erf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6576270Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6577450Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6578660Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6584890Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6586320Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6592760Z copying torch/include/ATen/ops/fill_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6594130Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6595420Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6600390Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6601830Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6608130Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6609450Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6610720Z copying torch/include/ATen/ops/fliplr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6615470Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6616810Z copying torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6619850Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6625240Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6628670Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6632340Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6633380Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6637980Z copying torch/include/ATen/ops/log10.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6641750Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6646620Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6647870Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6649280Z copying torch/include/ATen/ops/i0_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6655390Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6656580Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6659180Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6664090Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6665080Z copying torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6668390Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6671510Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6678250Z copying torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6680710Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6685810Z copying torch/include/ATen/ops/softplus_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6687410Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6690850Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6695810Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6697050Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6699550Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6705490Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6707730Z copying torch/include/ATen/ops/erfinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6712450Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6713630Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6716300Z copying torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6721500Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6723950Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6729070Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6730180Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6732750Z copying torch/include/ATen/ops/coalesce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6738880Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6741190Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6746140Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6747590Z copying torch/include/ATen/ops/expm1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6750110Z copying torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6755870Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6757110Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6763620Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6766100Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6772680Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6773910Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6776260Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6782310Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6783660Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6785040Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6789900Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6790670Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6791990Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6798300Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6799390Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6805150Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6806420Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6812000Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6813540Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6819050Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6820500Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6826490Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6827440Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6833000Z copying torch/include/ATen/ops/contiguous.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6834560Z copying torch/include/ATen/ops/view_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6836130Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6842800Z copying torch/include/ATen/ops/group_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6843970Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6850980Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6852160Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6854720Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6860520Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6862260Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6865740Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6869230Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6870400Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6873190Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6877350Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6880370Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6884700Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6887940Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6891530Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6892830Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6896930Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6900630Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6905600Z copying torch/include/ATen/ops/norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6908120Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6913020Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6914080Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6916920Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6921950Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6925060Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6930430Z copying torch/include/ATen/ops/rand.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6931950Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6935620Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6938670Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6940240Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6945060Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6946370Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6952320Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6953630Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6960110Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6960980Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6968530Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6969480Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6970730Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6975690Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6977720Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6982870Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6983960Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6986270Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6991610Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6992800Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.6999500Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7000950Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7007490Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7008690Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7011060Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7015420Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7016780Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7020730Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7025740Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7029930Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7031080Z copying torch/include/ATen/ops/isnan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7035870Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7038480Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7048230Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7049570Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7051030Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7054640Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7056830Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7057920Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7059530Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7064280Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7065220Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7068060Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7074670Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7076140Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7080070Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7083910Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7089880Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7112680Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7112950Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7113190Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7119670Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7120530Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7125580Z copying torch/include/ATen/ops/permute_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7126950Z copying torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7132690Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7133930Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7135240Z copying torch/include/ATen/ops/row_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7141670Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7144740Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7149410Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7150960Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7152800Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7157500Z copying torch/include/ATen/ops/histogram.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7158700Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7164430Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7165700Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7171570Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7172820Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7178410Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7180740Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7185260Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7186540Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7189650Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7194740Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7197290Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7201930Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7203260Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7208560Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7210940Z copying torch/include/ATen/ops/view_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7215620Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7216580Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7219180Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7224900Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7227880Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7232290Z copying torch/include/ATen/ops/cauchy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7233480Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7236820Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7243010Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7244300Z copying torch/include/ATen/ops/atanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7251010Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7252040Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7259250Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7260270Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7261740Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7266490Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7268850Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7274230Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7275550Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7276870Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7281350Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7283020Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7288760Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7290180Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7296430Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7297880Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7304050Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7304960Z copying torch/include/ATen/ops/bilinear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7306360Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7313220Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7314260Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7321490Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7322390Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7328760Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7329940Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7331340Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7336500Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7337910Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7344550Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7345440Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7348140Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7352120Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7353230Z copying torch/include/ATen/ops/outer_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7359590Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7363120Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7366980Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7369330Z copying torch/include/ATen/ops/adjoint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7370910Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7376190Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7379580Z copying torch/include/ATen/ops/flipud.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7381960Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7386930Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7388160Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7390660Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7395840Z copying torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7396790Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7399990Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7405330Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7408480Z copying torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7413010Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7414140Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7416960Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7432760Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7438110Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7439320Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7440640Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7441990Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7443250Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7444580Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7445990Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7447410Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7448720Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7450000Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7451350Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7453100Z copying torch/include/ATen/ops/dot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7454230Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7455760Z copying torch/include/ATen/ops/view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7460230Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7462570Z copying torch/include/ATen/ops/angle_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7465750Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7467150Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7469520Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7473520Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7474860Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7483250Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7484430Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7490700Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7492030Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7498300Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7499570Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7500780Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7506000Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7508520Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7513260Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7514140Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7515810Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7521520Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7522540Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7529120Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7530030Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7538810Z copying torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7539780Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7546690Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7547750Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7549170Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7554460Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7555280Z copying torch/include/ATen/ops/max.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7556750Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7562520Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7563470Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7570000Z copying torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7571230Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7577010Z copying torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7578220Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7579610Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7586210Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7587500Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7593650Z copying torch/include/ATen/ops/isinf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7596120Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7601360Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7602560Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7603810Z copying torch/include/ATen/ops/_foreach_rsqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7609920Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7611080Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7617890Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7618910Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7624770Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7626050Z copying torch/include/ATen/ops/exp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7627370Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7632830Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7633830Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7640640Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7641560Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7647300Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7648400Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7649970Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7656170Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7657370Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7664150Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7665090Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7671360Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7672660Z copying torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7674040Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7679390Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7680390Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7687190Z copying torch/include/ATen/ops/cholesky.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7688080Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7695070Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7696760Z copying torch/include/ATen/ops/or_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7698330Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7702870Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7704220Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7710610Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7711680Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7712940Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7720160Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7721390Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7729720Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7730840Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7736990Z copying torch/include/ATen/ops/item_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7738070Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7740440Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7744440Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7745410Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7747010Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7752280Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7753490Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7760080Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7763180Z copying torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7767850Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7768790Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7772100Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7775460Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7776380Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7781680Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7783520Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7790060Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7791280Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7797440Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7798460Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7800290Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7805180Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7806200Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7812840Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7814130Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7820300Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7821360Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7822680Z copying torch/include/ATen/ops/logit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7829320Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7830470Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7837050Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7838440Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7844720Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7845540Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7847020Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7851430Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7852940Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7859620Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7860580Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7867160Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7868190Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7874930Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7876020Z copying torch/include/ATen/ops/atanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7877550Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7882800Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7884300Z copying torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7889950Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7891300Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7892710Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7899160Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7900570Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7906830Z copying torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7908270Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7914950Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7915860Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7917140Z copying torch/include/ATen/ops/full.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7922450Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7923350Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7930170Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7931440Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7937720Z copying torch/include/ATen/ops/linear_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7938890Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7940210Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7945660Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7946540Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7952920Z copying torch/include/ATen/ops/abs_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7955050Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7960700Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7962230Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7963630Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7968170Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7969720Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7976060Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7977490Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7984130Z copying torch/include/ATen/ops/pad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7985030Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7986490Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7992110Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7993350Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.7999210Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8001540Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8006990Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8008210Z copying torch/include/ATen/ops/triu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8010680Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8015740Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8017190Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8020190Z copying torch/include/ATen/ops/special_i0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8025070Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8028270Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8032620Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8033750Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8037940Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8042380Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8046760Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8047860Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8052960Z copying torch/include/ATen/ops/min_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8055290Z copying torch/include/ATen/ops/acosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8060460Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8061840Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8063290Z copying torch/include/ATen/ops/_safe_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8068470Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8069640Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8076170Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8078600Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8083780Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8085020Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8086630Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8092700Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8093960Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8101900Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8103050Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8110370Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8111310Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8112690Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8118540Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8119470Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8120700Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8127480Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8128700Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8136680Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8137580Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8138940Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8144610Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8145450Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8147370Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8151280Z copying torch/include/ATen/ops/cat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8152920Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8156420Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8160860Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8165390Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8168290Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8169520Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8174300Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8177530Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8181830Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8183250Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8186880Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8190480Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8194860Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8198090Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8201540Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8202610Z copying torch/include/ATen/ops/vstack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8207340Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8212300Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8216590Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8218810Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8220050Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8225320Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8227520Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8233240Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8234680Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8236440Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8242520Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8243820Z copying torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8250860Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8251770Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8259310Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8260170Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8261470Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8266490Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8267780Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8273740Z copying torch/include/ATen/ops/exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8275070Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8276380Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8282010Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8282850Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8289000Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8290230Z copying torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8296540Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8297550Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8303660Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8305140Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8306510Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8312520Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8313780Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8320540Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8321700Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8328420Z copying torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8329580Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8330840Z copying torch/include/ATen/ops/sum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8335500Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8336960Z copying torch/include/ATen/ops/combinations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8343090Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8343970Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8345300Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8351950Z copying torch/include/ATen/ops/promote_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8353010Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8360260Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8361800Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8367930Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8368930Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8370390Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8375330Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8376370Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8383310Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8384810Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8390910Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8391880Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8393410Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8398730Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8400080Z copying torch/include/ATen/ops/mish_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8407020Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8408130Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8415680Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8417020Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8418320Z copying torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8423960Z copying torch/include/ATen/ops/cos.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8428610Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8431990Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8433080Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8434570Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8440150Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8441100Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8447610Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8448550Z copying torch/include/ATen/ops/median_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8450040Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8455070Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8456360Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8462840Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8464390Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8470930Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8471790Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8473360Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8478260Z copying torch/include/ATen/ops/randn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8480710Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8486610Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8487910Z copying torch/include/ATen/ops/neg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8489580Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8496090Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8497700Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8503780Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8505210Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8511250Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8512430Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8513700Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8519550Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8520700Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8528430Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8529580Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8536510Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8537540Z copying torch/include/ATen/ops/argmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8538770Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8545350Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8546730Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8548140Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8553390Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8554640Z copying torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8557530Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8561900Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8563410Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8568000Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8572990Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8574890Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8577000Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8581530Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8582810Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8588820Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8590270Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8596970Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8598420Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8605230Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8606380Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8607700Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8613530Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8614830Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8616160Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8622190Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8623290Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8629250Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8631670Z copying torch/include/ATen/ops/take_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8636480Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8638050Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8640490Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8646540Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8649380Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8656290Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8657290Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8658880Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8665710Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8666550Z copying torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8668020Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8673320Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8676210Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8678680Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8682900Z copying torch/include/ATen/ops/dsplit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8684150Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8687740Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8692790Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8696550Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8701000Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8704580Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8706510Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8710530Z copying torch/include/ATen/ops/_unique.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8711640Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8714290Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8718890Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8719950Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8722300Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8727440Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8728880Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8734500Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8735410Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8742670Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8743740Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8748420Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8751480Z copying torch/include/ATen/ops/mul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8754890Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8755990Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8760580Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8764130Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8768800Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8770320Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8771760Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8776750Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8784130Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8785220Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8790520Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8791920Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8793200Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8798800Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8799890Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8805180Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8808360Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8813340Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8814380Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8816010Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8822010Z copying torch/include/ATen/ops/real_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8823570Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8829120Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8829930Z copying torch/include/ATen/ops/max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8835780Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8836760Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8845240Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8846310Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8851630Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8852900Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8854720Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8860240Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8861450Z copying torch/include/ATen/ops/_foreach_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8864600Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8868530Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8869520Z copying torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8872840Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8877050Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8881530Z copying torch/include/ATen/ops/copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8883640Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8888310Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8889590Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8895660Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8896600Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8902940Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8904310Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8910020Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8911350Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8912780Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8918890Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8920240Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8926690Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8927500Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8933930Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8935230Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8936530Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8941980Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8943250Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8949560Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8951730Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8957310Z copying torch/include/ATen/ops/concat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8958520Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8959900Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8965380Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8966230Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8973610Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8974740Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8981100Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8982760Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8984160Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8989640Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8990820Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.8999180Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9000480Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9006990Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9008000Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9009570Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9015310Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9016380Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9017710Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9022870Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9023950Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9026890Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9033070Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9036770Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9041800Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9046500Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9048500Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9049970Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9056080Z copying torch/include/ATen/ops/view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9058790Z copying torch/include/ATen/ops/max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9063520Z copying torch/include/ATen/ops/msort_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9065560Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9067030Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9074330Z copying torch/include/ATen/ops/random_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9078730Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9080830Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9082260Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9087770Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9090620Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9097170Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9098400Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9104220Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9105310Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9108030Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9111180Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9112620Z copying torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9116880Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9120050Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9126050Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9127780Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9133180Z copying torch/include/ATen/ops/sin_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9134290Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9136090Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9142320Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9145000Z copying torch/include/ATen/ops/hsplit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9149460Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9150530Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9155200Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9158660Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9162440Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9163580Z copying torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9168250Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9170460Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9175630Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9176990Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9179750Z copying torch/include/ATen/ops/less_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9185040Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9187840Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9191570Z copying torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9192920Z copying torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9196480Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9201620Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9205240Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9209770Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9210740Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9215920Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9219610Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9220760Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9224320Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9227520Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9233120Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9234160Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9236090Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9242120Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9244870Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9250500Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9251580Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9254320Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9258470Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9259560Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9263610Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9266830Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9272350Z copying torch/include/ATen/ops/normal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9275470Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9279040Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9280320Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9283380Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9288010Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9292960Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9294430Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9296180Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9301900Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9303250Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9311120Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9312300Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9319620Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9320540Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9321950Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9329440Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9330790Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9332130Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9338280Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9339190Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9340640Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9347040Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9347960Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9354610Z copying torch/include/ATen/ops/sort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9355840Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9357300Z copying torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9363050Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9364080Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9372670Z copying torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9373750Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9380630Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9381600Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9383060Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9387540Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9389500Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9390950Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9392360Z copying torch/include/ATen/ops/split_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9395590Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9398620Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9403630Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9407510Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9409740Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9414990Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9417650Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9423530Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9428830Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9429390Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9432810Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9434300Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9439940Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9440970Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9442340Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9449350Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9451170Z copying torch/include/ATen/ops/full_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9458190Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9459140Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9460970Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9465980Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9467510Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9470920Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9473870Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9475010Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9479270Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9485700Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9489160Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9493380Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9494820Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9496630Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9500750Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9503980Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9507770Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9509950Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9511890Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9516720Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9520760Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9523820Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9528030Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9531090Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9534830Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9535820Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9539760Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9543430Z copying torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9548640Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9550080Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9555860Z copying torch/include/ATen/ops/arange.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9556880Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9563200Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9564510Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9570260Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9571500Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9572850Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9578490Z copying torch/include/ATen/ops/index_fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9579390Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9586900Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9588060Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9594470Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9595570Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9596880Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9602150Z copying torch/include/ATen/ops/istft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9603550Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9609290Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9610690Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9612050Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9618590Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9619800Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9626300Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9627480Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9633720Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9634960Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9636290Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9642750Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9643920Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9650540Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9651410Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9658680Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9659860Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9661280Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9666380Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9667890Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9673960Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9675470Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9676750Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9682750Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9684010Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9690720Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9692000Z copying torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9699050Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9700160Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9701440Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9707630Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9708450Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9715200Z copying torch/include/ATen/ops/randint_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9716180Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9717490Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9722560Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9725270Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9730430Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9731400Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9733200Z copying torch/include/ATen/ops/fmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9739140Z copying torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9740290Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9747670Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9749060Z copying torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9756100Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9757350Z copying torch/include/ATen/ops/tanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9758590Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9764940Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9766300Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9775300Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9776520Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9778010Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9785600Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9786820Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9788020Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9794400Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9795730Z copying torch/include/ATen/ops/erf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9797000Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9798370Z copying torch/include/ATen/ops/zero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9799650Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9803310Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9804210Z copying torch/include/ATen/ops/mT.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9806940Z copying torch/include/ATen/ops/uniform_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9811380Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9818310Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9820000Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9825730Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9826700Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9833380Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9834300Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9839820Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9841240Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9842680Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9849170Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9852900Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9860630Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9861620Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9864490Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9868120Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9869070Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9870460Z copying torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9873150Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9875950Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9881230Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9882650Z copying torch/include/ATen/ops/can_cast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9888970Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9890290Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9896530Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9898020Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9903480Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9904350Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9905660Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9911250Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9912380Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9918750Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9919770Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9928110Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9929170Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9937200Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9938060Z copying torch/include/ATen/ops/xlogy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9939670Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9943840Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9946440Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9947320Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9953710Z copying torch/include/ATen/ops/ge_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9954920Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9961140Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9962350Z copying torch/include/ATen/ops/squeeze.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9963800Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9969490Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9970560Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9976320Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9979430Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9982690Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9983590Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9986980Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9991430Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9995730Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:56.9999700Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0000840Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0004340Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0007840Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0012650Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0014040Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0018780Z copying torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0022380Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0023450Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0028640Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0032980Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0037660Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0039050Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0041330Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0045510Z copying torch/include/ATen/ops/lshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0046460Z copying torch/include/ATen/ops/outer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0050570Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0053340Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0058640Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0059960Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0065650Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0066850Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0072650Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0074030Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0079880Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0080920Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0088660Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0089760Z copying torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0095030Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0096240Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0098910Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0102030Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0102960Z copying torch/include/ATen/ops/asin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0107480Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0110780Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0114200Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0116210Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0119440Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0122990Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0129760Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0131140Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0137020Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0138490Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0139990Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0145670Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0146590Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0151910Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0153500Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0159330Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0160550Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0167560Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0168670Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0175920Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0177070Z copying torch/include/ATen/ops/is_complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0178520Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0180320Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0184190Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0185610Z copying torch/include/ATen/ops/_version.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0187110Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0191740Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0193140Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0196450Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0201040Z copying torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0208500Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0209680Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0215030Z copying torch/include/ATen/ops/clip_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0216460Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0222130Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0223520Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0229890Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0230880Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0236850Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0238330Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0239860Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0246250Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0247650Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0254010Z copying torch/include/ATen/ops/geometric.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0255020Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0261380Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0262670Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0264030Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0269010Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0270700Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0277480Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0278610Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0280070Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0285090Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0287040Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0291950Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0294030Z copying torch/include/ATen/ops/acos_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0296020Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0301460Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0302620Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0308920Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0310470Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0316610Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0317580Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0318900Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0326320Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0327240Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0333930Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0335450Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0341820Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0343040Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0344400Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0349890Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0351150Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0358160Z copying torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0359330Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0366090Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0367290Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0368680Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0373360Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0374940Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0382080Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0383110Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0384550Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0389810Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0390800Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0397510Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0398460Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0399820Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0405830Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0407250Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0413630Z copying torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0415330Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0416440Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0423600Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0424630Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0431320Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0432250Z copying torch/include/ATen/ops/any_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0439000Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0439910Z copying torch/include/ATen/ops/abs_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0441520Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0447290Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0449370Z copying torch/include/ATen/ops/mH_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0451260Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0455450Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0456470Z copying torch/include/ATen/ops/inner.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0461490Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0463610Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0468790Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0469670Z copying torch/include/ATen/ops/conj.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0473050Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0477920Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0481660Z copying torch/include/ATen/ops/select_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0484780Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0486210Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0490760Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0492900Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0499340Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0500370Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0507360Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0508630Z copying torch/include/ATen/ops/neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0509960Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0516020Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0517040Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0523110Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0524640Z copying torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0530680Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0531570Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0533210Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0539260Z copying torch/include/ATen/ops/vander_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0540830Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0546460Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0547880Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0553480Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0554690Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0555960Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0562050Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0563120Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0570160Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0571560Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0572900Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0577770Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0579280Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0580530Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0585200Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0586630Z copying torch/include/ATen/ops/smm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0594660Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0598420Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0602080Z copying torch/include/ATen/ops/ormqr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0603200Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0607550Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0610620Z copying torch/include/ATen/ops/sin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0615230Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0616350Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0623020Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0624450Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0630500Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0631810Z copying torch/include/ATen/ops/sinh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0633190Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0639540Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0640440Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0646980Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0648160Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0654980Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0656210Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0657560Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0662380Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0664830Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0670560Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0671740Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0673350Z copying torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0678910Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0679990Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0686420Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0688830Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0694390Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0695530Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0696850Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0702330Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0703250Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0709410Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0710810Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0717760Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0718970Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0720220Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0724930Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0727280Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0732940Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0733930Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0735670Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0742350Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0743530Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0749450Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0751820Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0757160Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0758570Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0760210Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0765230Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0766790Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0773080Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0774600Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0780950Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0782390Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0783950Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0788730Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0789810Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0796140Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0798330Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0804000Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0805090Z copying torch/include/ATen/ops/conv2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0806610Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0812240Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0813600Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0819880Z copying torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0822230Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0827920Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0829090Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0830430Z copying torch/include/ATen/ops/igammac.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0835330Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0836540Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0843170Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0844550Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0851070Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0851990Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0853220Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0858530Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0860520Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0867100Z copying torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0868060Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0875090Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0875920Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0877350Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0881920Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0884440Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0889750Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0891330Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0892720Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0899250Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0900570Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0906620Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0908760Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0914710Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0915700Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0916970Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0922550Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0923540Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0930030Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0932040Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0937440Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0938810Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0940230Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0945970Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0947010Z copying torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0955830Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0956980Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0958290Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0961530Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0963450Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0965700Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0969580Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0970680Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0974500Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0978440Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0983940Z copying torch/include/ATen/ops/to_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0988280Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0991980Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0995910Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.0997010Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1000880Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1004340Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1009580Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1010870Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1015170Z copying torch/include/ATen/ops/all_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1019470Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1023130Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1024370Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1028940Z copying torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1032590Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1037020Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1038220Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1040640Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1046030Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1048510Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1049390Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1055870Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1057120Z copying torch/include/ATen/ops/amin.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1063060Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1064310Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1070750Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1072870Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1073810Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1079490Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1080660Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1088650Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1090080Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1096180Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1097420Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1098800Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1104350Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1105470Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1106660Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1111530Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1113940Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1119800Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1120740Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1127510Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1128560Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1130030Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1135880Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1136830Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1143920Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1144890Z copying torch/include/ATen/ops/_values.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1151860Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1152850Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1154210Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1161160Z copying torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1162250Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1168750Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1170010Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1171430Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1176860Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1178110Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1181080Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1185550Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1186790Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1193420Z copying torch/include/ATen/ops/isreal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1194590Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1201240Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1202460Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1203740Z copying torch/include/ATen/ops/arctan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1209060Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1209910Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1215900Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1217590Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1223560Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1225090Z copying torch/include/ATen/ops/col2im.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1226620Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1233250Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1234380Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1240930Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1242320Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1248950Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1250260Z copying torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1251650Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1256450Z copying torch/include/ATen/ops/histc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1257840Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1264860Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1265820Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1267270Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1272120Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1273460Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1280360Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1281540Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1288160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1289050Z copying torch/include/ATen/ops/mH.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1290510Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1297050Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1298210Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1304930Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1306140Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1307730Z copying torch/include/ATen/ops/trace_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1312690Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1313590Z copying torch/include/ATen/ops/addbmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1317300Z copying torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1321600Z copying torch/include/ATen/ops/mv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1324790Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1325870Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1330640Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1333270Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1337960Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1340350Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1347230Z copying torch/include/ATen/ops/softshrink.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1348220Z copying torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1352920Z copying torch/include/ATen/ops/lgamma.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1354290Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1357180Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1360020Z copying torch/include/ATen/ops/polar_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1361550Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1363230Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1369680Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1377950Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1378840Z copying torch/include/ATen/ops/pow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1385890Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1387110Z copying torch/include/ATen/ops/lt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1388460Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1394360Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1395560Z copying torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1402620Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1403840Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1405220Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1410560Z copying torch/include/ATen/ops/logical_not.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1413120Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1414440Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1419930Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1421180Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1427500Z copying torch/include/ATen/ops/cross_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1428730Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1430070Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1435480Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1437890Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1443130Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1445620Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1446660Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1451670Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1459770Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1460750Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1461030Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1467330Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1468230Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1475050Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1476250Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1477680Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1483360Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1484350Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1491450Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1492660Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1494000Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1499130Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1500770Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1506820Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1508390Z copying torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1510010Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1516100Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1517460Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1524350Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1525220Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1531440Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1532710Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1533920Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1539690Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1541060Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1547870Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1549370Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1550410Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1555590Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1557300Z copying torch/include/ATen/ops/bincount_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1563490Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1564800Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1566110Z copying torch/include/ATen/ops/mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1573500Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1574660Z copying torch/include/ATen/ops/positive_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1581190Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1583020Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1588740Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1590090Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1591650Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1596660Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1598500Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1605620Z copying torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1613620Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1621470Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1628660Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1635450Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1636820Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1643380Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1644550Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1652240Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1653040Z copying torch/include/ATen/ops/mode_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1654410Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1659450Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1662060Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1667040Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1668050Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1670450Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1675590Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1676780Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1683310Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1684940Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1691700Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1692890Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1694320Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1699250Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1700820Z copying torch/include/ATen/ops/sign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1703250Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1709290Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1710410Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1717120Z copying torch/include/ATen/ops/unflatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1718530Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1725870Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1726860Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1728230Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1733640Z copying torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1735200Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1736720Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1743390Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1744270Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1748190Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1750280Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1752110Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1755000Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1757450Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1761930Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1763330Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1767280Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1771980Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1779300Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1780340Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1785920Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1787430Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1793350Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1794830Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1796240Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1803370Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1804190Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1806720Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1813440Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1814420Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1816390Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1822180Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1826650Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1828830Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1830620Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1834670Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1836450Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1842070Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1847420Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1852840Z copying torch/include/ATen/ops/transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1854300Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1857460Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1858350Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1863240Z copying torch/include/ATen/ops/_foreach_rsqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1864330Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1865620Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1872460Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1873430Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1879090Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1880160Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1885390Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1886770Z copying torch/include/ATen/ops/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1892310Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1893560Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1899550Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1900530Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1906220Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1907360Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1908540Z copying torch/include/ATen/ops/amax_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1915480Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1916610Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1923980Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1924990Z copying torch/include/ATen/ops/log_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1933230Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1934240Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1935450Z copying torch/include/ATen/ops/q_scale.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1938530Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1946650Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1947680Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1953380Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1957230Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1959630Z copying torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1962990Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1968130Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1970400Z copying torch/include/ATen/ops/stride_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1975080Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1976020Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1981870Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1983280Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1988760Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1990240Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1995690Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1997140Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.1998500Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2005080Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2006390Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2012480Z copying torch/include/ATen/ops/histogram_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2013960Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2019930Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2020810Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2022120Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2029140Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2030290Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2036360Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2037970Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2043840Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2045330Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2046420Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2052470Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2053600Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2060700Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2062030Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2068130Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2068990Z copying torch/include/ATen/ops/any.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2070390Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2075730Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2076780Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2083190Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2085600Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2090210Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2091600Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2093520Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2099440Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2100550Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2107820Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2108690Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2115420Z copying torch/include/ATen/ops/le_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2116680Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2118000Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2123920Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2125490Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2132110Z copying torch/include/ATen/ops/elu_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2133260Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2134540Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2136210Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2139930Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2143710Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2144960Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2147730Z copying torch/include/ATen/ops/floor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2152170Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2153400Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2156500Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2161590Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2165320Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2169790Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2170750Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2175670Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2178440Z copying torch/include/ATen/ops/flip_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2183780Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2184790Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2187480Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2192440Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2194830Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2195850Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2201910Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2203260Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2210070Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2211350Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2217410Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2218660Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2219990Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2225330Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2226920Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2233140Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2235570Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2240940Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2242680Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2243520Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2248830Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2250100Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2253610Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2259050Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2262080Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2266340Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2267720Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2270830Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2275200Z copying torch/include/ATen/ops/conv3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2278820Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2280100Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2284530Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2288870Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2292670Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2294220Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2297750Z copying torch/include/ATen/ops/polar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2301470Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2302420Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2307090Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2311380Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2315800Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2319050Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2320110Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2322050Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2330270Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2331520Z copying torch/include/ATen/ops/special_logit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2339420Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2346220Z copying torch/include/ATen/ops/full_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2347120Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2354510Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2355830Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2357080Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2362170Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2364550Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2370130Z copying torch/include/ATen/ops/data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2371140Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2372600Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2379240Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2380220Z copying torch/include/ATen/ops/div_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2387060Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2388130Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2395080Z copying torch/include/ATen/ops/permute_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2396300Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2397550Z copying torch/include/ATen/ops/xor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2402800Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2404210Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2410570Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2412120Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2413730Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2418740Z copying torch/include/ATen/ops/ge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2419660Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2426220Z copying torch/include/ATen/ops/index_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2428640Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2434360Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2435360Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2436630Z copying torch/include/ATen/ops/split.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2441920Z copying torch/include/ATen/ops/div.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2442820Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2449450Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2450490Z copying torch/include/ATen/ops/t_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2457080Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2458360Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2459710Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2465730Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2467040Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2473610Z copying torch/include/ATen/ops/complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2474740Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2481810Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2483280Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2484590Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2489670Z copying torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2490610Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2496460Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2498840Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2499850Z copying torch/include/ATen/ops/log_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2506070Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2507400Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2514650Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2515810Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2522720Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2523850Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2525110Z copying torch/include/ATen/ops/exp2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2530880Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2532390Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2537770Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2539110Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2540420Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2546100Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2547090Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2553410Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2555000Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2560940Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2562110Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2563380Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2570040Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2570980Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2577480Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2579000Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2580500Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2585490Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2586550Z copying torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2593070Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2594680Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2600760Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2602120Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2603940Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2608760Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2611130Z copying torch/include/ATen/ops/zero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2616030Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2617710Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2620360Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2624710Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2626130Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2633320Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2634810Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2641830Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2642820Z copying torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2644310Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2649160Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2651520Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2656410Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2657880Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2659690Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2665370Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2666370Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2673420Z copying torch/include/ATen/ops/random.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2674520Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2680420Z copying torch/include/ATen/ops/exponential.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2682030Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2683330Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2689680Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2690670Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2697620Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2698820Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2705480Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2706740Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2708030Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2714880Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2715850Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2723740Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2731060Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2732460Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2738640Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2739690Z copying torch/include/ATen/ops/norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2741020Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2746250Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2747540Z copying torch/include/ATen/ops/copysign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2754760Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2755900Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2757360Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2763280Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2764330Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2770300Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2771780Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2773270Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2779650Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2781050Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2788210Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2789080Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2795900Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2797190Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2798710Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2804010Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2805440Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2811950Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2813200Z copying torch/include/ATen/ops/_dimI.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2814500Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2819710Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2821030Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2827890Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2828790Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2830380Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2835700Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2837060Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2843590Z copying torch/include/ATen/ops/_print_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2844950Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2851260Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2852150Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2853590Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2859870Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2860990Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2867460Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2868970Z copying torch/include/ATen/ops/argwhere.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2875390Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2876370Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2877690Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2882940Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2884250Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2890900Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2892210Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2893650Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2898690Z copying torch/include/ATen/ops/fix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2899570Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2907020Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2907960Z copying torch/include/ATen/ops/rsub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2914710Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2916000Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2917250Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2925530Z copying torch/include/ATen/ops/std.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2926400Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2934270Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2935560Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2937850Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2943310Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2944720Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2946010Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2949010Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2950670Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2952080Z copying torch/include/ATen/ops/index_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2958010Z copying torch/include/ATen/ops/aminmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2959330Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2964910Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2965960Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2973270Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2973710Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2979350Z copying torch/include/ATen/ops/fmod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2981530Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2986950Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2994870Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2995290Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2996220Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.2998400Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3003230Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3004980Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3011090Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3012170Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3013480Z copying torch/include/ATen/ops/hardswish.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3018940Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3019680Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3025880Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3027330Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3033990Z copying torch/include/ATen/ops/ones_like.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3034730Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3036130Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3043230Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3044430Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3050100Z copying torch/include/ATen/ops/isfinite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3051580Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3057790Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3059090Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3060420Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3066350Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3067840Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3073930Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3075220Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3076390Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3083170Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3084630Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3091660Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3092860Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3098290Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3099980Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3102140Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3106000Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3106940Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3108410Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3110470Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3113010Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3118750Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3119610Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3125950Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3127510Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3134300Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3135270Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3136860Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3141640Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3142650Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3148900Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3150990Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3157120Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3158360Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3160800Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3165000Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3166420Z copying torch/include/ATen/ops/uniform.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3170300Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3174310Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3179530Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3181090Z copying torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3182680Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3188850Z copying torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3189810Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3196340Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3197600Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3203260Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3204680Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3206190Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3213540Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3217390Z copying torch/include/ATen/ops/detach_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3221610Z copying torch/include/ATen/ops/set.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3223030Z copying torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3227810Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3229970Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3234730Z copying torch/include/ATen/ops/silu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3236020Z copying torch/include/ATen/ops/native_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3241900Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3243850Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3249430Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3250350Z copying torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3253120Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3258500Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3261400Z copying torch/include/ATen/ops/det.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3265420Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3266710Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3270040Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3274210Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3278590Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3281310Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3282310Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3287680Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3289010Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3294770Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3296470Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3303130Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3304420Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3310170Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3313310Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3318230Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3319210Z copying torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3320470Z copying torch/include/ATen/ops/_softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3325400Z copying torch/include/ATen/ops/diagonal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3326650Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3333000Z copying torch/include/ATen/ops/isposinf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3334450Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3340160Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3341440Z copying torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3343220Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3349770Z copying torch/include/ATen/ops/special_round.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3351000Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3357500Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3358760Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3364910Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3366080Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3367490Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3372620Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3374070Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3380060Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3381490Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3384000Z copying torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3390370Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3391190Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3392590Z copying torch/include/ATen/ops/sym_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3399410Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3400670Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3407350Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3408250Z copying torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3414510Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3415790Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3417050Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3422260Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3424700Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3429820Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3430990Z copying torch/include/ATen/ops/t_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3432470Z copying torch/include/ATen/ops/det_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3437950Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3439220Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3445920Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3446880Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3453570Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3454820Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3461240Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3462480Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3463900Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3469000Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3470600Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3476150Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3478480Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3479860Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3486200Z copying torch/include/ATen/ops/take_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3488600Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3490380Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3494580Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3497000Z copying torch/include/ATen/ops/greater_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3497960Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3499680Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3503840Z copying torch/include/ATen/ops/prod_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3507600Z copying torch/include/ATen/ops/tril_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3513320Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3516570Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3523170Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3524360Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3532970Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3534170Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3542540Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3543860Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3545180Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3550630Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3551620Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3553070Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3558920Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3559790Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3561160Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3565910Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3567170Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3573470Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3574490Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3576050Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3583080Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3584230Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3590350Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3592940Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3598410Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3599430Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3601730Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3607550Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3608900Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3611880Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3615330Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3617410Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3622250Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3626370Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3627720Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3632300Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3635300Z copying torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3641880Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3643730Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3648930Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3649940Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3653050Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3658830Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3661750Z copying torch/include/ATen/ops/histc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3665330Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3666480Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3669570Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3673890Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3677770Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3682010Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3685250Z copying torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3686470Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3691020Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3693490Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3698710Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3700000Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3706070Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3707400Z copying torch/include/ATen/ops/copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3713790Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3714830Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3716020Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3721810Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3723080Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3729310Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3730180Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3737440Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3738700Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3745480Z copying torch/include/ATen/ops/_values_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3746340Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3747680Z copying torch/include/ATen/ops/atan2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3752790Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3754260Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3760330Z copying torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3761530Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3763320Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3768780Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3769800Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3776050Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3777700Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3783510Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3784870Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3786220Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3792790Z copying torch/include/ATen/ops/lift_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3794070Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3800710Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3801730Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3808120Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3809280Z copying torch/include/ATen/ops/and_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3810550Z copying torch/include/ATen/ops/select.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3815060Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3817400Z copying torch/include/ATen/ops/true_divide.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3822690Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3823910Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3826340Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3831810Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3832760Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3840160Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3841350Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3846790Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3850910Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3856350Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3857320Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3863600Z copying torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3865130Z copying torch/include/ATen/ops/tan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3871190Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3872430Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3873740Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3879320Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3880420Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3886660Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3889300Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3890480Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3894090Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3895320Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3896810Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3903010Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3904280Z copying torch/include/ATen/ops/cat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3913140Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3914250Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3920640Z copying torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3921950Z copying torch/include/ATen/ops/complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3928380Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3929800Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops 2024-12-17T23:47:57.3935840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip 2024-12-17T23:47:57.3936300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-12-17T23:47:57.3936890Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-12-17T23:47:57.3939350Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-12-17T23:47:57.3941850Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-12-17T23:47:57.3945440Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl 2024-12-17T23:47:57.3946640Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3947290Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3950250Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3951330Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3955710Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3960030Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3961400Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3968140Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3971740Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3973270Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3977570Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3979030Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps 2024-12-17T23:47:57.3982160Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3982620Z copying torch/include/ATen/miopen/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3986100Z copying torch/include/ATen/miopen/Types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3987110Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3991510Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3994360Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3998640Z copying torch/include/ATen/miopen/Handle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen 2024-12-17T23:47:57.3999750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4000420Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4002090Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4008060Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4012430Z copying torch/include/ATen/detail/MAIAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4017460Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4018570Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4021850Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4023810Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4026890Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4033520Z copying torch/include/ATen/detail/HPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4037090Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail 2024-12-17T23:47:57.4040820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4041350Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4043500Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4044930Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4046470Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4050150Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4051360Z copying torch/include/ATen/native/Normalization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4058560Z copying torch/include/ATen/native/ReductionType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4066210Z copying torch/include/ATen/native/Repeat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4067180Z copying torch/include/ATen/native/layer_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4068510Z copying torch/include/ATen/native/GridSampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4075970Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4078110Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4079340Z copying torch/include/ATen/native/batch_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4086400Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4088480Z copying torch/include/ATen/native/Fill.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4094280Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4099060Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4100150Z copying torch/include/ATen/native/RNN.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4101480Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4102850Z copying torch/include/ATen/native/Pool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4104210Z copying torch/include/ATen/native/Cross.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4107070Z copying torch/include/ATen/native/im2col.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4111150Z copying torch/include/ATen/native/TransposeType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4114830Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4118200Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4121420Z copying torch/include/ATen/native/Distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4122900Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4127130Z copying torch/include/ATen/native/Distributions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4129100Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4133300Z copying torch/include/ATen/native/Gelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4135010Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4144690Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4145340Z copying torch/include/ATen/native/FusedAdagrad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4148630Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4152360Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4154620Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4157340Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4160400Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4167940Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4171720Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4172810Z copying torch/include/ATen/native/Lerp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4177080Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4178070Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4179300Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4182890Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4183940Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4188200Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4192740Z copying torch/include/ATen/native/TensorShape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4193960Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4198850Z copying torch/include/ATen/native/UpSample.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4204100Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4205170Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4210310Z copying torch/include/ATen/native/Resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4211560Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4217540Z copying torch/include/ATen/native/Sorting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4226840Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4228880Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4230670Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4233350Z copying torch/include/ATen/native/vol2col.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4236210Z copying torch/include/ATen/native/LossMulti.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4237040Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4239000Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4243450Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4244520Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4251750Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4253220Z copying torch/include/ATen/native/group_norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4260200Z copying torch/include/ATen/native/Histogram.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4261200Z copying torch/include/ATen/native/Activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4266660Z copying torch/include/ATen/native/Math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4268600Z copying torch/include/ATen/native/FusedAdam.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4272410Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4274250Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4277860Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4281000Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4284970Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4290400Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4297880Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4301760Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4305000Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4305970Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4309950Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4311720Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4317110Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4319100Z copying torch/include/ATen/native/Pow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4325470Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4326490Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4330950Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4332150Z copying torch/include/ATen/native/FusedSGD.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4337820Z copying torch/include/ATen/native/Padding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4338970Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4347030Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4347920Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4354290Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4355290Z copying torch/include/ATen/native/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4356780Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4362310Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native 2024-12-17T23:47:57.4363590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4364340Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4369170Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4370290Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4377600Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4378920Z copying torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4383250Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4388640Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4389770Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4393730Z copying torch/include/ATen/native/cpu/Gelu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4395070Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4396350Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4401080Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4402230Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4407570Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4408410Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4415040Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4416160Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4421860Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4428060Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4429980Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4435580Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4436600Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4443800Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4444900Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4451910Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4453080Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4454410Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4461780Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4462750Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4465680Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4471530Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu 2024-12-17T23:47:57.4473420Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4474210Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4476000Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4479030Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4485700Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4486850Z copying torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4492530Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4493470Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4500380Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4501400Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4506830Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4508670Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4510250Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4516940Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4519720Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4521540Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4527690Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4528850Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4530140Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4535960Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4537210Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4545130Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4546160Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4553060Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4554340Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4556170Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4561470Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4562510Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4569900Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4570770Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4572100Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4578020Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4578990Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4585840Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4586650Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4587970Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4592920Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4594420Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4600780Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4601870Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4603870Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4609990Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4611370Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4620110Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4621210Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4626840Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4628180Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4629600Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4632870Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4634180Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4635540Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4640550Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4644110Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4645390Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4650040Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4653980Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4655460Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4657260Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda 2024-12-17T23:47:57.4663400Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-12-17T23:47:57.4663960Z copying torch/include/ATen/native/hip/ck_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-12-17T23:47:57.4666180Z copying torch/include/ATen/native/hip/ck_bgemm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-12-17T23:47:57.4672540Z copying torch/include/ATen/native/hip/ck_gemm_template.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-12-17T23:47:57.4679050Z copying torch/include/ATen/native/hip/ck_gemm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip 2024-12-17T23:47:57.4680210Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4680910Z copying torch/include/ATen/native/mps/MetalShaderLibrary.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4685400Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4687190Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4692660Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4693960Z copying torch/include/ATen/native/mps/UnaryConstants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4697200Z copying torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4703130Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4705480Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps 2024-12-17T23:47:57.4710690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn 2024-12-17T23:47:57.4711100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu 2024-12-17T23:47:57.4711550Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:47:57.4712250Z copying torch/include/ATen/native/mkldnn/xpu/detail/Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:47:57.4713650Z copying torch/include/ATen/native/mkldnn/xpu/detail/Attr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:47:57.4715150Z copying torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:47:57.4719950Z copying torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:47:57.4721110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-12-17T23:47:57.4721830Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-12-17T23:47:57.4724010Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-12-17T23:47:57.4728790Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-12-17T23:47:57.4733990Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-12-17T23:47:57.4735140Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested 2024-12-17T23:47:57.4738000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4738560Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4741570Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4742750Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4745790Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4750700Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4754910Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4757860Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized 2024-12-17T23:47:57.4762050Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4762660Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4763960Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4766260Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4771340Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4777170Z copying torch/include/ATen/native/quantized/cpu/qlinear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4779100Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4780390Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4781710Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4783530Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4788200Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4792520Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4793490Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4795050Z copying torch/include/ATen/native/quantized/cpu/qconv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4796320Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4797740Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu 2024-12-17T23:47:57.4799220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers 2024-12-17T23:47:57.4799860Z copying torch/include/ATen/native/transformers/attention.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers 2024-12-17T23:47:57.4801330Z copying torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers 2024-12-17T23:47:57.4802860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-12-17T23:47:57.4803580Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-12-17T23:47:57.4804890Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-12-17T23:47:57.4806360Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils 2024-12-17T23:47:57.4807880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized 2024-12-17T23:47:57.4808600Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized 2024-12-17T23:47:57.4809960Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized 2024-12-17T23:47:57.4811290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4812000Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4813400Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4814850Z copying torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4816170Z copying torch/include/ATen/xpu/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4817700Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4819040Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu 2024-12-17T23:47:57.4820670Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/detail 2024-12-17T23:47:57.4821220Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/detail 2024-12-17T23:47:57.4822510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2 2024-12-17T23:47:57.4823110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4823780Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4825200Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4826600Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4828390Z copying torch/include/caffe2/serialize/versions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4830240Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4835880Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4842320Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize 2024-12-17T23:47:57.4849240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10 2024-12-17T23:47:57.4849590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-12-17T23:47:57.4850120Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-12-17T23:47:57.4851510Z copying torch/include/c10/macros/Export.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-12-17T23:47:57.4856090Z copying torch/include/c10/macros/Macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros 2024-12-17T23:47:57.4857390Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4858070Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4864150Z copying torch/include/c10/core/QEngine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4865280Z copying torch/include/c10/core/TensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4876810Z copying torch/include/c10/core/SymFloat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4877370Z copying torch/include/c10/core/GradMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4877950Z copying torch/include/c10/core/Device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4879680Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4881070Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4888980Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4890040Z copying torch/include/c10/core/alignment.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4895600Z copying torch/include/c10/core/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4896890Z copying torch/include/c10/core/Backend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4898390Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4903260Z copying torch/include/c10/core/DeviceArray.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4904280Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4905560Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4914170Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4915350Z copying torch/include/c10/core/QScheme.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4916750Z copying torch/include/c10/core/SafePyObject.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4922320Z copying torch/include/c10/core/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4926650Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4927460Z copying torch/include/c10/core/Scalar.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4929220Z copying torch/include/c10/core/AutogradState.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4932180Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4933130Z copying torch/include/c10/core/thread_pool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4934490Z copying torch/include/c10/core/CopyBytes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4935880Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4940580Z copying torch/include/c10/core/StreamGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4942530Z copying torch/include/c10/core/DynamicCast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4947460Z copying torch/include/c10/core/Layout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4950020Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4955020Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4956450Z copying torch/include/c10/core/Allocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4961770Z copying torch/include/c10/core/TensorImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4963490Z copying torch/include/c10/core/Contiguity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4968190Z copying torch/include/c10/core/ScalarType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4969310Z copying torch/include/c10/core/Storage.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4974420Z copying torch/include/c10/core/DeviceType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4975890Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4977460Z copying torch/include/c10/core/StorageImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4987290Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4992350Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4993170Z copying torch/include/c10/core/SymBool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.4999000Z copying torch/include/c10/core/DispatchKey.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.5005830Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.5006800Z copying torch/include/c10/core/InferenceMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.5012660Z copying torch/include/c10/core/SymInt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.5013670Z copying torch/include/c10/core/OptionalRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.5019770Z copying torch/include/c10/core/CachingDeviceAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core 2024-12-17T23:47:57.5020890Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-12-17T23:47:57.5021570Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-12-17T23:47:57.5025710Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-12-17T23:47:57.5027330Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-12-17T23:47:57.5033720Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-12-17T23:47:57.5034820Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing 2024-12-17T23:47:57.5036200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-12-17T23:47:57.5036930Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-12-17T23:47:57.5042510Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-12-17T23:47:57.5043590Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-12-17T23:47:57.5050170Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-12-17T23:47:57.5051420Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl 2024-12-17T23:47:57.5056970Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5057580Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5058700Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5060220Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5066130Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5067220Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5074210Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5075320Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch 2024-12-17T23:47:57.5081920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-12-17T23:47:57.5082520Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-12-17T23:47:57.5083910Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-12-17T23:47:57.5085210Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-12-17T23:47:57.5089070Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration 2024-12-17T23:47:57.5090230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5091010Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5097110Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5098230Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5105510Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5106670Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5108120Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5114340Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5115470Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5122720Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5123840Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5125190Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5130030Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5131940Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5135680Z copying torch/include/c10/core/impl/COW.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5136680Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5138250Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5145740Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl 2024-12-17T23:47:57.5147630Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5148400Z copying torch/include/c10/util/Type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5153510Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5162690Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5172610Z copying torch/include/c10/util/quint4x2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5174010Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5180560Z copying torch/include/c10/util/signal_handler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5186430Z copying torch/include/c10/util/error.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5192050Z copying torch/include/c10/util/safe_numerics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5193960Z copying torch/include/c10/util/Half.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5195760Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5201750Z copying torch/include/c10/util/env.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5203020Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5206630Z copying torch/include/c10/util/Gauge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5212200Z copying torch/include/c10/util/WaitCounterDynamicBackend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5213680Z copying torch/include/c10/util/Synchronized.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5217660Z copying torch/include/c10/util/Bitset.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5224000Z copying torch/include/c10/util/typeid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5225110Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5228440Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5229760Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5232030Z copying torch/include/c10/util/string_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5233210Z copying torch/include/c10/util/win32-headers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5237030Z copying torch/include/c10/util/AlignOf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5240450Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5244460Z copying torch/include/c10/util/ssize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5246500Z copying torch/include/c10/util/numa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5251600Z copying torch/include/c10/util/qint32.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5252740Z copying torch/include/c10/util/CallOnce.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5259550Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5260550Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5265110Z copying torch/include/c10/util/Half-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5268370Z copying torch/include/c10/util/TypeTraits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5273100Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5273980Z copying torch/include/c10/util/FunctionRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5275360Z copying torch/include/c10/util/Backtrace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5277580Z copying torch/include/c10/util/overflows.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5278890Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5283030Z copying torch/include/c10/util/Load.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5285560Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5287570Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5290780Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5291670Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5292770Z copying torch/include/c10/util/IdWrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5294020Z copying torch/include/c10/util/Flags.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5295340Z copying torch/include/c10/util/overloaded.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5296800Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5298050Z copying torch/include/c10/util/quint8.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5299310Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5300530Z copying torch/include/c10/util/StringUtil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5301930Z copying torch/include/c10/util/Logging.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5303070Z copying torch/include/c10/util/MathConstants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5304460Z copying torch/include/c10/util/Registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5306440Z copying torch/include/c10/util/Optional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5307020Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5308970Z copying torch/include/c10/util/tempfile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5309630Z copying torch/include/c10/util/copysign.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5311220Z copying torch/include/c10/util/ArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5312600Z copying torch/include/c10/util/thread_name.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5314450Z copying torch/include/c10/util/strides.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5315390Z copying torch/include/c10/util/Unicode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5316990Z copying torch/include/c10/util/TypeCast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5318000Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.5344870Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6872810Z copying torch/include/c10/util/BFloat16.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6874210Z copying torch/include/c10/util/TypeList.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6875850Z copying torch/include/c10/util/TypeIndex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6877260Z copying torch/include/c10/util/NetworkFlow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6878660Z copying torch/include/c10/util/Array.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6880010Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6881610Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6882910Z copying torch/include/c10/util/WaitCounter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6884310Z copying torch/include/c10/util/quint2x4.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6885720Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6886750Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6888440Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6889450Z copying torch/include/c10/util/int128.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6891730Z copying torch/include/c10/util/Lazy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6893820Z copying torch/include/c10/util/Deprecated.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6895180Z copying torch/include/c10/util/irange.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6896510Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6897900Z copying torch/include/c10/util/ScopeExit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6899080Z copying torch/include/c10/util/Unroll.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6900750Z copying torch/include/c10/util/LeftRight.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6901690Z copying torch/include/c10/util/bit_cast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6902960Z copying torch/include/c10/util/qint8.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6904330Z copying torch/include/c10/util/complex_math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6905610Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6906970Z copying torch/include/c10/util/DynamicCounter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6908190Z copying torch/include/c10/util/Exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6909880Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6910940Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6912250Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6913490Z copying torch/include/c10/util/AbortHandler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6914730Z copying torch/include/c10/util/DimVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6916030Z copying torch/include/c10/util/accumulate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6917280Z copying torch/include/c10/util/C++17.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6918680Z copying torch/include/c10/util/strong_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6920170Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6921500Z copying torch/include/c10/util/SmallVector.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6922990Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6924280Z copying torch/include/c10/util/hash.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6925730Z copying torch/include/c10/util/python_stub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6926810Z copying torch/include/c10/util/complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6928510Z copying torch/include/c10/util/bits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6929530Z copying torch/include/c10/util/string_view.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6931020Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6932290Z copying torch/include/c10/util/complex_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6933780Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6934970Z copying torch/include/c10/util/generic_math.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util 2024-12-17T23:47:57.6936800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6937920Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6940780Z copying torch/include/c10/cuda/driver_api.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6946560Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6950230Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6956370Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6961220Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6963970Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6965270Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6969090Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6974590Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6977450Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6983610Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6987210Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.6999830Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda 2024-12-17T23:47:57.7000920Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl 2024-12-17T23:47:57.7001610Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl 2024-12-17T23:47:57.7003580Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl 2024-12-17T23:47:57.7008560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7008930Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7011330Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7015980Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7020630Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7025240Z copying torch/include/c10/xpu/XPUException.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7028960Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu 2024-12-17T23:47:57.7033480Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/impl 2024-12-17T23:47:57.7033840Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/impl 2024-12-17T23:47:57.7035280Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-12-17T23:47:57.7035980Z copying torch/include/torch/script.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-12-17T23:47:57.7037570Z copying torch/include/torch/library.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-12-17T23:47:57.7041800Z copying torch/include/torch/custom_class_detail.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-12-17T23:47:57.7046700Z copying torch/include/torch/custom_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-12-17T23:47:57.7047990Z copying torch/include/torch/extension.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch 2024-12-17T23:47:57.7051850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7052210Z copying torch/include/torch/csrc/Size.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7056080Z copying torch/include/torch/csrc/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7060080Z copying torch/include/torch/csrc/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7061080Z copying torch/include/torch/csrc/Export.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7069090Z copying torch/include/torch/csrc/Device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7070050Z copying torch/include/torch/csrc/THConcat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7076930Z copying torch/include/torch/csrc/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7078050Z copying torch/include/torch/csrc/Types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7084130Z copying torch/include/torch/csrc/serialization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7085110Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7086340Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7093010Z copying torch/include/torch/csrc/QScheme.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7094180Z copying torch/include/torch/csrc/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7101140Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7102080Z copying torch/include/torch/csrc/THP.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7109110Z copying torch/include/torch/csrc/python_headers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7110090Z copying torch/include/torch/csrc/Layout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7111300Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7117840Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7118850Z copying torch/include/torch/csrc/Storage.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7120380Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7125810Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7126800Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7128020Z copying torch/include/torch/csrc/Dtype.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7129260Z copying torch/include/torch/csrc/Module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7130530Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7131830Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7137400Z copying torch/include/torch/csrc/Generator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7348320Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7349610Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc 2024-12-17T23:47:57.7368160Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api 2024-12-17T23:47:57.7368470Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include 2024-12-17T23:47:57.7369000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7369800Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7371150Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7372480Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7390790Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7403780Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7404760Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7406030Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7423300Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7432100Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7432990Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7434330Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7435730Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7436980Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7438570Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7441100Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7442850Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7444380Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7445900Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7447380Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7448960Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7450220Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7451620Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7453050Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7454400Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch 2024-12-17T23:47:57.7455850Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7456510Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7457990Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7459430Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7460820Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7462160Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7463410Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7464780Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7466020Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:47:57.7467460Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-12-17T23:47:57.7468210Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-12-17T23:47:57.7469650Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-12-17T23:47:57.7470930Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-12-17T23:47:57.7472230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7473040Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7474300Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7475690Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7482540Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7483140Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7483580Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7484050Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:47:57.7484290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/detail 2024-12-17T23:47:57.7484760Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/detail 2024-12-17T23:47:57.7485350Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/detail 2024-12-17T23:47:57.7486740Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/detail 2024-12-17T23:47:57.7488200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7488970Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7490450Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7491710Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7493100Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7494500Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7495790Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7497170Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:47:57.7498500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:47:57.7499250Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:47:57.7501040Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:47:57.7502720Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:47:57.7503980Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:47:57.7505280Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:47:57.7506590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/detail 2024-12-17T23:47:57.7507310Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/detail 2024-12-17T23:47:57.7508720Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/detail 2024-12-17T23:47:57.7510040Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7510760Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7512150Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7513390Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7514700Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7515960Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7517230Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7518570Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7520060Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7521360Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:47:57.7522800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7523580Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7524950Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7526300Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7527560Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7528980Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7530260Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7531710Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7532970Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7534230Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7535580Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7536860Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7538350Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7540020Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7541210Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7542500Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7543800Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:47:57.7545260Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7546070Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7547350Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7548710Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7549980Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7551280Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7552640Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7553920Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7555230Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7556490Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7557870Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7559160Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7560470Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7561820Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7563440Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7564570Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7566200Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7567430Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7568650Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7569940Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7571300Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7572550Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:47:57.7577880Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7578400Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7579840Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7585620Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7587250Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7594000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7595010Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7596370Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7603480Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7604450Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7611210Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7612110Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7619000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7620230Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7621600Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7629440Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7634400Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7635570Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7638280Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7642400Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7643550Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7647550Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7651880Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7656340Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:47:57.7657560Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7658330Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7660880Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7665950Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7669020Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7670130Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7675770Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7676750Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7683180Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7685680Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7686970Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:47:57.7693380Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-12-17T23:47:57.7693860Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-12-17T23:47:57.7698660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/utils 2024-12-17T23:47:57.7699100Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/utils 2024-12-17T23:47:57.7701730Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/utils 2024-12-17T23:47:57.7706270Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn/utils 2024-12-17T23:47:57.7707170Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7707910Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7710460Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7715800Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7717080Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7723050Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7726210Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7727220Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7732500Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:47:57.7734090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-12-17T23:47:57.7734940Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-12-17T23:47:57.7739530Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-12-17T23:47:57.7740890Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-12-17T23:47:57.7743110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize 2024-12-17T23:47:57.7743520Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize 2024-12-17T23:47:57.7749360Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize 2024-12-17T23:47:57.7750530Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize 2024-12-17T23:47:57.7758850Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize 2024-12-17T23:47:57.7760190Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7760680Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7766100Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7767470Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7768750Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7770290Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7771310Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7772650Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7773910Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7775200Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7776510Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7777770Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7779030Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7780330Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7781810Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7783170Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7784510Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7785830Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7787080Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7788310Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7789600Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7790910Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7792090Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7793340Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7795270Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7796250Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7797540Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7799060Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7800120Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7801330Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7802660Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7803970Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7805210Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7806520Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7807830Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7809000Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7810290Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7811550Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7812930Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7814300Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7815760Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7817010Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7818350Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7819580Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7820790Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7822050Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7824180Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd 2024-12-17T23:47:57.7825180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7825870Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7827230Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7828550Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7829900Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7831070Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7832440Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions 2024-12-17T23:47:57.7833670Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7834450Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7835770Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7837520Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7838950Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7839980Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7844300Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated 2024-12-17T23:47:57.7845650Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7846310Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7847720Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7849010Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7850400Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7851630Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7852990Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils 2024-12-17T23:47:57.7854230Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7854990Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7856270Z copying torch/include/torch/csrc/cuda/GdsFile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7857660Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7858860Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7860230Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7861510Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7863250Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7864110Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7865440Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7867360Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7868450Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7869730Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda 2024-12-17T23:47:57.7871180Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed 2024-12-17T23:47:57.7871680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7872400Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7873730Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7875060Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7876350Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7877650Z copying torch/include/torch/csrc/distributed/c10d/socket_fmt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7878880Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7880150Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7881450Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7882750Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7884080Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7885350Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7886930Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7888140Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7889520Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7890830Z copying torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7892130Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7893490Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7894780Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7896090Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7897420Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7898860Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7900010Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7901240Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7902540Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7903970Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7905240Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7906500Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7907940Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7909180Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7910400Z copying torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7911690Z copying torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7912980Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7914310Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7915570Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7916860Z copying torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7918130Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7919360Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7920640Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7921920Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7923220Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7924480Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7925800Z copying torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7927310Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7928540Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7929820Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7931190Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7932500Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7933790Z copying torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7935200Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7936530Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7937790Z copying torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:47:57.7939450Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7939800Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7941080Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7942390Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7943630Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7944860Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7946250Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7947580Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7948860Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7950130Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7951350Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7952710Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7953960Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7955250Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7956490Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7957820Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7959110Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7960540Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7961850Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7963170Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7964450Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7965660Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7967020Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7968360Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7969710Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7970890Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7972160Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7973480Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:47:57.7974870Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd 2024-12-17T23:47:57.7975410Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/context 2024-12-17T23:47:57.7976170Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/context 2024-12-17T23:47:57.7977490Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/context 2024-12-17T23:47:57.7978800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/functions 2024-12-17T23:47:57.7979550Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/functions 2024-12-17T23:47:57.7980830Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/functions 2024-12-17T23:47:57.7982120Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7982900Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7984260Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7985530Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7986800Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7988180Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7989580Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7990790Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7992210Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7993450Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7994760Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:47:57.7995910Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.7996560Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.7997830Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.7999100Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8000330Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8001880Z copying torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8003330Z copying torch/include/torch/csrc/dynamo/cpython_includes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8004730Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8006100Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8007510Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8008890Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8010150Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8011360Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8012640Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo 2024-12-17T23:47:57.8014010Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor 2024-12-17T23:47:57.8014690Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor 2024-12-17T23:47:57.8016060Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_package 2024-12-17T23:47:57.8016740Z copying torch/include/torch/csrc/inductor/aoti_package/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_package 2024-12-17T23:47:57.8018090Z copying torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_package 2024-12-17T23:47:57.8019430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:47:57.8020130Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:47:57.8021460Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:47:57.8022870Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:47:57.8024160Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:47:57.8025560Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:47:57.8026840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8027550Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8028830Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8030100Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8031410Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8032670Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8033990Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8035270Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8036650Z copying torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8037890Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8039470Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8040760Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:47:57.8042240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:47:57.8042880Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:47:57.8044240Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:47:57.8045550Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:47:57.8046830Z copying torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:47:57.8048080Z copying torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:47:57.8049440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:47:57.8050110Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:47:57.8051450Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:47:57.8052680Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:47:57.8054220Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-12-17T23:47:57.8054930Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-12-17T23:47:57.8056740Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-12-17T23:47:57.8057890Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-12-17T23:47:57.8059090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-12-17T23:47:57.8059760Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-12-17T23:47:57.8061050Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-12-17T23:47:57.8062310Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit 2024-12-17T23:47:57.8063660Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8064320Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8065670Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8066950Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8068150Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8069410Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8070720Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8071990Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8073250Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8074510Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends 2024-12-17T23:47:57.8075840Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8076500Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8077790Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8079030Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8080290Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8081540Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8082800Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8084080Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8085350Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8089850Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8091000Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8098720Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8106990Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8108180Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8112090Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8114520Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8115720Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8121540Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8123980Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8129100Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8131450Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8133010Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8138620Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8139560Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8145460Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8146940Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8153430Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8154280Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8155600Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8162620Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8163790Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8171250Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8172160Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8179280Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8180100Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8181400Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8186510Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8188030Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8194360Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8195550Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8196780Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8202540Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8203370Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8210280Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8211650Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8218840Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8219700Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8220990Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8227850Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8229270Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8232440Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8236960Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8238060Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8239370Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8240610Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8241990Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8243280Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8244640Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8245880Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8247190Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8248460Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8249750Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8251000Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8252250Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8253490Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8254850Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8256010Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8257260Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8258580Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8259810Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8261050Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8262330Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8263760Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8264950Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8266210Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8267580Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8268800Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8270120Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8271330Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8272670Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8273870Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8275080Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8276420Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8277730Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8278950Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8280230Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8281480Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8282760Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes 2024-12-17T23:47:57.8284250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8284980Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8286220Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8287660Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8288880Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8290200Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8291770Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8293120Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8294360Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8300090Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:47:57.8300290Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:47:57.8300670Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:47:57.8301060Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:47:57.8301420Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:47:57.8301770Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:47:57.8302890Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:47:57.8304110Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8304870Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8306130Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8307440Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8308720Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8309980Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8311210Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8312520Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8314140Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8315400Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8316610Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8317990Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8319190Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8320450Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8321730Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8323090Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8324340Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8325640Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8326930Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8328170Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8329450Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8330710Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8332110Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8333350Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8334610Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8335840Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8337190Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8338420Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8339650Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8340880Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8342160Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8343490Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime 2024-12-17T23:47:57.8344800Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8345440Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8346720Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8347990Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8349940Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8350850Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8352120Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8353510Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8354770Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8356060Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8357390Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8358570Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8362270Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8363720Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir 2024-12-17T23:47:57.8369500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8369840Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8371130Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8378480Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8379400Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8387170Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8388410Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8396200Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8397330Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8398920Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8404100Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8405560Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8407020Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8413770Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8416690Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8423190Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8425570Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8426750Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8430250Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8431180Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8434970Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8438200Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8440610Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8442080Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8443550Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8444820Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8446150Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8447450Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8448730Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend 2024-12-17T23:47:57.8450090Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-12-17T23:47:57.8450730Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-12-17T23:47:57.8452100Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-12-17T23:47:57.8453320Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-12-17T23:47:57.8454590Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-12-17T23:47:57.8455850Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api 2024-12-17T23:47:57.8457430Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8458160Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8528730Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8529670Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8536640Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8537750Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8539040Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8543850Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8544790Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8553490Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8554530Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8555860Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8561290Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8562280Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8563620Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8564970Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8566210Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8567840Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8568940Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8570270Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8571570Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8574770Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization 2024-12-17T23:47:57.8575070Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8575930Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8576840Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8578060Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8579450Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8580630Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8581900Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8583220Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8584490Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8585820Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8587290Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8588380Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8589610Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8591150Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8592510Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8593720Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8595020Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python 2024-12-17T23:47:57.8596310Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8597030Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8598330Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8599660Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8600850Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8602190Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8603430Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8604710Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8605950Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8607280Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8608570Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8609820Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8611070Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8612790Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8613710Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8614990Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8616250Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8617550Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8618850Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8620140Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8621370Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8622700Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8624030Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile 2024-12-17T23:47:57.8625330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/testing 2024-12-17T23:47:57.8626020Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/testing 2024-12-17T23:47:57.8627350Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/testing 2024-12-17T23:47:57.8628690Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8629410Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8630770Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8632030Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8633350Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8634650Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8635900Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8637130Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8638410Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8639870Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8641100Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8642390Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8644010Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8645240Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8646550Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8647890Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8649250Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8650530Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8651860Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8653190Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8654520Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8655860Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8657150Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8658520Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8659950Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8661390Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8662790Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8664180Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8665510Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8666730Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8668080Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8669690Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8671160Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8672210Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8673480Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8674900Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8676100Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8677570Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8678870Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8680160Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8681450Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8682660Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8683910Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:47:57.8686510Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8686940Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8688490Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8688910Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8689990Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8691400Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8692760Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8694140Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8695340Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8696630Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:47:57.8697950Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/codegen 2024-12-17T23:47:57.8698500Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/codegen/cuda 2024-12-17T23:47:57.8699210Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/codegen/cuda 2024-12-17T23:47:57.8701340Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-12-17T23:47:57.8701690Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-12-17T23:47:57.8702950Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-12-17T23:47:57.8704240Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx 2024-12-17T23:47:57.8705640Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8706330Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8707710Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8708960Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8710570Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8711630Z copying torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8712850Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8714180Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8715660Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8716960Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8718270Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8719310Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler 2024-12-17T23:47:57.8720940Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:47:57.8721320Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:47:57.8722680Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:47:57.8723910Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:47:57.8725250Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:47:57.8725960Z copying torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:47:57.8727210Z copying torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:47:57.8728620Z copying torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:47:57.8729770Z copying torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:47:57.8731000Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/stubs 2024-12-17T23:47:57.8731700Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/stubs 2024-12-17T23:47:57.8732980Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8733680Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8734920Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8736210Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8737460Z copying torch/include/torch/csrc/profiler/unwind/sections.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8738640Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8739920Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8741150Z copying torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8742520Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8743750Z copying torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8745040Z copying torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8746260Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8747500Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8748740Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8750080Z copying torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8751370Z copying torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8752630Z copying torch/include/torch/csrc/profiler/unwind/range_table.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:47:57.8753970Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-12-17T23:47:57.8754600Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-12-17T23:47:57.8755860Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-12-17T23:47:57.8757100Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python 2024-12-17T23:47:57.8758370Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8759320Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8760320Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8761640Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8762840Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8764040Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8765300Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8766530Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8767750Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8768960Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8770230Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8771470Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8772760Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8774410Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8775580Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8776950Z copying torch/include/torch/csrc/utils/generated_serialization_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8778650Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8779820Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8781030Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8782310Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8783610Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8784860Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8786070Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8787550Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8788810Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8790070Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8791280Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8792520Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8793840Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8795110Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8796360Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8797560Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8798820Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8800040Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8801310Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8802560Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8803790Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8805070Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8806300Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8807560Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8808770Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8809980Z copying torch/include/torch/csrc/utils/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8811240Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8812530Z copying torch/include/torch/csrc/utils/six.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8813810Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8815090Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils 2024-12-17T23:47:57.8816300Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/tensor 2024-12-17T23:47:57.8817020Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/tensor 2024-12-17T23:47:57.8818320Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy 2024-12-17T23:47:57.8818820Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend 2024-12-17T23:47:57.8819520Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend 2024-12-17T23:47:57.8820850Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend 2024-12-17T23:47:57.8822100Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend 2024-12-17T23:47:57.8823320Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend 2024-12-17T23:47:57.8824600Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8825230Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8826540Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8827780Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8829030Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8830290Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8831680Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8832930Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8834180Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8835430Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8836700Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8837940Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8839170Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8840440Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8841710Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8842940Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8847410Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8848910Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8850320Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8855050Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8856560Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8862640Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8863980Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8865760Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8873090Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core 2024-12-17T23:47:57.8879240Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/internal_ops 2024-12-17T23:47:57.8879610Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/internal_ops 2024-12-17T23:47:57.8880860Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ops 2024-12-17T23:47:57.8881570Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ops 2024-12-17T23:47:57.8888690Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ops 2024-12-17T23:47:57.8894100Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/python 2024-12-17T23:47:57.8894460Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/python 2024-12-17T23:47:57.8895900Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8896590Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8898270Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8903610Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8905070Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8907220Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8908200Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8914950Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8916150Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8918940Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8922580Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:47:57.8926410Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-12-17T23:47:57.8926950Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-12-17T23:47:57.8928060Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-12-17T23:47:57.8930380Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu 2024-12-17T23:47:57.8935590Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8936050Z copying torch/include/pybind11/attr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8937690Z copying torch/include/pybind11/embed.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8940250Z copying torch/include/pybind11/numpy.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8943850Z copying torch/include/pybind11/pybind11.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8948120Z copying torch/include/pybind11/operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8949070Z copying torch/include/pybind11/iostream.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8953140Z copying torch/include/pybind11/gil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8957370Z copying torch/include/pybind11/chrono.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8961660Z copying torch/include/pybind11/typing.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8964750Z copying torch/include/pybind11/stl_bind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8965860Z copying torch/include/pybind11/buffer_info.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8971230Z copying torch/include/pybind11/options.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8974130Z copying torch/include/pybind11/functional.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8979150Z copying torch/include/pybind11/stl.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8980640Z copying torch/include/pybind11/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8983380Z copying torch/include/pybind11/eval.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8988740Z copying torch/include/pybind11/cast.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8992360Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8998110Z copying torch/include/pybind11/eigen.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.8999110Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.9002890Z copying torch/include/pybind11/pytypes.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.9006050Z copying torch/include/pybind11/complex.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11 2024-12-17T23:47:57.9006990Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9007660Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9011520Z copying torch/include/pybind11/detail/exception_translation.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9012890Z copying torch/include/pybind11/detail/typeid.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9017090Z copying torch/include/pybind11/detail/descr.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9021630Z copying torch/include/pybind11/detail/internals.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9025420Z copying torch/include/pybind11/detail/cpp_conduit.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9026600Z copying torch/include/pybind11/detail/value_and_holder.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9030880Z copying torch/include/pybind11/detail/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9034350Z copying torch/include/pybind11/detail/class.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9039560Z copying torch/include/pybind11/detail/init.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail 2024-12-17T23:47:57.9040730Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-12-17T23:47:57.9041370Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-12-17T23:47:57.9044020Z copying torch/include/pybind11/eigen/common.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-12-17T23:47:57.9049160Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen 2024-12-17T23:47:57.9050540Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen 2024-12-17T23:47:57.9224350Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime 2024-12-17T23:47:57.9224920Z copying torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime 2024-12-17T23:47:57.9233950Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime 2024-12-17T23:47:57.9242090Z copying torch/_export/serde/schema.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:57.9259930Z copying torch/_export/serde/schema.thrift -> build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde 2024-12-17T23:47:57.9268960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share 2024-12-17T23:47:57.9269330Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake 2024-12-17T23:47:57.9269740Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/ATen 2024-12-17T23:47:57.9270400Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/ATen 2024-12-17T23:47:57.9271750Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9272340Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9273710Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9274940Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9276220Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9277670Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9278930Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9280180Z copying torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2 2024-12-17T23:47:57.9281440Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9282050Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9283330Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9284600Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9285770Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9287260Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9288520Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9289740Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9290970Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9292210Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public 2024-12-17T23:47:57.9293610Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-12-17T23:47:57.9294220Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-12-17T23:47:57.9295510Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-12-17T23:47:57.9296760Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-12-17T23:47:57.9297630Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-12-17T23:47:57.9298990Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-12-17T23:47:57.9300180Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-12-17T23:47:57.9301950Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-12-17T23:47:57.9303200Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-12-17T23:47:57.9303970Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-12-17T23:47:57.9305230Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-12-17T23:47:57.9306660Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-12-17T23:47:57.9307830Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-12-17T23:47:57.9308960Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch 2024-12-17T23:47:57.9309600Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch 2024-12-17T23:47:57.9310890Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch 2024-12-17T23:47:57.9312210Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils 2024-12-17T23:47:57.9321770Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:57.9327190Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:57.9333000Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:57.9336590Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:47:57.9337480Z copying torch/utils/model_dump/skeleton.html -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:57.9348340Z copying torch/utils/model_dump/code.js -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:57.9365270Z copying torch/utils/model_dump/preact.mjs -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:57.9374970Z copying torch/utils/model_dump/htm.mjs -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump 2024-12-17T23:47:57.9383890Z copying torch/lib/libtorch_python.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:58.0076870Z copying torch/lib/libtorch.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:58.0122950Z copying torch/lib/libtorch_global_deps.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:58.0133650Z copying torch/lib/libtorch_cpu.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:59.1454630Z copying torch/lib/libc10.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:47:59.1666680Z creating build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1667260Z copying torch/include/kineto/ClientInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1668790Z copying torch/include/kineto/GenericTraceActivity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1670100Z copying torch/include/kineto/IActivityProfiler.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1671430Z copying torch/include/kineto/Config.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1672760Z copying torch/include/kineto/TraceSpan.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1674000Z copying torch/include/kineto/LoggingAPI.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1675370Z copying torch/include/kineto/ITraceActivity.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1676690Z copying torch/include/kineto/ActivityProfilerInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1678110Z copying torch/include/kineto/ActivityTraceInterface.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1679280Z copying torch/include/kineto/output_base.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1680600Z copying torch/include/kineto/ThreadUtil.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1681920Z copying torch/include/kineto/ActivityType.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1683140Z copying torch/include/kineto/libkineto.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1684480Z copying torch/include/kineto/time_since_epoch.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1685800Z copying torch/include/kineto/ILoggerObserver.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1687080Z copying torch/include/kineto/AbstractConfig.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto 2024-12-17T23:47:59.1688590Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged 2024-12-17T23:47:59.1689200Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen 2024-12-17T23:47:59.1689770Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native 2024-12-17T23:47:59.1690600Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native 2024-12-17T23:47:59.1772680Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native 2024-12-17T23:47:59.1787750Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1788350Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1794080Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1810730Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1816830Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1825420Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1830750Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1835120Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1843730Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1848130Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1853170Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1857970Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1863390Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1868370Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1874830Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1880140Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1885190Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1889330Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1894520Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1898790Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1904060Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1908700Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1913540Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1918220Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1922660Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1926910Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1931580Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1935600Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1940910Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1946430Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1951210Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1957480Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1962840Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1967860Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1973970Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1979350Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1983540Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1989260Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1993710Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.1998070Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates 2024-12-17T23:47:59.2002760Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2003540Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2013570Z copying torchgen/packaged/autograd/build.bzl -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2017770Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2023980Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2035140Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2046610Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2053640Z copying torchgen/packaged/autograd/__init__.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2054650Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2079120Z copying torchgen/packaged/autograd/README.md -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2084900Z copying torchgen/packaged/autograd/context.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2090680Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2100700Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2105850Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2112280Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2125440Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2130720Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2163960Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd 2024-12-17T23:47:59.2169980Z creating build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2170650Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2176410Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2180960Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2185830Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2190400Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2195530Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2199820Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2205030Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2211150Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2216030Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2220150Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2226410Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2241410Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2247260Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2252310Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2256600Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2261400Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2265840Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2271280Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2275930Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2282780Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2287290Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2291860Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates 2024-12-17T23:47:59.2296840Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:59.2298870Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/nn 2024-12-17T23:47:59.2300850Z copying torch/utils/_config_typing.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils 2024-12-17T23:47:59.2305660Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/jit 2024-12-17T23:47:59.2307580Z copying torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim 2024-12-17T23:47:59.2312760Z copying torch/optim/_multi_tensor/__init__.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor 2024-12-17T23:47:59.2317880Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes 2024-12-17T23:47:59.2731200Z running build_ext 2024-12-17T23:47:59.3612460Z -- Building with NumPy bindings 2024-12-17T23:47:59.3612670Z -- Not using cuDNN 2024-12-17T23:47:59.3613330Z -- Not using CUDA 2024-12-17T23:47:59.3613490Z -- Not using XPU 2024-12-17T23:47:59.3613630Z -- Not using MKLDNN 2024-12-17T23:47:59.3613770Z -- Not using NCCL 2024-12-17T23:47:59.3613930Z -- Building with distributed package: 2024-12-17T23:47:59.3614240Z -- USE_TENSORPIPE=False 2024-12-17T23:47:59.3614410Z -- USE_GLOO=False 2024-12-17T23:47:59.3614550Z -- USE_MPI=False 2024-12-17T23:47:59.3614700Z -- Building Executorch 2024-12-17T23:47:59.3614840Z -- Not using ITT 2024-12-17T23:47:59.3615340Z Copying functorch._C from functorch/functorch.so to /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-11.1-arm64-cpython-39/functorch/_C.cpython-39-darwin.so 2024-12-17T23:47:59.3616140Z copying functorch/functorch.so -> /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-11.1-arm64-cpython-39/functorch/_C.cpython-39-darwin.so 2024-12-17T23:47:59.4929310Z building 'torch._C' extension 2024-12-17T23:47:59.4929580Z creating build/temp.macosx-11.1-arm64-cpython-39 2024-12-17T23:47:59.4930290Z creating build/temp.macosx-11.1-arm64-cpython-39/torch 2024-12-17T23:47:59.4930870Z creating build/temp.macosx-11.1-arm64-cpython-39/torch/csrc 2024-12-17T23:47:59.4933610Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include/python3.9 -c torch/csrc/stub.c -o build/temp.macosx-11.1-arm64-cpython-39/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2024-12-17T23:47:59.5665770Z clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib build/temp.macosx-11.1-arm64-cpython-39/torch/csrc/stub.o -L/Users/ec2-user/runner/_work/pytorch/pytorch/torch/lib -ltorch_python -o build/lib.macosx-11.1-arm64-cpython-39/torch/_C.cpython-39-darwin.so -Wl,-rpath,@loader_path/lib 2024-12-17T23:47:59.5938850Z ld: warning: duplicate -rpath '/Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib' ignored 2024-12-17T23:47:59.6813160Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/libomp.dylib -> build/lib.macosx-11.1-arm64-cpython-39/torch/lib 2024-12-17T23:48:00.3484320Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/include/omp.h -> build/lib.macosx-11.1-arm64-cpython-39/torch/include 2024-12-17T23:48:00.3546850Z /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-12-17T23:48:00.3547450Z !! 2024-12-17T23:48:00.3547520Z 2024-12-17T23:48:00.3547680Z ******************************************************************************** 2024-12-17T23:48:00.3548040Z Please avoid running ``setup.py`` directly. 2024-12-17T23:48:00.3548300Z Instead, use pypa/build, pypa/installer or other 2024-12-17T23:48:00.3548520Z standards-based tools. 2024-12-17T23:48:00.3548640Z 2024-12-17T23:48:00.3548840Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-12-17T23:48:00.3549170Z ******************************************************************************** 2024-12-17T23:48:00.3549330Z 2024-12-17T23:48:00.3549380Z !! 2024-12-17T23:48:00.3549510Z self.initialize_options() 2024-12-17T23:48:00.3597140Z installing to build/bdist.macosx-11.1-arm64/wheel 2024-12-17T23:48:00.3597360Z running install 2024-12-17T23:48:00.3632880Z running install_lib 2024-12-17T23:48:00.3684520Z creating build/bdist.macosx-11.1-arm64 2024-12-17T23:48:00.3685040Z creating build/bdist.macosx-11.1-arm64/wheel 2024-12-17T23:48:00.3686660Z creating build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.3687740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3688580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3690310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/invoke_subgraph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3691620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/while_loop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3692950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/prim_hop_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3694130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3695350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/strict_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3696540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/torchbind.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3697790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/cond.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3699170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3700340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/hints_wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3701530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3703000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/out_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3704240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/executorch_call_delegate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3705290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3706680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/run_const_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3707930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/associative_scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3709290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3715630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3716390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3717100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_higher_order_ops/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-12-17T23:48:00.3717590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-12-17T23:48:00.3718040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/debug_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-12-17T23:48:00.3718680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-12-17T23:48:00.3719280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-12-17T23:48:00.3719880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/rng_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-12-17T23:48:00.3720550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims/executor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-12-17T23:48:00.3721740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_storage_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.3723160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-12-17T23:48:00.3723930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-12-17T23:48:00.3725420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/scribe.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-12-17T23:48:00.3726610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-12-17T23:48:00.3727820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-12-17T23:48:00.3729000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_logging/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-12-17T23:48:00.3730610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3731350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/partitioners.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3732990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/compile_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3734190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3735390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3736960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_activation_checkpointing 2024-12-17T23:48:00.3737730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_activation_checkpointing/knapsack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_activation_checkpointing 2024-12-17T23:48:00.3738860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_activation_checkpointing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_activation_checkpointing 2024-12-17T23:48:00.3740060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/python_key.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3741200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/pytree_hacks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3742360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/pyfunctorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3743530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/deprecated.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3744810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/top_operators_github_usage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3746110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3747240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/batch_norm_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3748650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/fx_minifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3750360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3751060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3752490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3754120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3755310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3756450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3757770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/autograd_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3759140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3760590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3762090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3763400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3764770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3766150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3767460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3768730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/_aot_autograd/subclass_parametrization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-12-17T23:48:00.3769800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/apis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3771010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3772270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3773920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/compilers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3775090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/eager_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3776620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/vmap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3778060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/benchmark_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3779200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/make_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3780600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_functorch/functional_call.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-12-17T23:48:00.3782180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3782860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_reductions_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3784030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_getlimits.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3785280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3786260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_casting_dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3787630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3788780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3790110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3791220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-12-17T23:48:00.3791930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-12-17T23:48:00.3793210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/testing/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-12-17T23:48:00.3794800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_dtypes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3795990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3797100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_ndarray.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3798400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_ufuncs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3799770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3800690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_normalizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3801910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_dtypes_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3803060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3804280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_funcs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3805840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_numpy/_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-12-17T23:48:00.3807610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3808300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3809630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3811200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-12-17T23:48:00.3812000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-12-17T23:48:00.3813000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra/proxy_value.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-12-17T23:48:00.3814140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_infra/node_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-12-17T23:48:00.3815670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3816480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/insert_custom_op_guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3818310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3819230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3820500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3821790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/replace_with_hop_pass_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3822860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3824060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/_node_metadata_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3825200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/lift_constants_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3826490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3827920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3829110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/replace_autocast_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3830300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3831610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3832880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-12-17T23:48:00.3834070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/converter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3835960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3837110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3838490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3840090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3841690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-12-17T23:48:00.3842390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-12-17T23:48:00.3843520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-12-17T23:48:00.3844670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/gen_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-12-17T23:48:00.3846430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3847250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/list_unpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3848640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/specialized_attribute.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3849890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/static_for_loop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3851150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3852440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3853720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3855020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3856130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3857290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3858460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/type_reflection_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3859730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/cond_operands.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3860850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3862200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3863520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3864750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3865990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3867090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3868380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3869630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/assume_constant_result.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3870890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3871900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/class_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3873170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/pytree_flatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3874420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/scalar_output.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3875590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/cond_predicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3876990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3878160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/unsupported_operator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3879410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/tensor_setattr.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3880580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/optional_input.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3881870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3882900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/static_if.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3884290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dictionary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3885420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/list_contains.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3886710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3888030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/user_input_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3889360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/null_context_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3890650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3891710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-12-17T23:48:00.3892920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/db/case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-12-17T23:48:00.3894390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/non_strict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3895820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3896620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/serialize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3898630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3899590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/schema.thrift -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3900670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/schema_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3902120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/schema.yaml -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3903260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3904360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/union.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3905560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3906820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/serde/aoti_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-12-17T23:48:00.3908030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_export/verifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-12-17T23:48:00.3909760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-12-17T23:48:00.3910600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/monitor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-12-17T23:48:00.3912140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-12-17T23:48:00.3912870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-12-17T23:48:00.3913870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dispatch/python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-12-17T23:48:00.3915550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3916200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/functional_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3917590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/meta_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3919470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3920640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/_fake_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3921780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/fake_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3923160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3925120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/schema_check_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3926260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_subclasses/fake_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-12-17T23:48:00.3927440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_meta_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.3929980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.3931180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-12-17T23:48:00.3932080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/futures/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-12-17T23:48:00.3933550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/library.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.3935060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-12-17T23:48:00.3935790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-12-17T23:48:00.3937720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_jit_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.3939470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-12-17T23:48:00.3940440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-12-17T23:48:00.3941400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-12-17T23:48:00.3942770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-12-17T23:48:00.3943950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_op/impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-12-17T23:48:00.3945600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.3946970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-12-17T23:48:00.3947490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/bias.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-12-17T23:48:00.3949180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention/experimental 2024-12-17T23:48:00.3950020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention/experimental 2024-12-17T23:48:00.3951260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/experimental/_paged_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention/experimental 2024-12-17T23:48:00.3952470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-12-17T23:48:00.3953660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-12-17T23:48:00.3955360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/attention/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-12-17T23:48:00.3956520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3957300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/parallel_apply.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3958490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3959640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/scatter_gather.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3960870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3962190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3963300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3964460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3965680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parallel/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-12-17T23:48:00.3968010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-12-17T23:48:00.3968710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-12-17T23:48:00.3969520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-12-17T23:48:00.3972360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-12-17T23:48:00.3973160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-12-17T23:48:00.3974620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-12-17T23:48:00.3975760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-12-17T23:48:00.3977550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-12-17T23:48:00.3978350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-12-17T23:48:00.3979720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-12-17T23:48:00.3980880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-12-17T23:48:00.3982170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-12-17T23:48:00.3983340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/common_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.3985370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-12-17T23:48:00.3986110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-12-17T23:48:00.3986860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-12-17T23:48:00.3988430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3989320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3990490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3991690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3992870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3994120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3995300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-12-17T23:48:00.3996770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-12-17T23:48:00.3997950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-12-17T23:48:00.3999190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-12-17T23:48:00.4000010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-12-17T23:48:00.4001340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-12-17T23:48:00.4002480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-12-17T23:48:00.4003620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-12-17T23:48:00.4004690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-12-17T23:48:00.4005960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-12-17T23:48:00.4007480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4008310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4009490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4010610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4011840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4013110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4014530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4015480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4016720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4017930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4019170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4020440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-12-17T23:48:00.4022010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-12-17T23:48:00.4028280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends/thnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-12-17T23:48:00.4028960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-12-17T23:48:00.4029640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parameter.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4030200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4030780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/_reduction.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4031220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4031720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_named_member_accessor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4032430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/spectral_norm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4033100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/convert_parameters.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4033760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/stateless.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4034400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/parametrize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4035580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/memory_format.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4036870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_per_sample_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4038080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4039240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/weight_norm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4040480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4041940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/prune.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4043050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/parametrizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4044320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4045520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_deprecation_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4046620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4048540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4049440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4050710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4051890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4053160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4054480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4055620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4056760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4057920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4059080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4060210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-12-17T23:48:00.4061270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/utils/clip_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-12-17T23:48:00.4062720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-12-17T23:48:00.4063520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-12-17T23:48:00.4064910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-12-17T23:48:00.4065670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-12-17T23:48:00.4066860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-12-17T23:48:00.4067980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-12-17T23:48:00.4068980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4071100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-12-17T23:48:00.4071430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-12-17T23:48:00.4072190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-12-17T23:48:00.4073520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-12-17T23:48:00.4074260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-12-17T23:48:00.4075450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-12-17T23:48:00.4076540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-12-17T23:48:00.4077670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-12-17T23:48:00.4078980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-12-17T23:48:00.4079900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-12-17T23:48:00.4080680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-12-17T23:48:00.4082090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:48:00.4082860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:48:00.4084090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:48:00.4085170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-12-17T23:48:00.4086560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-12-17T23:48:00.4087350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-12-17T23:48:00.4088480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-12-17T23:48:00.4089610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-12-17T23:48:00.4090750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-12-17T23:48:00.4091720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-12-17T23:48:00.4093120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-12-17T23:48:00.4093860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-12-17T23:48:00.4094970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-12-17T23:48:00.4096010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4098320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4099570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/functional.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4100870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4102450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4103180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/upsampling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4104400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/channelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4105460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/instancenorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4106740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/flatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4107980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4109300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4110410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4111520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/pooling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4112900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4114060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/distance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4115350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/container.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4116690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/pixelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4118860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/adaptive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4119600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/loss.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4120760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4122340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4123890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/transformer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4124850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4126160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4127910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4129050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4130540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4131670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4132820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4134450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/padding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4135780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/modules/fold.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-12-17T23:48:00.4136950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nn/parameter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-12-17T23:48:00.4138040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_thread_safe_fork.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.4139430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-12-17T23:48:00.4140180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mps/event.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-12-17T23:48:00.4141380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-12-17T23:48:00.4142490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mps/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-12-17T23:48:00.4143590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.4145290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4145940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4147120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4148650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4149490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4150960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/io_adapter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4152440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4153220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4154500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4155810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4157390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/decomposition_table.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4159090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-12-17T23:48:00.4159690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-12-17T23:48:00.4160810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-12-17T23:48:00.4161900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/decomposition_skip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4163090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4164340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/diagnostics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4165750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4166620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/readability.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4167790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/modularization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4169350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/virtualization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4170410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4171640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4172780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/decomp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4173910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4175670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/passes/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-12-17T23:48:00.4176630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4177880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4178920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/patcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4180090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4181330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4182770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/fx/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-12-17T23:48:00.4183950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4184880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/_lazy_import.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4186090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/_exporter_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4187700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-12-17T23:48:00.4188500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-12-17T23:48:00.4190320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4191750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4192480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4193630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4194830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4196010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4197150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4198290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4199490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4200660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4201840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4203030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4204120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4205300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4206500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4207680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4208830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4210000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4211240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4212450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4213740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4214730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4216030Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.4217180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4218390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4219550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4220640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4221870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4223110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4224290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4225510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4226600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4227860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4229050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.4230210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4231340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4232610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4233920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4234950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4235970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4237180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4238320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4239550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4240720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4241830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4242940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4244150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4245250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4246450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4247550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4248880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4250110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4251260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4252400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4253540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4254820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4256100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-12-17T23:48:00.4257260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4258430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4259700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4260920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4262160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4263300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-12-17T23:48:00.4264560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-12-17T23:48:00.4266060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-12-17T23:48:00.4267030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/onnxruntime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4269290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4269940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4270890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_errors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4272100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_capture_strategies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4273200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_tensors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4274390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_dispatching.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4275460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_isolated.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4276640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_decomp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4277800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4278800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_onnx_program.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4280340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2024-12-17T23:48:00.4281070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2024-12-17T23:48:00.4282380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2024-12-17T23:48:00.4284000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2024-12-17T23:48:00.4284750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2024-12-17T23:48:00.4285680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_torchlib/ops/hop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2024-12-17T23:48:00.4286700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_building.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4288050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4289470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4290960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_verification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4292200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_reporting.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4293450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4294560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_testing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4295840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_compat.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4297120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_ir_passes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4298320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/exporter/_fx_passes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/exporter 2024-12-17T23:48:00.4299440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4300690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-12-17T23:48:00.4301890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4302950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_onnx_supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4304160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4305270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_caffe2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4312160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4312780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/verification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4313390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_flags.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4313990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4314620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset20.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4315240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4315840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_globals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4316490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_helper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4317120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4319710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_deprecation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4320600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_exporter_states.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4321840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4323290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4324410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4325540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4327060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/_experimental.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4328460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4329440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/errors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4330560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4332000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4333220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4334420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4335730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/onnx/symbolic_opset12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-12-17T23:48:00.4337250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-12-17T23:48:00.4337860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/bin/protoc-3.13.0.0 -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-12-17T23:48:00.4404750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/bin/torch_shm_manager -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-12-17T23:48:00.4406170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/bin/protoc -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-12-17T23:48:00.4470730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/return_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.4472460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-12-17T23:48:00.4473330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-12-17T23:48:00.4474170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-12-17T23:48:00.4475430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-12-17T23:48:00.4476610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/packaging/_structures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-12-17T23:48:00.4477750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vendor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-12-17T23:48:00.4479050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-12-17T23:48:00.4480050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-12-17T23:48:00.4481360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-12-17T23:48:00.4482190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-12-17T23:48:00.4483550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-12-17T23:48:00.4484790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cpu/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-12-17T23:48:00.4486770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4487870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-12-17T23:48:00.4488630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-12-17T23:48:00.4490390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-12-17T23:48:00.4491570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tensor/placement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-12-17T23:48:00.4493150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-12-17T23:48:00.4493850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-12-17T23:48:00.4494820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4495940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4497170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4498450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4499950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4501600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-12-17T23:48:00.4502390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-12-17T23:48:00.4503580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launcher/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-12-17T23:48:00.4505140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4505930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4507100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/format_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4508210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/planner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4509430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4510540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4512140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4513260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4514400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4515770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_traverse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4516670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4517930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4519230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4520380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4521560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4522740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4524600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/resharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4526190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4527600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4528810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4529770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/default_planner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4531130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4532410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4533550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4534690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/staging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4536130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4537310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/stateful.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4538750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4539660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-12-17T23:48:00.4541090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-12-17T23:48:00.4541990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-12-17T23:48:00.4543300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-12-17T23:48:00.4544000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-12-17T23:48:00.4545340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-12-17T23:48:00.4547440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-12-17T23:48:00.4548300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/instantiator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-12-17T23:48:00.4550000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-12-17T23:48:00.4551120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-12-17T23:48:00.4551890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-12-17T23:48:00.4553000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-12-17T23:48:00.4554330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-12-17T23:48:00.4555090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api/remote_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-12-17T23:48:00.4556680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-12-17T23:48:00.4557980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-12-17T23:48:00.4558950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-12-17T23:48:00.4559680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-12-17T23:48:00.4560980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/metrics/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-12-17T23:48:00.4562490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4563280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4564540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4565690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4566940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4569070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4570380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4571890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4573030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4574270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4575870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4577070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-12-17T23:48:00.4578860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-12-17T23:48:00.4579510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:48:00.4580500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:48:00.4581730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:48:00.4583060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-12-17T23:48:00.4584170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-12-17T23:48:00.4585290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-12-17T23:48:00.4586450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-12-17T23:48:00.4587970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-12-17T23:48:00.4589420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:48:00.4590330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:48:00.4591560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:48:00.4592750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-12-17T23:48:00.4594200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-12-17T23:48:00.4594940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer/local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-12-17T23:48:00.4596200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer/debug_info_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-12-17T23:48:00.4597430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-12-17T23:48:00.4598480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-12-17T23:48:00.4599720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-12-17T23:48:00.4600890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-12-17T23:48:00.4602100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/control_plane.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-12-17T23:48:00.4603510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4604280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4605450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4606580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4607740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/log_level.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4608810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4610040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-12-17T23:48:00.4611340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-12-17T23:48:00.4612200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-12-17T23:48:00.4613330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-12-17T23:48:00.4614430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-12-17T23:48:00.4615730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-12-17T23:48:00.4616480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-12-17T23:48:00.4617620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-12-17T23:48:00.4618410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server/health_check_server.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-12-17T23:48:00.4619570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-12-17T23:48:00.4620730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-12-17T23:48:00.4622190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-12-17T23:48:00.4623640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-12-17T23:48:00.4624380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-12-17T23:48:00.4625530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-12-17T23:48:00.4626680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/elastic/events/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-12-17T23:48:00.4628080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-12-17T23:48:00.4628790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-12-17T23:48:00.4629910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/distributed_c10d.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4632570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4633260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/_IR.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4634700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/_unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4635750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4636890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/microbatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4638060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/_backward.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4639150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/_debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4640300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/stage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4641710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/schedules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4643400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/pipelining/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-12-17T23:48:00.4644510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/argparse_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4645660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_checkpointable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4646800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4647880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/c10d_logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4649550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-12-17T23:48:00.4650710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-12-17T23:48:00.4651520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-12-17T23:48:00.4653230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-12-17T23:48:00.4654590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-12-17T23:48:00.4655380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-12-17T23:48:00.4656550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-12-17T23:48:00.4657810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-12-17T23:48:00.4658670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-12-17T23:48:00.4659690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-12-17T23:48:00.4661040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-12-17T23:48:00.4662270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-12-17T23:48:00.4663880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4664660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4665680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4666960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4668120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4669280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4670400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4672000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4673270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4674480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-12-17T23:48:00.4675850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-12-17T23:48:00.4677090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/join.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-12-17T23:48:00.4678620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-12-17T23:48:00.4679450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-12-17T23:48:00.4680780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-12-17T23:48:00.4682240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-12-17T23:48:00.4683000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-12-17T23:48:00.4684120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-12-17T23:48:00.4685390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4686230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/_deprecation_warning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4687450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/named_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4688640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4689730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4690880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4692130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4693360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4694570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4695660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4696840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4698100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4699320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4700390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4701570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4702940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4704050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4705900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/optim/functional_adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-12-17T23:48:00.4706700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4708250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-12-17T23:48:00.4708980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-12-17T23:48:00.4710130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-12-17T23:48:00.4711840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-12-17T23:48:00.4712510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-12-17T23:48:00.4713590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-12-17T23:48:00.4714630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/contract.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-12-17T23:48:00.4715910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-12-17T23:48:00.4717340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4718180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4719550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/ilp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4720740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/runtime_estimator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4722010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/fsdp2_mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4723460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/sac_estimator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4724750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4725990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/memory_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4727160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/sac_ilp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4728340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_tools/mod_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-12-17T23:48:00.4730000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4730640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4731960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4733250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4734400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4736190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4736900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4744050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4744950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4745800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4746690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4747520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4748380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4749260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4750110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fully_shard/_fsdp_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp/_fully_shard 2024-12-17T23:48:00.4750940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4751700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4752430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_optim_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4753290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_trace_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4754490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4755740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4756920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4758340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4759650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4760890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4762120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_shard_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4763150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4764430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4766050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4767330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_init_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4768750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4769880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/fsdp/_flat_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-12-17T23:48:00.4771630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4772720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_functional_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4774540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4775500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-12-17T23:48:00.4776260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-12-17T23:48:00.4777470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4778520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/op_registry_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4780020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4780800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4781980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4783470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4784260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4785510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4786720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4787910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4789070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4790230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-12-17T23:48:00.4791320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4792720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4793860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4795090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4796550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4797620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-12-17T23:48:00.4798920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-12-17T23:48:00.4799680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-12-17T23:48:00.4801050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-12-17T23:48:00.4802260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4803300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4804770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-12-17T23:48:00.4805950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-12-17T23:48:00.4806850Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.4808130Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.4809260Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.4810370Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.4812210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-12-17T23:48:00.4813260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-12-17T23:48:00.4814440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-12-17T23:48:00.4815690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-12-17T23:48:00.4817090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-12-17T23:48:00.4817920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-12-17T23:48:00.4819000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-12-17T23:48:00.4820180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/common_op_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4821280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4822540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_shard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-12-17T23:48:00.4823630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/launch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4825130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-12-17T23:48:00.4825920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_symmetric_memory/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-12-17T23:48:00.4827340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4828750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/remote_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4829590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4831350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4832370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-12-17T23:48:00.4833180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental/_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-12-17T23:48:00.4834760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-12-17T23:48:00.4835820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental/_tp_transform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-12-17T23:48:00.4837080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental/_register_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-12-17T23:48:00.4838250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/experimental/_func_map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/experimental 2024-12-17T23:48:00.4839690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4840450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/ddp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4841620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4842880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/style.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4844140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4845310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4846460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/loss.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4847830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4848880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4850130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-12-17T23:48:00.4851170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_shards_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4852390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_redistribute.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4853520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_sharding_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4854820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4855970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4857470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_dtensor_spec.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4858900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4859660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_einsum_strategy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4860780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4861990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4863270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_experimental_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4864400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4865550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_conv_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4866870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_pointwise_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4868020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_matrix_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4869150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_math_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4870490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_common_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4871660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4872850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_random_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4873980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_ops/_view_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/_ops 2024-12-17T23:48:00.4875260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4876400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4877700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4878820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_op_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4880140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/placement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4881310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_tp_conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4882500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4883570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-12-17T23:48:00.4885020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2024-12-17T23:48:00.4885770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2024-12-17T23:48:00.4887010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug/_op_coverage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2024-12-17T23:48:00.4888110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug/_visualize_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2024-12-17T23:48:00.4889230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/tensor/debug/_comm_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/debug 2024-12-17T23:48:00.4890740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4891490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4892750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/options.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4893920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4895070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4896260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4897730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-12-17T23:48:00.4898880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-12-17T23:48:00.4900980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-12-17T23:48:00.4901850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4903430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/rref_proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4904660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4905810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4907040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/rpc/backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-12-17T23:48:00.4908290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributed/_functional_collectives_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-12-17T23:48:00.4909340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_size_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.4911120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4911860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/anomaly_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4913440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-12-17T23:48:00.4914150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-12-17T23:48:00.4915290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-12-17T23:48:00.4916410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/_functions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-12-17T23:48:00.4917510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4918820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/forward_ad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4919970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4921240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4922420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4923910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/grad_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4925050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/profiler_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4926440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/profiler_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4927650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/gradcheck.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4929840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4930650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/autograd/function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-12-17T23:48:00.4931980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_torch_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.4935900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.4936420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.4937640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.4939370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4940140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/validator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4941800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4942580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4943700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4944860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4946050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/unification_tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4947600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4948440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4949690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4950850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4951990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4953300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4954360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-12-17T23:48:00.4955370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4956500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/more.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4957670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4958850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unification/match.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-12-17T23:48:00.4959850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/meta_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4961060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/partitioner_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4962220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/recording.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4963450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4964540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/const_fold.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4966040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4966910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4968550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4969560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4970700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4971660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4972810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4973950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4975130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-12-17T23:48:00.4976430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4977700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/normalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4978830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/_constant_symnode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4980040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/optimization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4981310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/refinement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4982530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4984150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4985170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/sym_node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4986660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/unify_refinements.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4987740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/merge_matmul.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4988990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4990210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/schema_type_annotation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4991320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/symbolic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4994110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4994960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/_backward_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4996060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/experimental/proxy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-12-17T23:48:00.4997770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/operator_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.4998950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5000090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5001410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_lazy_graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5002600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5003710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5006010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5006490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/net_min_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5007740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/param_fetch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5008800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tools_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5010210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-12-17T23:48:00.5010980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra/partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-12-17T23:48:00.5012310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-12-17T23:48:00.5013650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-12-17T23:48:00.5014850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/infra/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-12-17T23:48:00.5015950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/split_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5017100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/shape_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5018300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/split_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5019620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/runtime_assert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5020880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5022630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-12-17T23:48:00.5023320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-12-17T23:48:00.5024290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-12-17T23:48:00.5025640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-12-17T23:48:00.5026320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-12-17T23:48:00.5027310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-12-17T23:48:00.5028390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5029730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5030510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5031690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5032760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5033890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5035020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils/matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5036300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/utils/fuser_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-12-17T23:48:00.5037480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5038660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/_tensorify_python_scalars.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5039790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/fake_tensor_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5040850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/operator_support.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5050160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5050920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/graph_manipulation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5051510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-12-17T23:48:00.5052040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-12-17T23:48:00.5052590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-12-17T23:48:00.5053230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-12-17T23:48:00.5054040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/dialect/common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-12-17T23:48:00.5054770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/graph_drawer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5055440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/splitter_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5056130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/passes/graph_transform_observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-12-17T23:48:00.5056780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/tensor_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5057380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5057970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/immutable_collections.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5058570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/annotate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5059170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/subgraph_rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5059770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5060560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_symbolic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5062090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5063330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5064440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fx/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-12-17T23:48:00.5065690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.5067020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_utils_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.5068130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quasirandom.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:00.5069600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-12-17T23:48:00.5070290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-12-17T23:48:00.5071920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_prims_common/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-12-17T23:48:00.5073580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5074110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/queue.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5075310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/_atfork.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5076440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5077580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/spawn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5078790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5080050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/multiprocessing/pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-12-17T23:48:00.5081520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5082200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/gds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5083330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5084450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5085330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5086450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5087810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/jiterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5088930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/nccl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5090080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5091510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5092550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_sanitizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5093800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5094960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_memory_viz.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5096160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/tunable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5097720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-12-17T23:48:00.5098460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-12-17T23:48:00.5099640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-12-17T23:48:00.5100760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-12-17T23:48:00.5101870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/amp/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-12-17T23:48:00.5102960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5104030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/nvtx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5105170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/graphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5106610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5107710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/cuda/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-12-17T23:48:00.5109190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.5109910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/sleef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.5112610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5113180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/attr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5114240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/embed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5115330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5116850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/pybind11.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5118530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5119690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/iostream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5120750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/gil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5121760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/chrono.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5122870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/typing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5123920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/stl_bind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5125270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/buffer_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5126350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5127580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-12-17T23:48:00.5128360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen/matrix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-12-17T23:48:00.5129630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-12-17T23:48:00.5130640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-12-17T23:48:00.5131830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5132930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/stl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5134680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5135300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5136390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/exception_translation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5137370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5138450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/descr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5139550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/internals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5140920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/cpp_conduit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5142050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/value_and_holder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5143110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5144650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5146040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/detail/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-12-17T23:48:00.5147220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5148300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eval.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5149690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5151520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5152510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/eigen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5153650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5154960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/pytypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5156820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pybind11/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-12-17T23:48:00.5158290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2 2024-12-17T23:48:00.5159290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5160260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5161240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5162440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5164060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/versions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5165160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/inline_container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5166280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5167450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-12-17T23:48:00.5168440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/cpuinfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.5170200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-12-17T23:48:00.5171370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5172020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5173400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-12-17T23:48:00.5174360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2024-12-17T23:48:00.5175200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_package/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2024-12-17T23:48:00.5176400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2024-12-17T23:48:00.5177430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-12-17T23:48:00.5178890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:48:00.5179610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:48:00.5180940Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5182020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-12-17T23:48:00.5183280Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5184420Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5185680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:48:00.5186450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:48:00.5187580Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5188750Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5189860Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5191040Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5192130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:48:00.5193310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:48:00.5194540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:48:00.5195580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-12-17T23:48:00.5196870Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5197990Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5199650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:48:00.5200360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-12-17T23:48:00.5201220Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5202570Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5203800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-12-17T23:48:00.5204970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-12-17T23:48:00.5206070Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5207160Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5208280Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5209440Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5210720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:48:00.5211550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:48:00.5212770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-12-17T23:48:00.5218320Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5219600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5220700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/DeviceAccelerator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5221870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5222990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5224050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/THConcat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5225400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-12-17T23:48:00.5226140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-12-17T23:48:00.5227210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-12-17T23:48:00.5228360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-12-17T23:48:00.5229360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5230540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5231870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed 2024-12-17T23:48:00.5232830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2024-12-17T23:48:00.5233760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-12-17T23:48:00.5234630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-12-17T23:48:00.5235820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-12-17T23:48:00.5237090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-12-17T23:48:00.5238130Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5239390Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5240580Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5241770Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5242970Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5244240Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5245440Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5246620Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5247790Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5248990Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5249850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-12-17T23:48:00.5250720Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5251870Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5252980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5253780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5255120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5256160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5257310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5258430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5259770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5260860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5262030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5263250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5264320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5265500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5266670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5267770Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5268920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5270010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5271150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5272400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5273530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5274650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5275820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5276970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5278110Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.5279250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5280400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5281570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5282700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5283810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-12-17T23:48:00.5285340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5286120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5287500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5288680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5289780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5290920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5292070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5293150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5294260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5295420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5296560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5297820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5298970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5300470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5301740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5303210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5304190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5305160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5306120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5307320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5308480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5309750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5310900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5311930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5313210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5314300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/socket_fmt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5315550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5316760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5318270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5319460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5320710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5321930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5323120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5324130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5325330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5326470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5327600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5328800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5330240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5331230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5332420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5333760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5334960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5340550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5341490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5342430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5343390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5344380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5345340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5346320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5347330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5348390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-12-17T23:48:00.5349090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5349510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5350240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5351230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5352210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5353200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5354180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5357050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-12-17T23:48:00.5358470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5359550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5360810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5361920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5363090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5364240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/engine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5365430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5366530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5367660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/edge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5368920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5370000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5371160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5372220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5373300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5374420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5375500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5376620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5377660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5378720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5379850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5380960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5382080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5383180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5384860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5385880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5386800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5387940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5389090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5390250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5391390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-12-17T23:48:00.5392420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5393610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5394810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5395790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5396930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5398030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5399140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5400340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5401340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5402480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5403600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5404740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5405920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5407250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5408080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5409170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5410280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5411330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5412420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5413540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-12-17T23:48:00.5414610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5415800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5417090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5418220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5419320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5420430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5421510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5422570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5423690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5424970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-12-17T23:48:00.5426350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5427120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5428250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/GdsFile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5429260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5430350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5431470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5432480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5433590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5434660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5435780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5436840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5437910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5438990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/cuda/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-12-17T23:48:00.5440100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5441200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5442320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5443540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-12-17T23:48:00.5444280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-12-17T23:48:00.5445350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-12-17T23:48:00.5446480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/xpu/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-12-17T23:48:00.5447500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5448850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5449630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5450680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5451810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5452840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5454010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5455040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/cpython_includes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5456080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5457160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5458350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5459430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5460610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5461720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5462760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-12-17T23:48:00.5464270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5465010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5466080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5467150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5468270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5469330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/nested.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5470530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5471500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5472610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5473660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5474680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5475820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5476880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5478220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5479280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5480470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/generated_serialization_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5481920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5483030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5484400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/verbose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5485720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5487060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5488220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5489280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5491100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5492240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5493410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5494640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5495750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5497030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5498070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5499160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5500440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/out_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5501750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5502830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/structseq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5504050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5505110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5506290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5507500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5508630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5509780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5511020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5512190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5664510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5666910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/six.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5668680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5669530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/utils/variadic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-12-17T23:48:00.5942810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5944280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/DataLoader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5945630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/THP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5947710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/python_headers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5948730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5950190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5951460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/copy_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.5953060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-12-17T23:48:00.5953980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-12-17T23:48:00.5955570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5956540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5968410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5969360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5977170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5978120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5979410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5980590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5982200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5983710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5989320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5995610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5996650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5997870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.5999380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6000500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6001700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6003580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6004500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6005800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6007060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6008450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6009540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6010720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6012240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6013400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6014610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6015870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6017130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-12-17T23:48:00.6019160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6019690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6021090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6022260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6023460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6024680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6025900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6027000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6028220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6029500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6030770Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6031960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6033180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6034640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6035800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6036950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6038250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-12-17T23:48:00.6040010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6040610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6041920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6043230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6044360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6045500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6046740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6047880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6049440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6050340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6051540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6052840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6054050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6055280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6056530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6057690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6059020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6060180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-12-17T23:48:00.6061300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6062590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6063820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6065070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6066580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6067790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6068950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6070150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6071280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6072550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6073700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6074970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6076140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6077370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6078660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6079850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6081030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6082330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6083540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6084820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6085980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6087270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6088490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6090310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6091240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6092460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6093750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6095010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6096170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6097630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6098890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6099990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6101270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6102350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6103680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-12-17T23:48:00.6105230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6106020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6107360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6108430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6110030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6111380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6112650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6113760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6114950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6116190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6117460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6118660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6119810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6121010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-12-17T23:48:00.6122760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6123980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6125200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6126590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6127870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6129220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6130470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6131610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6133130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6134340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6135530Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6136670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6137830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6139190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6140470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6141610Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6142750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6144020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6145390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6146400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6147580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6149440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-12-17T23:48:00.6151110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6151960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6153180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6155120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6156430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6157790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6159070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6160220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6161420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6162760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-12-17T23:48:00.6164360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6165220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6166390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6167520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6168770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6169960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6171200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6172350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6173870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6175060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6176280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6177570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6178750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6179960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6181240Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6182610Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6183840Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6185040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6186190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6187510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6188890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6189810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6191110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6192350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6193500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6194940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6196030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6197210Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6198320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6199520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6200710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6201880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-12-17T23:48:00.6204230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6204680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6205990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6207180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6208400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6209500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6210970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6211980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6213210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6219800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6220840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6222080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6223300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6224660Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6225860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6227050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6228370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6229770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6230860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6232100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6233340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6234610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6240540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6246740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6247610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6248870Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6255270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6260590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6266260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6267150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6268400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6274040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6274890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6276080Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6277290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6278610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-12-17T23:48:00.6279460Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6280640Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6281860Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6283160Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6284340Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6285430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6286610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6288140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6289290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6290850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:48:00.6291650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:48:00.6292850Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6293990Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6295220Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6296420Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6298110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-12-17T23:48:00.6299290Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6300510Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6301680Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6302850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6304020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6305310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6306490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6307740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6309170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6309980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6311090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6312270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6313410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6314560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6315860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6317070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6318240Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6319480Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6320700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6321970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6323220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6324600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6329660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6330360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6330820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6331250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6331680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6332120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6333300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6334490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6335910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6336870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6338010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6339200Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6340400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6341650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6342920Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6344090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6345270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6346580Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6347850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6348940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6350120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6351340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6352480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6353640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6354780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6355980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6357110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6358380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6359790Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6360720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-12-17T23:48:00.6362850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen 2024-12-17T23:48:00.6363330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-12-17T23:48:00.6364110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-12-17T23:48:00.6365580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-12-17T23:48:00.6366430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-12-17T23:48:00.6367660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-12-17T23:48:00.6368830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-12-17T23:48:00.6370350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6371190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6372450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6373610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6374790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6375890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6377010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6378380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6379580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6380770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6382120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6383150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6384260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6385520Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6386670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6387830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6388930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6390200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6391240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6392310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6393530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6394950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6396040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-12-17T23:48:00.6397190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-12-17T23:48:00.6398510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-12-17T23:48:00.6399320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-12-17T23:48:00.6400460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api/method.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-12-17T23:48:00.6401690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-12-17T23:48:00.6402860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api/object.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-12-17T23:48:00.6403950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/jit/api/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-12-17T23:48:00.6405330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6406890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy 2024-12-17T23:48:00.6407860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6408710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6409940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6411080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6412550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-12-17T23:48:00.6413320Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6414410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6415520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6416750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6417920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6419110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6420280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6421540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6422640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6423860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6424980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6426220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6427280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6428760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-12-17T23:48:00.6429600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-12-17T23:48:00.6430820Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6432030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6433180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6434310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6435460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6436610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6437760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6439020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6440100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6441400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-12-17T23:48:00.6442830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-12-17T23:48:00.6443840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-12-17T23:48:00.6445370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:48:00.6446180Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6447390Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6448680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-12-17T23:48:00.6449960Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6451040Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6452320Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6453580Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6454760Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6455990Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6457080Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6458520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-12-17T23:48:00.6459370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-12-17T23:48:00.6460630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-12-17T23:48:00.6461980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-12-17T23:48:00.6463100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-12-17T23:48:00.6464450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api 2024-12-17T23:48:00.6465690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include 2024-12-17T23:48:00.6466580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6467430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6468740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6470000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6471110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6472640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-12-17T23:48:00.6473690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-12-17T23:48:00.6474570Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6475790Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6477010Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6478220Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6479600Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6480620Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6481750Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6483140Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6484490Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6485690Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6486890Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6488030Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6489160Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6490490Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6491600Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6493040Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6494110Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6495280Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6497590Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6498450Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6499630Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6501090Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6502550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-12-17T23:48:00.6503690Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6504540Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6505930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-12-17T23:48:00.6506720Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6508000Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6509460Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6510530Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6511780Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6513040Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6514200Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6515440Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6517370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-12-17T23:48:00.6518080Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6519240Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6520680Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6521850Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6523070Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6524200Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6525490Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6526790Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6527930Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6529750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-12-17T23:48:00.6530360Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6531520Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6532860Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6534060Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6535280Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6536410Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6537720Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6538950Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6540160Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6541460Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6542610Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6543750Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6545050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6546350Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6547480Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6548690Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6550190Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6551840Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6552930Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6554070Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6555680Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6556840Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6558090Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6559210Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6560550Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6561690Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6563120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-12-17T23:48:00.6564040Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6565120Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6566390Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6567640Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6568820Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6569960Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6571140Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6572500Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6573490Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6574760Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6575940Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6577420Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6578760Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6580140Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6581290Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6582360Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6583710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6585310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6586750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6587950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6589290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6590570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6592060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-12-17T23:48:00.6592890Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6594050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6595240Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6596440Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6597730Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6598990Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6600090Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6601600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-12-17T23:48:00.6602550Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6603750Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6605030Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6606050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6607460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-12-17T23:48:00.6608290Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6609580Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6610780Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6611930Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6613150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6614390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6615530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6617210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-12-17T23:48:00.6617710Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6619020Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6620100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6621320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6622500Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6623610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6624820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6625990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6627530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6628850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6630000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6631130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-12-17T23:48:00.6632500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-12-17T23:48:00.6633470Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6634650Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6635950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-12-17T23:48:00.6636850Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6638220Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6639390Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6640570Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6642140Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6643080Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6644260Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6645460Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6646650Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6648380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-12-17T23:48:00.6649070Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6650380Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6651680Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6652810Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6654310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-12-17T23:48:00.6655190Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6656730Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6657930Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6659160Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6660310Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6661570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-12-17T23:48:00.6662570Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6663800Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6665060Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6666260Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6667520Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6668720Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6670080Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6671240Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6672400Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6673500Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6674920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-12-17T23:48:00.6675860Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6676980Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6678280Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6679390Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6680550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6681820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/StorageSharing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6683580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6684370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-12-17T23:48:00.6685160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-12-17T23:48:00.6686420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6687870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:48:00.6688720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:48:00.6689880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:48:00.6691170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:48:00.6692350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-12-17T23:48:00.6693700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-12-17T23:48:00.6694520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-12-17T23:48:00.6695800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-12-17T23:48:00.6696980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-12-17T23:48:00.6698000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/events.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6699210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6700410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/api.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6701580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6702650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6704170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:48:00.6704940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:48:00.6706090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:48:00.6707320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-12-17T23:48:00.6708750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6709430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6710760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6712090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6713230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/sections.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6714450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6715780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6716770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6717960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6719190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6720490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6721680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6723030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6724170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6725400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6726540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6727730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/unwind/range_table.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-12-17T23:48:00.6728740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/containers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6729960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/collection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6731230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/perf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6732330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6733590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-12-17T23:48:00.6735140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-12-17T23:48:00.6735730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-12-17T23:48:00.6736890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6738070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Dtype.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6739230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6740440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/python_dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6741680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6742750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6744060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/TypeInfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6745180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/csrc/StorageMethods.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-12-17T23:48:00.6746280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/script.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-12-17T23:48:00.6747550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/library.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-12-17T23:48:00.6749040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/custom_class_detail.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-12-17T23:48:00.6750170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-12-17T23:48:00.6751530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/torch/extension.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-12-17T23:48:00.6752640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/nnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6754810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6755440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ClientInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6756840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/GenericTraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6758060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/IActivityProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6759230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/Config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6760670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/TraceSpan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6761670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/LoggingAPI.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6762730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ITraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6763890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ActivityProfilerInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6765130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ActivityTraceInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6766230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/output_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6767350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ThreadUtil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6768590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ActivityType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6769780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/libkineto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6771180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/time_since_epoch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6772040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/ILoggerObserver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6773190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/kineto/AbstractConfig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-12-17T23:48:00.6774290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/xnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6776850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/libshm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6777720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6778820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/qnnpack_func.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6780090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/pthreadpool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6781760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/clog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6782870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/omp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:00.6785440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6786210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6787400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/NestedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6788480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6789750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6790910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CollapseDims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6792350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6793460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6794570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6795840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6797030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/DeviceAccelerator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6798370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6799340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MemoryOverlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6800500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6801670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/LegacyVmapMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6802930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/InitialTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6804000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6805180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/DLConvertor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6806300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6807490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/FuncTorchTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6809730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6810110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Dict_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6811570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6812400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6815320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6816740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-12-17T23:48:00.6817540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-12-17T23:48:00.6818860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-12-17T23:48:00.6820040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-12-17T23:48:00.6821300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-12-17T23:48:00.6822480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/jit_type_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6823810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6825040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/rref_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6826110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6827390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/interned_strings_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6828910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/operator_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6830290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6831470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/symbol.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6832710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6834000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/TransformationHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6835080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/blob.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6836430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/function_schema.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6837830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/type_factory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6839340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6840200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6841320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6842610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6844040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6844980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6846540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6847660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-12-17T23:48:00.6848910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6849840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ivalue_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6851010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6852690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/dynamic_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6853780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/class_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6854960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6856430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/function_schema_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6857360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6858480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/qualified_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6859690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6860750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6862060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6863280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6864450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6865660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6866890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6868010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/List.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6869160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ATenOpList.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6870350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6871480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/type_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6872730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6873850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6875080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6876170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6877410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6878500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6879780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ATen_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6881000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6882150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ATenGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6883360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6884500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/IListRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6885900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6887140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6888230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/TensorBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6889660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ATen_pch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6890810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/QuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6891990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/enum_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6893170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/alias_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6894280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/List_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6900410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6900860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6901200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/jit_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6901530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/IListRef_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6901890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6902220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6903190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Vitals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6904540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6905980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-12-17T23:48:00.6906960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-12-17T23:48:00.6907830Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.6909180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-12-17T23:48:00.6910440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-12-17T23:48:00.6911700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-12-17T23:48:00.6912950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-12-17T23:48:00.6914010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-12-17T23:48:00.6915240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-12-17T23:48:00.6916400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-12-17T23:48:00.6917560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-12-17T23:48:00.6918730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-12-17T23:48:00.6919910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/builtin_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6921150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6922350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6923510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6924690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6925930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6927040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6928440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6929490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/ivalue_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6931060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/core/Variadic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-12-17T23:48:00.6932440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6933450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/jiterator_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6934650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6936080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.6937770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6938530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6939780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6940950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6942250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6943410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6944500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6945660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSDevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6946780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6947910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/IndexKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6949230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6950370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-12-17T23:48:00.6952270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6953040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6954250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6955420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorTransformations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6956510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ComplexHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6957720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6958940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6960160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ReductionType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6961280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Repeat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6962460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6963620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6964810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6966140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6967300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6968490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Unfold3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6969640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6970770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6972030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/RangeFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6973140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/RNN.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6974240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6975310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6976490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6977600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6978770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TransposeType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6979930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/DispatchStub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6981060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Unfold2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6982280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6983570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6984930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6985760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/MetalShaderLibrary.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6986950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6988140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6989300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6990460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/UnaryConstants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6991790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6992930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6994250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mps/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-12-17T23:48:00.6995410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6996710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/MaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6997920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Gelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.6999180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7000290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/CPUFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7001870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7002670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7003850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/zmath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7005090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7006320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7007590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7008680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7009790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7011060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7012160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/Gelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7013410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7014570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7015760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7016930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7018060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7019320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7020490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7021730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7022870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7024060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7025240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7026290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7027440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7028760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7029820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7030990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7032390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7033630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7035290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7036470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7037650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7038730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cpu/Loops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-12-17T23:48:00.7039830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/FusedAdagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7041040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7042150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TopKImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7043410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7044570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7045760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ForeachUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7046910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7048070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7049740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7050620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7051800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7053550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7054740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7056010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7057070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7058370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7059590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7060780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7062110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7063310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7064410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7065760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7066950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7068100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7069260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7070510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7071760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7072970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7074040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7075210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7076410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7077540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7078920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7080000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7082140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7083030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7084230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7085300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7086590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7087810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7089010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7090290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7091440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7092560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7093740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7094980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7096070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7097210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7098290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7099500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7100680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7102070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7103270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7104340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Sort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7105560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7106680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7107950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7109370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7110650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7111970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7113410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7115110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7116510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7117790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7118920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7120180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/cuda/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-12-17T23:48:00.7121730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7122620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7123930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7125080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7126720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7127480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7128780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7130070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7131260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7132440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/qlinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7133600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7134830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7136040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7137470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7138660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7139870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7141070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7142240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/qconv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7143490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7144670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-12-17T23:48:00.7145910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7147160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7148420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7149760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/quantized/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-12-17T23:48:00.7150850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7152010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7153260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7154540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/UnaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7155630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/SortingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7156940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7158040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7159260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorShape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7160340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/IndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7161540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/UpSample.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7163170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-12-17T23:48:00.7163940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-12-17T23:48:00.7165200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-12-17T23:48:00.7166430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/utils/Factory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-12-17T23:48:00.7167690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ResizeCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7168750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7169890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7171220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7172440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7173600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7174780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7176310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-12-17T23:48:00.7177070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers/attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-12-17T23:48:00.7178200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-12-17T23:48:00.7179570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7180680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/vol2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7181850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/LossMulti.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7183050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7184210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorDimApply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7185740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2024-12-17T23:48:00.7186470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip/ck_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2024-12-17T23:48:00.7187750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip/ck_bgemm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2024-12-17T23:48:00.7188900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip/ck_gemm_template.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2024-12-17T23:48:00.7190140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/hip/ck_gemm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/hip 2024-12-17T23:48:00.7191260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7192390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7193720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7194920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7196100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Histogram.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7197220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7198420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7201050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/FusedAdam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7201850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7203180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/CPUBlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7204450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7205610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7206860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/AmpKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7208020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7209360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7210480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorConversions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7211920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-12-17T23:48:00.7212720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-12-17T23:48:00.7214150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-12-17T23:48:00.7215200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-12-17T23:48:00.7216360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-12-17T23:48:00.7217600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-12-17T23:48:00.7218560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7219710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7221060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7222420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn 2024-12-17T23:48:00.7223590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2024-12-17T23:48:00.7224410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:48:00.7225300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:48:00.7226490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail/Attr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:48:00.7227680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:48:00.7228920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2024-12-17T23:48:00.7229990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/PointwiseOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7231090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7232130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7233360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7234490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7235690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/SegmentReduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7236850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/FusedSGD.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7238070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7239110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorCompare.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7240280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/PixelShuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7241380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7242830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7244290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7245490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7246730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-12-17T23:48:00.7247810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ceil_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7249230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7250420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7251890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/dlpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7253050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7254210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7255680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7257230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-12-17T23:48:00.7258030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-12-17T23:48:00.7259300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-12-17T23:48:00.7260380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vml.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-12-17T23:48:00.7262540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7262890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7264270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7265080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128/vec128_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7266450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7267510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128/vec128.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7268760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7270550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7271470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2024-12-17T23:48:00.7272730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7274220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7275140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7276450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7277620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7278890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7280400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7281680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7283000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7284410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7285580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7287060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-12-17T23:48:00.7287850Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7290050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7291080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-12-17T23:48:00.7291890Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7293230Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7294340Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7295690Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7296870Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7298300Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7299590Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7300810Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7302050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7303410Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7304620Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7305990Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7307400Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7308510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7310190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-12-17T23:48:00.7311400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7312680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7313950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7315090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7316400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7317880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7318700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7320540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7321390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7322930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7324230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7325390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7327310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7328240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7329760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7331020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-12-17T23:48:00.7332630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7333380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve/vec_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7334930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve/vec_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7336120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve/vec_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7337390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve/vec_common_sve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7338630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve/sve_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7339720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/sve/vec_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/sve 2024-12-17T23:48:00.7341010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7342330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7343510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-12-17T23:48:00.7345380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7346330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TracerMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7347520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/BlasBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7348760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7349940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7355890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7356560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/PTThreadPool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7357780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7358920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MapAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7360920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7361330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7362570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7363750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7364950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7366030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7367290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/Sleep.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7368480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7369620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7370790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/jiterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7372070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7373530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7374390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7375600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7376810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7377960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7379120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7380290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7381480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7382820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7383920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7385230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7386320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/cub.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7387760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7388950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7390230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7391430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/cub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7392730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7393780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7395030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7396720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7397490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7398680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7399930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7401080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7402320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7403850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7404820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7406030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7407200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7408360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-12-17T23:48:00.7409410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7410670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7412480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7413790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7414980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7416240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7417800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7418600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7420140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7421130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7422370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7423670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7424920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7426190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-12-17T23:48:00.7427350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7428500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-12-17T23:48:00.7429980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-12-17T23:48:00.7430800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-12-17T23:48:00.7432040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/quantized/Quantizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-12-17T23:48:00.7433120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/record_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7434490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/WrapDimUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7435960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7436680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7437940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7439240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7440150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7441460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-12-17T23:48:00.7442270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-12-17T23:48:00.7443480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7444570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/xpu/XPUContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-12-17T23:48:00.7446160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7446880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7448170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7449430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7450550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7451760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7452860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/miopen/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-12-17T23:48:00.7454030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7465900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7467370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7468590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7469780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/div_rtn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7470980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ExpandUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7472160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MPSFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7473340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TypeDefault.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7474440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MPSFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7475620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7486160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7487350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7488490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7489720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7490950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7492100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/LinalgBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7493210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7494360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7495490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SequenceNumber.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7500510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7500840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ExpandBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7501220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Parallel-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7501530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MatrixRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7501870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7502830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7503870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7505110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7506260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/NumericUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7507540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ATen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7508900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorNames.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7509790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7510950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7512560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7513480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SparseTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7514970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SavedTensorHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7516240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7517180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7518610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7519770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7520890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/MAIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7521980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7523350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7524770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7526110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7527330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7528520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/HPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7529660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-12-17T23:48:00.7530840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7532290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/StorageUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7533420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7534680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/code_template.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7535840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7537070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7538480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip 2024-12-17T23:48:00.7539590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-12-17T23:48:00.7540550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-12-17T23:48:00.7541710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-12-17T23:48:00.7542910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-12-17T23:48:00.7544010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-12-17T23:48:00.7545130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7546270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7547570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Dispatch_v2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7549040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7550230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7551330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ParallelNative.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7552600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/OpMathType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7553860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7554940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/PadNd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7556080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7557510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7558840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ParallelFuture.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7559980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:00.7594650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7595190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7596390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7597780Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7598870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7600150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7601330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7602760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7603590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_ones.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7604820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7605890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7607260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7608400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7609580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7610730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7612010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7613220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7614330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7615590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7616740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7618190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7619140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_static_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7620260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7621390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7622700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7623890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isfinite_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7625170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7626220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7627430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7628790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7629880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7631150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7632250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7633420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7634620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7635880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7637170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7638280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/result_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7639520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7640820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7642300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7643140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7644200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7645340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7646620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7647680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7648910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7650170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7651430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7652630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7653780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7654890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7656160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7657240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7658410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7659470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7660660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_propagate_xla_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7661780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7663080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7664140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7665330Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7666830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7667690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7668860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7670130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7671430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7672320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7673430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7674630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7675820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7676930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7678030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_int_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7679140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7680400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7681600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7682730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7683810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7685060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7686190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7687450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7688710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7689830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7690930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7692120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7693360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7694490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7695620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7696770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7698080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7699210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7700430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7701830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7702880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7704000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7705320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7706670Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7707820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7708990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7710150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7711350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7712410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7713570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7714700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7715910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7717080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7718370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7719480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7720730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7721860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7723040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7724210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7725420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7726580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7727710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7728820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7730040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7731120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7732270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7733460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7734630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7735760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7736920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7738060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7739330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7740340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7741530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7742770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7743970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7745180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7746300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/absolute_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7747540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7748640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7749970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7751090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7752320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7753520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7754690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7755980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7757050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7758270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7759530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7760520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7761680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7762840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7763970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7765070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7766240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7767480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7768620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7769750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7770970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7772370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7773340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7775020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7776380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7777650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7778810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7779950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7781110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7782420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7783470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7784710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7785770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7787210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7788210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7789360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7790510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7791670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7792820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7794080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/positive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7795270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7796550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7797690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7798950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7800040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7801160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7802310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7803520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7804620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7805730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7806820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7808100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7809220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7810400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7811490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7812620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7813880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7815060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7816690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7817920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7819200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7820510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7821710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7822840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7823930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hann_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7825020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7826190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7827250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7828380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7829570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7830790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7832050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7833220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7834440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7835660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7836900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7837910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7839070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7840250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7841390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7842520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7843620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7844980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7846080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7847190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7848310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7849560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7850580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7851750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7852860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7853990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7855100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7856190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7857340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7858480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chain_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7859580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7860720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7861870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7863110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7864240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7865280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7866420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7867570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7868730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7869950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7870910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7872110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7873230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7874660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7875520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7876810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7877960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7878970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7880170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7881180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7882450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7883510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7884680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7885720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7886860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7888010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7889100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7890410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7891360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7892520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7893580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7894890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7895960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7897290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7898390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7899820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7900730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7901900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7903170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7904280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7905340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7906480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7907730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7908850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7909970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7911050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7912170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7913310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7914380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7915500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7916630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7917770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7919090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7920180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7921290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7922520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7923530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7924680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7925900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7926930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7928140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7929200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dequantize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7930400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7931590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7932680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7933770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7934990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7936060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7937390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7938330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7939430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7940500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7941660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7942940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7943980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7945090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7946320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7947390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7948570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7949740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7950770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7951900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7953100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7954270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7955440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7956470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7957580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7958700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7959830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7960950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7962190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7963270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7964420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_check_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7965600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rot90_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7966750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7967890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7969030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7970170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/selu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7971360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7972540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7973700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7974880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7976060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7977310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7978390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7979510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7980720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7981810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7982950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7984030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col2im_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7985210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7986440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7987560Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.7988640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7989900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7991230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7992430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7993560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7994770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7995800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7997020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7998110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.7999200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8000360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8001500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8002730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8003790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8005010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8006060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8007280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8008320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8009400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8010520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8011620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8012690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8013910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8015030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8016190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8017230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8018640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8019710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8020780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8021950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8023040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8024280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8025940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8027110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8028260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8029470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8030680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8031960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8033130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8034450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8035640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8036810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8038010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8039160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8040320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8041480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8042600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8043880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8045050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8046380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8047610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8048840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8050080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8051200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8052440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8053550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8054720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8055810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int8pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8056940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8058140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8059240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8060550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8061630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8062800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8063890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8065040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8066190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8067330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8068410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8069520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8070730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8071940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8072960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8074070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8075110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/orgqr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8076250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8077360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8078440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8079840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8080840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8081940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8086630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8087000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8087320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8087720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8088070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8088550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/record_stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8089680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8090830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8091990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8093090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8094250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8095370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8096440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8097530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8098630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8099800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8100990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8102230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8103390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8104470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8105730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8106830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multinomial.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8108010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8109150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8110500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/allclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8111500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8112550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8113710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8114890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8115970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8117090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8118220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8119370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8120390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8121690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8122750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8123990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8125110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8126760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8127790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8128990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8130360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8131110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8132300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8133560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8134640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8135740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8136840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8137990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8139180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8140460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8141780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8142620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8143820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8144910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8146010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8147260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8148380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8150010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8151150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8152320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8153530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8154710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8155960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8157060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8158230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8159420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8160570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8161720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8162870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8163990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8165380Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8166480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8167790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8168620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8170860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8172040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8173120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8174730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8175840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8177270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_exp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8178210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8179520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8180710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8181770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8182920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8184060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8185210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8186360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8187420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8188560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8189670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8190790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8191920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8193040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_chunk_cat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8194170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8195270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8196440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8197490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8198570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8199760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8200850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8201980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8203060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8204190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8205260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8206420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8207700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8208890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8210320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8211240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8212390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8213510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8214650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8215700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8216810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8218030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8219090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8220230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8221490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8222340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/positive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8223430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8224520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8225710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8226880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8227990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8229280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8230310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8231600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8232670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8233740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_propagate_xla_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8234890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8236080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8237160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8238300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8239360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8240520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8241770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8242820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8244020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8245040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8246390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8247710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8248710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8249800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8250890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8252180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8253220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8254280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8255360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8256490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8257610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8258740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8260200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8261380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8262490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8263680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8264740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8265890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8267060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8268230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8269600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8270480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8271580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kl_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8272920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8273880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8275080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8276200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8277360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8278540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8279730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8280780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8282360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8283560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8284660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8285730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8287020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8288250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8289500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8290660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8291950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8293120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8294340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8295400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8296720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8298120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8299700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8301000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8302230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8303420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8304670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8305880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8306950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8308110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8309420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8310490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8311670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8313020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binomial.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8314270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8315340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8316470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8317660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8318900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8320050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8321200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8322390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8323450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8324690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8325770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8326850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8327960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8329230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8330310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8331420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8332850Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8334020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8335330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8336420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8337630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8338730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8339840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8340960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8342060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/deg2rad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8343230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8344240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8345430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8346520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8347560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8348650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8349810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8350980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8352120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8353280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8354390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8355600Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8356810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8357850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/corrcoef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8358940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8360150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8361250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8362540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8363510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8364720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8365810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8366940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8368050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8369130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8370490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8371690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8372840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8373940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8375040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8376300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8377350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8378560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8379650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8380810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8381950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8383230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8384280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8385470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8386670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8387950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8389030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8390120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8391230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8392560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8393670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8394740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8395820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8396960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8398120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8399220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8400250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/outer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8401370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8402500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8403700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8404820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8405920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8407090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8408320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8409320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8410470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8411710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8412890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8413870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8415000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8416170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8417480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8418570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8419610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8420710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8421930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8422990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8424130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mask_projection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8425210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8426300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8427400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8428630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8429720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8430810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8432070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8433140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8434210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8435410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8436540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8437680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8439190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8440300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8441810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8443080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8444020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8445170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8446230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/output_nr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8447360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8448530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/not_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8449590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8450740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/meshgrid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8451910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8453150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_storage_offset_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8454340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8455460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8456550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8457710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8458900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8459950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8461080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8462300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8463450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8464640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8465670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/float_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8466910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8468070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8469110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8470260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8471430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8472730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8473870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8475200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8476360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8477490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8478630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8479760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8480820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8482280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8483300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8484570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8485590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8486820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8488000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8489060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diff_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8490230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8491630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8492880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8494020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8495400Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8496550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8497780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8499130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8500270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8501360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_storage_offset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8502620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8503730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8504960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8506100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8507250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8508400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8509650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8510950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8511960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8513240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8514460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8515670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8516930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8518010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8519240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8520610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8521790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8522870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8524020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8525320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8526410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8527660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8528900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8530050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8531330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8532430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hann_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8533530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8534780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8535810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8536960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8538140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8539400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8540410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8541650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8542790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8543960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8545300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8546360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8547600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8548790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8549870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concatenate_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8550920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8552230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8553290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8554540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8555650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8556830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8558070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8559140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8560440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8561570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8562670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8563800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8564920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8566150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8567260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8568400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8569480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8570710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8571840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/square_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8573070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8574180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8575430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8576490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8577640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8578820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_psi_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8580020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8581070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8582350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8583490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8584590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/selu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8585750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8586920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8588110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8589300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8590430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8591670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8592730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cov.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8594050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8595030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8596200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8597560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8598550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8599780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8600890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8602000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8603220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8604370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8605530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8606620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8607830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8608960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8610120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8611220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8612390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8613450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8614600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_parallel_materialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8615790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8617180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8618370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8619450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/int_repr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8620540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8621770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8622960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8624110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8625170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8626430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8627530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8628690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8629880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8634770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8635630Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8635950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8636370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8636880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8637360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8638010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8639160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8640210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8641420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argwhere_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8642720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8643760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8644890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/orgqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8646040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8647230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8648410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8649850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8651000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8652190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8653260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8654420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8655650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8656780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8658020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8659200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8660250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8661350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8662440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_int_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8663590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8664860Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8665960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8667140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8668280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8669300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8670640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8671690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8673060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8673910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8675100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8676270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_permuted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8677490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8678630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8679840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8680970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8682020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8683180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8684430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8685600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8686700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8687890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8689070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8690090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8691260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8692450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8693620Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8694700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8695870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8696980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8698110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8699300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8700590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8701760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8702790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8704200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8705160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8706340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8707610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8708750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8710030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8711050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8712380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8713480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8714710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8715820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8716940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8718260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8719310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8720470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8721820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8722930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8723980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8725140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8726260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8727500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8728710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8729790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8730760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8732090Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8733200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8734310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8735540Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8736720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8737850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8739040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8740130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8741450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8742550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8743670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8744770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8745870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8747110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8748200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spsolve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8749460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8750550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8751720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8752830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8753970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8755120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8756280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8757500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8758650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8759860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8761110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8762310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8763330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8764440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8765680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8766780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8767990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8769140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8770480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8771470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8772780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8774120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8775300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8776430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8777580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8778730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8779940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8781130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8782200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8783430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8784570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8785980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8787060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8788280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8789560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8790660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8791860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8793050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8794220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8795410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8796470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8797610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8798690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multiply_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8800010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8801080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8802350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8803450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8804740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8805870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8807030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8808230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8809360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8810600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8811660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8812920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8814010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8815270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8816390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8817490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8818770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8819900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8821250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8822390Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8823610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8824710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8825770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hspmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8827070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8828260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8829450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8830740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8831820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8832990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8834140Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.8835240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8836380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8837500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8838710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8840030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8841200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8842380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8843570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8844790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8845870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8847080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8848140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8849330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8850690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8851840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8853090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8854250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8855440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8856650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8857730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8858870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8860110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8861330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8862380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8863630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8864740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8865860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8867110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8868350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8869430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8870460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8871700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8872950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8874120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8875260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8876520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8877700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8878720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8879930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8881050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8882170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8883670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8884870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8886060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8887360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8888520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8889660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8890920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8892070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8893230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8894370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8895650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8897180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8898070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8899220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8900420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rms_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8901770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8902730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8903910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8905010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8906250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8907430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8908780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8909730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8910970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8912120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8913270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8914630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8915750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8916950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8918330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8919370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8920540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8921720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8923300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8924250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_lengths_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8925380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8926550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8927760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8928960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8930150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8931270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8932540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8933770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8934880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8936100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lazy_clone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8937350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8939180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8939760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8940820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8942000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_digamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8943170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8944380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8945550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8947040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8947980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8949130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8950290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8951450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8953000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8954050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8955240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8956400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8957380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8958680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensordot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8959880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8961050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8962260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8963250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8964620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8965710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8966830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8968340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8969450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8970510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8971790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8973000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8974450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8975590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8976750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8977920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8979090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gradient_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8980510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8981420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8982780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8984010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8985210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8986540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8987630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8988830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8990280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8991270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_chunk_cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8992540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8993620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8994780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8996030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8997150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8998300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.8999520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9000730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9002010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9003120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9004240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9005370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9006620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9007820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9008890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/output_nr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9010020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9011140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9012250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9013360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9014600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9015680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9016900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9018150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9019240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9020380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9021510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9022770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9023980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9025100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9026220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9027440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9028650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9029800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9030800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9032030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9033170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9034340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9035480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9036730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9037910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9039030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9040210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9041320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9042510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9043720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9044910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9046090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9047130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9048250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9049540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9050660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9051730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9052980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9054130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9055260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9056650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9057580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9058760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9059890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9060970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9062220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9063360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9064520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9065800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9067270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9068550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9069750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9070910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9072260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9073300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9074530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9075700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9076750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9078020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9079370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9080570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9081570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9082800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9083980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9085180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9086230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9087400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9088510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9089730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9090940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9092100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9093400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9094470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9095650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9096780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9097810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9099030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9104180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9104920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9105660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9106500Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9107320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9108150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9109000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9109790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9110560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9111350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9112160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9113000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9114150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9115270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9116620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9117690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9118710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9119970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9121060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9122330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9123380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9124730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9125900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9127120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9128290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9129510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9130720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9132000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9133240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9134580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9135640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9136840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9137910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9139040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9140240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9141390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9142600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9143830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9144980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9146210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9147350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9148600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9149720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9150920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9152180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9153310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9154490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9155580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9156790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9157830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9158970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9160060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9161200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9162310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9163550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9164650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9165890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9167010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9168530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9169750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9170980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9172030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9173240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9174400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9175580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9176720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9178160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9179330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9180470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9181580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9182830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9183930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9185120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9186290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9187460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9188630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9189820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9190980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9192180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9193330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9194410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9195630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9196800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9198070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9199310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9200590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9201850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9203010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9204170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/searchsorted.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9205560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9206710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9207870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9209040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9210170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9211390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9212650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9213800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9215220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9216370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9217450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9218610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9219940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9221120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9222340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9223540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9224840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9225990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9227250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9228360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9229520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9230640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9231740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9233000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9234090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9235320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9236690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9237890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9239060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9240140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9241340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9242470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9243690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9244840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9246010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9247130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9248230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9249480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9250510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9251700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9252890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9254180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9255270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9256370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9257670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9258830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9259890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9261210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9262300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9263620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9264800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9265900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isclose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9267110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9268240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9269520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9270650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9271770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9272980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9274250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9275410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9276520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9277730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9278980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9280090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9281280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9282520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9283630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9284850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9285960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hamming_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9287150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9288370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9289730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9290900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9292090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9293230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9294520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9295690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9296930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9298240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9299380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9300550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9301630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9302780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9303960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9305190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9306250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9307500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9308580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9309930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9310980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9312240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9313470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9315600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9316450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9317690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9318860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9320210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9321210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rad2deg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9322420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9323590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9324800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9325940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9327340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9328500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9329670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9330780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9332030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9333340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9334480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9335600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/type_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9336840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9338020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9339270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9340380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9341510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9342820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9344010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9345110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9346550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9347400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9348520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9349770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9350920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9352170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9353260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9354590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9355750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9357100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9358000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9359080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9360220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9361360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9362770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9363660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9364840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9365960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9367190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9368430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9369580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9370620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stride.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9371800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9373300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9374180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9375510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9376500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9377900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9378980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9380050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9381140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9382270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9383490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9384600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9385800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9386950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9388370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9389230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9390360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9391580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9397260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9398160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9399170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9400100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9401040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9401900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9402700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9403450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9404210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9404960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9405810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9406680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9407460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9408640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9409760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9411000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/instance_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9412130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9413380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9414630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9415890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9417040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9418330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9419720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9420780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9422150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9423240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9424480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9425640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9426780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9428150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9429260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9430330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9431440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9432640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9433870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9435030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9436190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9437310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9438550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9439740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9440860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9442000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9443180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/absolute.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9444450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9445610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9446880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9447910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mT_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9449250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9450360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9451660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9452820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9453950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9455080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9456220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9457370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9458430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9459770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9460970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9462110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9463220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9464470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9465740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9467050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9468200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9469380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9470520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9471750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9472890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9474130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9475390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9476640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9477850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9479090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9480130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9481280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9482390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9483520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9484690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9485740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9486860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9488140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9489430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9490400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9491530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9492730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9493730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9494850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9495940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9497210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9498250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9499310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/selu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9500500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9501580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9502760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9503850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9504920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9506050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9507190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9508230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9509380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9510490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9511640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9512960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9513980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adjoint_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9515100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9516260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9517360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9518520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9519720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9520780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9521890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9523050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9524140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9525270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9526410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9527550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9528620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9529720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9530870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9531960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9533060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9534130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9535240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9536490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9537570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9538630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9539870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9540990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9542090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9543190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9544380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9545490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9546670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9547830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9548920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9550060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9551260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9552370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9553590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9554720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9555810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9556950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9558050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9559130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9560350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9561330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnz_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9562510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9563660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9564720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9565760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9566920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9568130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9569300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9570350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spsolve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9571540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9572640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9573750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9575100Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9576190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9577240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9578470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9579580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9580710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9581750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9582890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9584050Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9585240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9586260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9587350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9588560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9589640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9590870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9591990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9593370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9594200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9595360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9596460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pinverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9597690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9598910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9599900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9600900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9602100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9603260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9604520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9605660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9606720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9607950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9609120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9610320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9611360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9612600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9613610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9614820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9615930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/not_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9617080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9618350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9619440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9620610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9621800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9622800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9623990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9625180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9626320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9627410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9628600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9629670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9630880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9631980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9633070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9634210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9635290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9636390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9637610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9638650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9639810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9641050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9642280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9643400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9644500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9645860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9647090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9648220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9649670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9650700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9651820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9653010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9654090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_functorch_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9655290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9656430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9657650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9658730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adagrad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9659890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9661040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9662390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9663470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9664540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ger_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9665730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9666810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9668040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9669050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9670430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9671630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9672920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9674090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9675370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9676630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9677980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9679060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9680210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9681340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9682440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9683550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9684770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9686010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9687230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9688450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9689610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9690710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9691790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9692960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9694150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9695370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9696560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9697660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9698860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9699940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9701120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9702240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9703390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9704520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9705650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9706810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multinomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9707930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9709080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9710250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9715550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9716300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9716630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9716970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9717380Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9717710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9718230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9719440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9720460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9721710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9722770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9724000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9725050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9726220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9727420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9728620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9729940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9730950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapdims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9732350Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9733360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9734490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9735650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9736850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9738110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9739180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9740330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9741600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9742620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9743910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9745010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9746220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9747330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9748470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9749810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9750890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9752050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9753140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9754270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foobar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9755470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9756620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9757770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9758890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9760000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9761210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9762230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9763430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9764610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9765690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9766790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9768060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9769120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9770340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9771340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9772400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9773460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9774710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9775790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9776910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9778060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9779150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9780370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9781410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/movedim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9782630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9783580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9784900Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9785900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9787170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9788350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9789590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dim_arange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9790810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9792170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9793290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9794370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9795530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9796660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9797990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9799180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9800260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9801310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9802400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9803510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9804640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9805870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9807090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9808190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9809370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9810560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9811620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9812750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9813960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9815200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9816310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9817470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9818630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9819930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9821020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9822230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9823300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9824490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9825630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9826690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9827870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9828980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9830390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9831760Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9832860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9834010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Long.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9835500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9836600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9837640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9838810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9840060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9841390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9843340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9844730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9846030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9847160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9848520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9849650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9850870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9852060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9853220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9854320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9855460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rename_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9856760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9857870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9859210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9860250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9861470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9862530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9863640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9864960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9866060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9867200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9868440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9869590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9870790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9871880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9873080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9874200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9875420Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:00.9876550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9877640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9878870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9880010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9881050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9882200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9883410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9884600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9885790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9886910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9888050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9889180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9890460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9891460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanquantile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9892690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9893830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9894950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9896120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9897550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9898810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9900090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9901270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9902510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9903950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9905190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9906480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9907680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9908800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9911070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9912470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9913800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9914880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9915950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9917220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9918450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9919690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9920910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9922250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9923700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9925310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9926490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9927670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9928710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9929940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9931110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9932480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9933780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9934970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9936080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9937210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9938400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9939570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9940770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9941860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9942980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9944200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9945370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9946520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9947780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9948980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9951750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9952490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9953970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9955420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9956720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9957960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9959200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9960410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9961620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9962720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9963820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flipud_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9964980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9966180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9967380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9968630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9969630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9970760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9971870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9973010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9974140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9975290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9976530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9977790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9978880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9980110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9981110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cov_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9982230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9983410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9984560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9985640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9986810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9987930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9989090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9990230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dequantize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9991430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9992690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9993680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9994730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9995960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9997120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9998240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:00.9999330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0000460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0001610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0002830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0003900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0005030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0006160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0007270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0008540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0009760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0010790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0011930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0013160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0014340Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.0015410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0016560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0017840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0018880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0020070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0021270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0022360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0023500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0024650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0025780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0026880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0028170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0029300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0030440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0031620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0032830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0033910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0035010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0036230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0037300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0038400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gradient.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0039530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0040790Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.0041960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0043220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0044240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0045410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0046530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0047640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0048770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0049950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0051040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0052220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0053270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mH_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0054430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0055570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0056750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0057890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0058970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0060070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0061220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0062410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0063650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0064700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0065890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0066960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0068170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0069180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0070270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0071370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0072550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0073720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0074820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0075920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0077200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0078370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0079420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0080550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0081730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0082890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0083940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/true_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0085170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0086350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0087450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0088570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0089690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adagrad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0090780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0091960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0093130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0094320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0095570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0096710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0097940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0099050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0100240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0101320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0102560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0103570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0104720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0105870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0107000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0108160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0109270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0110470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0111680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0112720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0113950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0115030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0116130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0117300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0118420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0119600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0120630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/item.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0121880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0123140Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.0124230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0125290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0126540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0127680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0128790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0129890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0131130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0132730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0133440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0134590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0135700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0136750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0137860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0138960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0140080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0141160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0142300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0143360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0144500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0145670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0146830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0148000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0149140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0150330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0151540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0152690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0153730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0154930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0156200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0157420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0158610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0159770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0160810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0161920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0163090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0164350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0165530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0166680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0167820Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.0168910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0169990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0171080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0172320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0173350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0174570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0175820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0176860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0178040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0179130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0180280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0181360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0182470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0183710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0184870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0185950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0187090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0188320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0189350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kaiser_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0190570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0191620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nansum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0192800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0193930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0194980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0196180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0197240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0198460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0199650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0200940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0202000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0203150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0204180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0205280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0206380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0207600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_compress_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0208790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0209870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0210980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0212020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0213320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0214420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.0362680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2785270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2793520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2801900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2813880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2823770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2832410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2841900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2850050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2858670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2865140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2871200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2879010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isreal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2884840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2893090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2900240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_enum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2907560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/equal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2914610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2920380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2926750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2933280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2938980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2945240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2952890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.2956660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3041980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3042420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/einsum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3042760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3043110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3043590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3044000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3044430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3044810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3045180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3045510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multiply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3045930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3046370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3046690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3047180Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.3047720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3048070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3053640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3054140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3054510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3054840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_zero_point.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3055890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3057110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3058410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3059720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3060980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3061360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3061810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3062150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3062620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3062990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3063360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3063840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3064230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3064720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3065090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3065460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3065850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3066260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3066710Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.3067250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3068370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3069510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3070680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3071830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3073080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3074310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3075520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3076750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3078460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3079590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3080750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3081950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3083130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3084260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3085370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3086570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3087750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3088900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3090140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3091220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3092380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3093580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3094740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3095830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3097160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3098390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3099530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3100610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3101830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3103130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3104180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3105490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3106610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3107720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3109010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3110210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3111260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3112460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3113640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3114860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3116030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3117220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3118470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3119570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3120800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3121890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3123010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3124320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3125430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3126460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3127570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3128800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3129990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3131140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3132510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3133590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3134800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3135970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_static.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3137000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/im2col_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3138170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3139260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3140530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/im2col_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3141810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3142930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3144050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3145170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3146380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3147500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3148670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3149920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3151050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_print.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3152420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3153620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3157560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3158640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3161350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3165920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3166790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3173540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3175300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3181210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3182400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3183570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3190060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3191180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3197770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3199450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3206900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3208210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3210340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3214860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3216190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3218180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3223600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3224570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_zeros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3226450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3232970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3234140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3241340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3242410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3249790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3250890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3257860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3258640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mT_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3259890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3265630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3266820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3268020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3273560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3275920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3281450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3282740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3284090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3289960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3291160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3297790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3300140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3304670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3305850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3308960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3310160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3315200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3318180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3319480Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.3322540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3324190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3326800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3331960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3337290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3341940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3347700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3353090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3360860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/subtract_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3362130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3368000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3369260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3370880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3376540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3377720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3385230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3386420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3392660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3393750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapaxes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3395130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3400680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3401870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3408980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3410410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3412010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3416540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3417920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3424720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3425940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3431910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3433160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3434590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3439710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3440900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3447400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3449360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3455790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3456970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3458480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3462820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3464310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3470650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3472090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3479130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3480690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3482040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3487190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3488420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3494430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3496660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3502880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3504440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3510050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3511450Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.3517990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3519620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3526770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3528170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3529560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3534600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3536160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3542380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3544460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3549810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3551840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3557630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3558920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3560900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3566900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3568150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3574410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3576720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3582590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3583850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3585250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3590220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3591740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3598460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3599680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3605970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3607180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3608570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3613540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3616010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lazy_clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3621230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3623520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3624700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3629910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3631550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3638270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3639390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3640670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3646440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3647970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3654140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3655660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3657040Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.3663430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3664460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3670740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3672170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3678220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3679790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3681060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3686530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3687630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3695900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3697010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3700840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3704490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3705700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3709550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3712510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3714160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3718920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3721300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3727210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3728290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3735330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3736350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3737630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3742940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3744440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3750740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3752310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3754380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3760740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3761690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3769530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3770550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3777260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3778390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3779510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3784800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3786120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3787270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3793770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3794740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3801800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3802600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3809350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3810120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3811370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3817850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3820390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spdiags.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3825810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3826680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3827880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3835490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3836310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3838020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3844150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3845690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3846820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3853900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3854850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3861180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3863700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3868460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3869220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3870980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3876130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3883630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3885120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3891720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3892480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3893650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3902150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3903130Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.3905550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3911670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3914830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3918540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/type_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3922080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3926250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3927570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3930420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3934970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_safe_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3938140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3942480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3943230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3950320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3951740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3957920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3958780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3959950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3966080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3973440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3974680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3980530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3981240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3982450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3989310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3990350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.3998660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4000190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4007940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4008780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4009850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4017130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4018070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4019280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4025710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4026510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4027710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4033290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4035300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4040350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_static_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4041370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4044050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4049560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4050260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4057540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4058540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4065920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4067050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4068300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4074340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4075300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pinverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4082430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4083740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4088770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4089870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4095590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4096790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4103270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4104110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4111270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4112150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4115010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4120590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4124390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4128080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4133050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4136090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4141050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4142040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4146600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4148890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4149920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4155900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4156660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4162770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4164120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4170550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4171320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4177510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4178730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4179870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/block_diag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4186490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4187380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4194790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4195760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4208340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4209270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4210110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4210940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4213030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4216930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geqrf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4218010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4221300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4226010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4227440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4230700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4235430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4238990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4242320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4243390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4248190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4250350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4257160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4258320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4265290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4266290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4273200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4274140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4275250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4281040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4282080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4288870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4289860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4291180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4296440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4298020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4304590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4305560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4306840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4313430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4314630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4320890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4322340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4325390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4330610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4334610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4339840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4343010Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.4347520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4348440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4351980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4356180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4359840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4360660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4366280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4368340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4373780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_to_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4374820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4378220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4382690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4386770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gradient_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4389900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_compress.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4390680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4396350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4397710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4403550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4405090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4412070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4412810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4414910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4419520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4422560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4423590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4428890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4431990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4436430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4437390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4440600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4445940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4448910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4453300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4454220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4457520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4463130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4466190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4470780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4471630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4475370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4479050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4482850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4483760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4487840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4491820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4496140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4499300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4500380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4505830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4507160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4513950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4514820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4521840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4522710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4523730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_permuted_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4529440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4530970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4535110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4542690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4543550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4548710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4550910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4556440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4557490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4564550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4565540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4572290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ravel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4573150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4574280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4580550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4581680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4588310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4589310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4590390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Short.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4596130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4597570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4603780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4605270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4612230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4613100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4614260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4619720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4620610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4628130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4629010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4636620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4637580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4638770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4644910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4646250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4652670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4653510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4654690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4662370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4663220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4670990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4671840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4673040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4677980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4679110Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.4680190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4686510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_version_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4687520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4693330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4696570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4700490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4701350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4704390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4709600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4710610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4716510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4717950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4723990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4724800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4726590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4732830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4733700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4739990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4741270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4745420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4749680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4754240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4758820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4763100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_circular.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4766070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4767220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4772050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4775000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4779430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4780810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4783730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4788620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4792360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4796790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4797620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4802060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4805840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4810410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4811180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4816450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/combinations_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4820220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4824290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4825340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4828640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4832820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4833690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4837730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4841460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4846190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4849500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4850320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4856160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4857440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4864140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_embed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4865060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4871940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4872720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4873900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4880440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4881290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4888040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4888810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4889920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pdist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4897610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4898490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4904570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_signed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4905620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4906630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4913040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4913780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4920710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4921640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4928260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4929190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4930310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4935600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4937650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4942940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4944900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4945980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4952080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4953200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4955100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4963860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rename_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4969870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4970760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4977220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4979360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4985170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4986020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4987500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4993530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.4994470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_check_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5000950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5002370Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.5008440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5009410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5010540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5016120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5017020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5022920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5024340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5030120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5036600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5037560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5038820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5039940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5046900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5047890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5054370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5055260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5061650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5062410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5063600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5070680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5071500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5078710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5079610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5086470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5087280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5088360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5094350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5095210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5102430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5103260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5104310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5110030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5111390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5118360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5119210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5120320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5125990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5171620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5172580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5173750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5174960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5176080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5177280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5178330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5179360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5336400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5337230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_static_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5338380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5339580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5340850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5341920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5388550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5389510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5390830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5392040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5393110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5394190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5395430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5396540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5397610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5398830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5399930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5401040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5402200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5403350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5404690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5405720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5406910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5408020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inner_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5409160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5410310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5411370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5412530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5413560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5414780Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.5415890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5417040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5418160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5419360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5420530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5421770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5422850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5423920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5425020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5426270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5427340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5428580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5429670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5430770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5432110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5433250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5434500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5435970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5436830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5437850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5439090Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.5440170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5441210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5442340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5443510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5444620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5445740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5446780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5447950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5449200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5450310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concatenate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5451420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5452650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5453690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5454880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qscheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5456040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5457200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/movedim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5458340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5459440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5460560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5461830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5463030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5464130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5465280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5466460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5467800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5468930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5470020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5471200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5472390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5473610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5474740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5475790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5476940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5478170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5479300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5480450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5481680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5482890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5483870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5485110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5486290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5692520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5693420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5694470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5695640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5696800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5698000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5699200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5700310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5701530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5702640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5703720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5705000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5706030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5707120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/from_file.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5708340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5709450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5710590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5711690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/celu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5712770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5713930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5715130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5716110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5717270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5718660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5719610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5720810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5721920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5723030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5724060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5725270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5726200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5727390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5728560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5729670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5730710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/real.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5731930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5733020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5734110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5735280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5736310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5737410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5738540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5739660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5740760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5742050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5743280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5744240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5745370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5746560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5747660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5748660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5749920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5751040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5752100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5753290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5754340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5755560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5756670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5757860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5758960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5760130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5761380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5762680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5763740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5764960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5766000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5767160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5768280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5769610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5770840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5771960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5773130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5774220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5775450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5776520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5777740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5778770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5779900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5781010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5782310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5783500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5784570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5785750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5790480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5791430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5792500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5799010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5800860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_lengths.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5808450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5809680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5818200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5819190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5820480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5829350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5830230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5838960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5839820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5841010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5843860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5851660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5871910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5872920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5874540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/absolute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5877900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5879890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5881070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5971610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5972620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5973840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5974980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5976190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5977220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5978750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5980060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5981290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5982480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.5983550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6117870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6118670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6140190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6141140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6143600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6144360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6145550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6146820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6148060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6166000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6166870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6168100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6169400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6171460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retain_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6172600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6173720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kron_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6174930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6176060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6177230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6178370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6179640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6180780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6181870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6183180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6184390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6185520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6268170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6268600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6268980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6269330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6279000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6279930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6291240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6292020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6293310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6294350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6295580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6301290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6302030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6303210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6304440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6305760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6306910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6308160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6309340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6310470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6311620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_any_true.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6346420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6347330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6348420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6349490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6350700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6352140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6353010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6354280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6355630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6356750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6358000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6359440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6360720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_safe_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6361960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6363270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6388790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6389730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6390840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6392010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/numpy_T.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6393350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6394600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6395920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6397180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6398370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/float_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6406190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6407230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6408390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6440350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rot90.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6441200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6454940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6455680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6456830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6458000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6459160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6460540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6461470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6462730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6469200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6470100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6489580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6490450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/from_blob.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6491650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6493120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6501840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6502730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6503960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6505050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6506320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6507420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6508700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6509760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6511070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6512330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6513570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6514800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6516010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6517190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6518330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6566790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6567630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6568730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6569920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6570950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6572180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6573410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6574840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6575790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6576910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6578070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6579350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6580570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6581670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6622100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6622910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6623950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6625420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6626370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6627540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6628780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6630040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6631210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6632430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6633580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6645520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6646540Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.6647700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6649000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6650470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6651510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6652670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_numel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6703730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6704540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6716960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6717860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6719070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6720230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6721320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6722510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6742390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6743220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6744370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6745550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6746870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6748020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6749130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6750410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6751520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6752660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6753810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6789380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6790230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6791370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6792490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6793660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6794770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6796050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6797260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6822520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6823270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6824500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6825540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6826790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6827870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6829120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6830320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6831550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/moveaxis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6832770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6833840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6835260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6836420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6837710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6838730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6839900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6841060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6842280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6843460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6844770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6845790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6847190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6848370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6849490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6850640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6851730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6853180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6854400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6855390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6856760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6857800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6858980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6860120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6861520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6862390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6863580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6864650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6865810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6866970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6868210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6869370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6870510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6871690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6872810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6874140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6875200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6876340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6877520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6878680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ger_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6879870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6881050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6882220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6883380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6884520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/result_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6885720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6886780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ormqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6888030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6889160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6890420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6891520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6892600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6893780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6894900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6896170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6897360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6898550Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.6899920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6901050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6902290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6908880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6909670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6910990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6912100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6913370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6914540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6915820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.6917010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7065740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7066430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7067670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7100000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7100880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7111720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7112560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7122700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7123500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7136830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7138210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7151650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7152710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/refine_names.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7153930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7155200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7156540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7157630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7158760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7159980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7171950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7172870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7174060Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.7194450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7195220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7196570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7197710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7198710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7199860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7201040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7202380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7203490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7204570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7205730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7207000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7208150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7209320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7210370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7211530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7212880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7214060Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.7215160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7216360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7217660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7218630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7219980Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.7221060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7222430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7223570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/istft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7224850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7249550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7250420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7251520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7252730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7254190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7255090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7256210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7257300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7258400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7259590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7260790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7262050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7263140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7264290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7265390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_pinned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7266610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7267780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7268980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7270080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7271320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7272470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7306030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7306820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7307960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7309080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7310200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7311370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7312620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7313830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7315060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7316300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7376990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7377900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7379110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7380250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7381560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7382620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagflat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7383700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7384670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7385850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7387010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7388160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7389220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7390370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7391530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7392770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7417260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7418300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7419380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chalf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7420650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7421860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7468560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7469410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7470550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7471740Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.7472980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7474250Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.7475280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7476530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7477590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7491750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7492540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7493750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7494940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7496160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7497260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7498410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7499550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7500880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7501870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7526810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7527540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7528670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ger.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7529870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7531080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7532340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7533580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7534660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7535820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7537010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/imag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7538290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7539350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7540520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7541740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7542880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7562110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7562860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7563960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7565040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7566220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7616240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7616990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7618150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7619300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7620490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7621640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7622710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7623880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7625050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7637760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dep_token_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7638690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7639850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7640810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7641960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7643070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7644220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7645390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7646690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7647880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7649150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7650510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7651700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7670420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7671200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7672380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7673440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7674530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7675690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7676770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7677920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7679120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7680290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7681590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7682740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7683990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7685140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7686300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7687380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fliplr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7688570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/negative_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7689660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7690760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7692010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7693120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7718940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7719630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7720940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7722030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7723280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7724460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7725770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7791690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7792460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7793580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7794620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7795830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7796980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7798050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7799230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argsort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7818710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7819580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7820730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7821830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7823010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7847980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7848880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7869920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7870780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7871910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7873050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7874310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7875340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7876430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7877640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7878690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7880070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7881530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7882350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7883470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7884610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7885760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7886870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7888020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7889330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7890410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7891500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7892780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7893830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7895070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7896150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7897290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7898500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7899670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7900890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7902100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7903210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7904420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7905640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7906880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7908000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7909070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7910330Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.7911430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7912610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7913640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7914880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7916010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7917250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7918480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7919740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7920950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7921980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7923070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7924170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7925470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7926570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7927810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7928950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7934090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7934750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7935180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7935520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7935850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7936210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7936890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7938030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7939100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vdot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7940230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7941370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7942830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7943930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7945090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7946280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7947370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7948530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7949710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7950810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.7951990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8025850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8026650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8027760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8028840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8133470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8134360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8135500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8136900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8138130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8139160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8140380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8141600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8149160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8150340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8151600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8178540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8179360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8180400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8181600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8182680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8183910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8185090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8186120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8187300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8188420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8189670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8190780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8192030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/item_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8193310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8194550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8195700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8196820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8197940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8199290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8200410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8201550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8202750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8203880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8205010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8206170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8207430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8208490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8209710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8252290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8253170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8254260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/subtract.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8255430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8299100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8299990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8301100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8302190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8303330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8304510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8312230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8313060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8314160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8315440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8316880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8318070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8334830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8335820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8336900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8338000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8339120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8340180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8341350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8342440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8343560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8362900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8363760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8364920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8366000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8367320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8368670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8369650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8370840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8372200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8396290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8397310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8398470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8399580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ldexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8400730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8402020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8429770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8430540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8431610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8432950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8434040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8435130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8436290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8437610Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.8456900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8457640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8458770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8459930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8461000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8462250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8484190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8485050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8486600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8488030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8489240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8490340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8491560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8507970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8508690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8509890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8511100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8512190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8513420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8514540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8515690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8516840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8517920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8519090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8520380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8521480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8522650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8523770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8524850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/movedim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8540900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8541740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8542990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8544110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8595620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8596550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8597660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8598820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8599940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8601350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_storage_offset_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8609410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8610220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8611420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8612510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8613760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8614930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/angle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8616010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8617140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dimI_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8618310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8619470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8620660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8621720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8622830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8624170Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.8625300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8626370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8627420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8628600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8638490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8639440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8640560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8696940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8697910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8698990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8700380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8701520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8702730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8703890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8705070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8706230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8707380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8708600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8709770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8711180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8712270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8713390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8714510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8715590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_permuted.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8716730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8718030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8719120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8720200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8721390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8722540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8723660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8724880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8725940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8727180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8728370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8729520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8730720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8731810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8732920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8734180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8735310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/record_stream_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8736470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8737660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8738780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8740010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8741010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8742180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8783480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8784530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8785690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8786740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8787890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8789000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8790150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8791300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8853150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8853850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8854980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8856120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8857370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8858540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8859630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8860770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8862060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8863180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8864330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8865700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8866930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8868080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8869320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8870430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kron_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8871610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8872760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8873870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8875050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8876320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8877600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8878980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8879990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8881250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8882340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8883560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8884860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8885930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bartlett_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8887160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8888400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8889510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8890740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8892000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8893080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8894250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8895410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8896550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8897720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8898850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8978940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8980020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8981410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8982950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8984490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8985830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8987080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8988360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8989690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8990770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8991910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8993660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8995070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.8996220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9022350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9023060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_trilinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9024130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9025500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9026580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9027860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9029030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9030210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9031580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9032640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9033850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9035050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9036170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9037580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inner_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9038360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9075700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9076480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9077660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9078790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9079890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9081110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9082300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9083330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9084490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9085670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9086710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9088160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chalf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9128960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9130020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9131430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9132690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9133750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9134970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9136110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9137370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9138630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9139760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9141070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9142190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9143380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9144530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9145710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9146980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9229440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9230360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9231560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9232660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9233860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9235060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9236140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/angle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9237380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9238580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/allclose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9239690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9240780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9242060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9243340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9244560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9245760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9246980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9248200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9249410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9250670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9251790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9253020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9254410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9255690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9256780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9258000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9259280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9260470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9261630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9338390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9339360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9340450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9341680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9342760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9343960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scaled_dot_product_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9345140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9346320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9347520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9348590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9349690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_rsqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9350870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9352110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9353200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9354460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9355700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9356830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9358060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9359300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9360410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9361650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9363210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9364000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9365190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dimV.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9370900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9371750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9372670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9373530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9374300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9375160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9376030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9376780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9377610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9378440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/column_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9379210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9380050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9380930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9381800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9382720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9383940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9385140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9386270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9387350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9388690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9389700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9390990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9392260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9393360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9394570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9395790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9396950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9398110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9399260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_leaf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9400680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9401810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9402990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ldexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9404130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9405420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9542090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9542950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9544290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9545650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9547170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9548220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9549300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9550730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9551730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9552820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9554070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9555300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9556290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9557560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9558610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9559740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9560820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9562150Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.9563240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9564440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9565550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9566730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9567850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9568940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9570100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9571290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9572380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9573590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9574640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9575880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9577090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9578220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Char.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9579450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9580580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9581720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9582900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9584130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9585200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9586390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9587540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9588810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9589870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9591190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9592340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9593580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9594740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9595900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9597210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9598440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9599560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9600790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9602140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9603180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9604600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9605480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9606680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9607840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9609000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9610250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9611430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9612530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9613720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9614970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9616060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9617230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9618410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9619490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9620680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9621860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9623140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9624300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9625510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9626670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9627850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9629040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9630400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9631520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9632670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9633890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9635130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9636380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9637480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9638890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9639830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9641080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9642150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9643290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/promote_types_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9644420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9645670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9646690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9647900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cov_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9649340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9650660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9654710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9655550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_all_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9662900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9663840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9664900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9670730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9671590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/msort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9678210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9679310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9680650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9687820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9688540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9695820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9696640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9703320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9704190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9705560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9711530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9712590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9719580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9720410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9721590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9727370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fix_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9728410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9735310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9736620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9743610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9744530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9745570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9751070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9753100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9759080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9760060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9760940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/segment_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9766810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9767790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9774880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9776250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9783340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9784230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9785470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9790990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9791760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_stride.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9799670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9800590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9801860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9807790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9808710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9814810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9818290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9822980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9823740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9830770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9831920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9838650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogram_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9839470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9840700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9846460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9847230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_int_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9854710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9855490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9862270Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:01.9863390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9864540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9870520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9871290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9878920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9879820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9888100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9889060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9890460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9895840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9896640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9897880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9903690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9904760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9913390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9914290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9915310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9921870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spsolve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9923800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9924870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9928970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9930050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9934400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9938870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9942950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9946010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9946950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9952140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9953890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9960020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9961070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9968230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9969160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9976390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9977260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9978400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9983070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/qscheme_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9984780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9990530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9991660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9992780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/blackman_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:01.9999370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0000630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0006270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0014540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0021020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0021910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0028340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0029480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0031050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0038880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0039730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0047390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0048510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0049410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0054700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0055580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0057710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0067450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0068500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0072120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0073030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0079790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0080850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0082210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0087460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0088280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0091100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0096790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0100390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0101440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0105820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0107560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0110650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0111550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0115890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0120960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0122040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0123230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0130130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0130970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0137510Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.0138500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0145560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0146420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0147520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0154030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0155280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0162180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0163500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0169260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0170400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0177370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0178200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0185010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0186010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0187160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0194240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0195040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0201920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0202860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0209580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0210460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0211740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0216970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0218780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0224790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0225650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0226900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0232990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0233780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0241120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0241970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0249210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0250230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0251340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0256650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0257880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0263790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0264980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_all_true.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0266160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0273310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0274140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0280860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0281670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0288710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0290300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0291300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0296050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0297180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0303190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0304420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0310650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0311780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0313460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0319440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0320640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0327420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0328470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0335600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0336370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isreal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0337580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0342860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0344050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0350610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0351790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0358450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0359510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0360700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0365490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0367380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0373660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0374710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0381300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0382120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0383730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0390280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0391070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0397770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0398560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0404920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0406000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0407180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0414540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0415440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0421800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0422690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0429700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0430520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0431800Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.0437370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0438460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0444740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0446100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0447350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0452280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0453430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0459900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0461660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0467570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0468940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0470000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0477210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0478220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0484990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0485820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0493640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0494820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0496450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0499500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0500930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0504370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0508200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0513180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0515250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0516250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0523010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0524250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0530680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0534440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0541040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_full.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0542150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0548890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0549890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0557440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0558310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0559430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clip.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0565140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0566020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0573090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0574200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0575340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0581190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0582680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0589110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0590200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0591210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0597230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mvlgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0598050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0605190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0606300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0607570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0612850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0614260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/int_repr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0621220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0621980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/column_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0628940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0630070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0636790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0637760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0644400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0645930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0652410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0653220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0654380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0660370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0661370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0668600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0669940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0676440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0677410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0678560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0684590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0686130Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.0692560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0693530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0694730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0700570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0702070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0708820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0709800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0710850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0716990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0718160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0725270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0726160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0733340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0734290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0735480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0736780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0746040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0750500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0751560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0754860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0759230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0760130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0764860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0768860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0773540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0774640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0779290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0782530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0786740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0787650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0791760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0795470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0799250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0800060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0804750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/square.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0808530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0812800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0813760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0818910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0821740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0826220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cdist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0827500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0830800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0835270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0839720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0842910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0843920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0848640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0851580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0856340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0857190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0860890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0865920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0869580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0873980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0874860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0878840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0882640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0887770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0888690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogram_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0889890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0895910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0896840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0898010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0906010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0910350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0911770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0913660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0919560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0920980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0926410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0928820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0933820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0934790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0937510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0941600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0950080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0950910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0957610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0959220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0965590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0966530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0967640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0973390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0974300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0981240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0982290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0989840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0990800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0991970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.0998740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1000140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1005910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1008250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1013210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1015880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1016500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1022720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1023570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1030630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1031780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rename.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1038050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1038900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1040070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1046780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1047640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1053860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1055260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1061340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1062240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1063350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1070140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1071190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1078680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1079760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1087000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1088030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1099250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1099730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1102560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1103540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1104680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1110400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1111220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1118170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1119590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1120740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vander.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1126150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1127480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1134510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1135410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1141890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1142820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1143980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1149390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1157150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1158000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1160080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1166960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1167860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1175210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1176060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1177170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1182950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1184210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1191020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lazy_clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1192160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1199170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1200100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1201180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/result_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1206380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1207990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1213760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1215230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1216380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1223470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dep_token_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1224420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1231130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1232390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1238550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1239490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1240530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1246080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1247030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1253390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1256010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1261870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1262790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/one_hot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1264300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1269270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1270780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1279250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1286390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1287170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1288610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1291440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1293820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1297620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1299010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1300190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1307640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1308780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1315990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1316720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1324400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1325110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1326260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1332840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1333610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1383660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1384000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1384340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1384780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1385090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1385430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1385810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1390900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1391690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1398720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1399590Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.1400610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/celu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1406880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1408470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1414550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/where.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1416100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1423700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1431250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1432000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1439570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1440390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1441550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1447900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1448560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1455680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1456600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu6.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1457720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1463980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1464760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1471210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1472740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1473920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1481360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1482450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1489040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1489920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1490960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1496670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1499160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1504730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1505560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/negative.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1508540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1512920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1513930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1517780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1522290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1526540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1529680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1530480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1536840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1538010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1545120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1546400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1553110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1553960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1560290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_string_default.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1562660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1568130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1568880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1570060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1576190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1577040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_signed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1584170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1585520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1592310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1593120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1594410Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.1600240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1601010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1608740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1609500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1610620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1616400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/square_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1618170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argsort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1624330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1626790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1627700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1633830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1635420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1642660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1643450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1658820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1659910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1663220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1664270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1665550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1666680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1668640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1671490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1672310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chalf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1673580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1674660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1675930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1677240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1678660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1679690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1680820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1681990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1683120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1684560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1685910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1692760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1698130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1699250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1704290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1705930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1712720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1713550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1718980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1719980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1726470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1727390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1733830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1734670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1740680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1741690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1742820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1749290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1750160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1756500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1757930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1764130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dep_token.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1764900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1766000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1773010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1773850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1781380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1782260Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.1789370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1790280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1791440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1797460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nansum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1798270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1804850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1805740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1807030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1811530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1812930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1818690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1820080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1825760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1827340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1834090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1835130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1836450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1837410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1838500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1839630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1840850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1841920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1843020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1844100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1845290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1846430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1847630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1848730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1849850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1850970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1852110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1853330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1854390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1855540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1856660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1857960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1859120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1860180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1861310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1862510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1863720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1864780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1865980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1867170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1868410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1869530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1870750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1872040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1873130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1874200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1875380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1876830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1878040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1879130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1880420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1881410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1882670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1883760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1884850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1885930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1887030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1888320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1889440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1890460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1891600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1892810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1893970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1895210Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.1896250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1897400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1898750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1899960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1901080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1902180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1903370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1904590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1905730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1906890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1907920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1909190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1910400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1911510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1912580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1913770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1914990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1916180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1917320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1918340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1919620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1920730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammainc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1921880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1923130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1924330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1925480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1926500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1927680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1929060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1930390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1931520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1932580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hspmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1933690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1934770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1935860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1937020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1938150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1939390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1940630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1941950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1943170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1944430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1945380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1946510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1947750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1948780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1949900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1951010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1952180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1953370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1954540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1955740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1956870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1957910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1959040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1960180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1961280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1962370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1963640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1964810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1965950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1967210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1968830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1969940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1970990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1972230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1973280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1974590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1975790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1976890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1978000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1979180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1980410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1981420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1982570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1983730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1984990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1986040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1987210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1988390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1989550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1990800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1991860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1993200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1994240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1995350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1996460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1997690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1998840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.1999980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2001030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2002200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2003330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu6_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2004610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2005710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2006790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2007830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kron.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2009060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2010170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2011280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2012350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2013430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2014670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2015730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2016990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2018080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2019180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2020300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2021430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2022570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2023740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2024920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2026000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2027130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2028300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2029400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2030550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2031600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2032800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2034130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2035520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2036610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2037860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2039060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2040340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2041550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2042740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2043900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2045000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2046230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2047300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2048360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2049670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2050890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2052220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2053380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2054490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2055640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2056880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2057980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2059040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/roll_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2060180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2061270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2062520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2063570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2064710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2065910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2066970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2068130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2069190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2070570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2071650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2072820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2073890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2075040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2076180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2077310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2078400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2079500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2080680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2081780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2082900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2083960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2085140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2086290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2087510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2088510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2089610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2090830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2091980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2093100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2094210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2095300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2096560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2097680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2098680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2099820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2100960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2102090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_psi.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2103380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2104550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2105710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2106890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2108040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2109450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2110690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2111980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2113160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2114630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/type_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2115890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2117050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2118360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2119430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2120800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2122070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2123320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2124510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2125610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2126880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2127920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2129210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2134120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2134590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2135020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2135380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2135760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2136120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2136880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2137980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2139180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2140320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2141410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2142550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/imag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2143670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2144810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2145900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2146990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2148210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2149390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2150450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_H.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2151570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2152710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2153810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2155150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2156110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2157190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2158310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rms_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2159450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2160710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2161740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fliplr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2162870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2163990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2165190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2166350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2167460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2168600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2169680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2170710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2171830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2172900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2174040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2175130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2176370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2177470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2178660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2179800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2180870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2182020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2183080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2184270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2185460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2186520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2187760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2188840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2189980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2191260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2192320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2193670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2194710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2195810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2197110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2198300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2199570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2200730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2201850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2202980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2204020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2205240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2206360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2207490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2208740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2209960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2211150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2212260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2213340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2214480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2215600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2216680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2217900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2218950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2220080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2221210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2222480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2223530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2229530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2230650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2236540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2239620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2243950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2244830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2248400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2252690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2253510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2257720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2262000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2266230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/contiguous.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2269350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2270390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2275510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2278680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2283980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2285570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2287270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multiply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2293300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2294280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2301140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2310120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2311350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2317910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2319340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2326690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2327870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2329300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2334960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2336460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2337890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2342530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2644750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2645120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2799610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2800030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2800420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2800770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2801130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2801450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2801890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2802220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2802600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2802970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2803330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2803730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2804060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2804520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2804980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2805340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2805700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2806070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2806450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2807010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2807370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2807840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2808200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2808600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2809000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2809360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2809770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2810210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2810580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2810920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2811290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2811620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2812030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2812350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2812740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2813080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2813410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2813770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2814330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2814710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2815120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2815650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2816010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2816430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2816800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2817280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2817630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2817980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.2818320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argsort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5297960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5308270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5317100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5326330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5336140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5343590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5351910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5360450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5368980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5376970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5383330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5389800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5396020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5403480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5410980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5417380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5424740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5432910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5439780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5446000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5451970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogram.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5458350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5464860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5471180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5475280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5480000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5485270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5489520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5494260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5499190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5503990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5509210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5513810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5519640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5611560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5612870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5620050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5621300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5629670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5636200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5642940Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.5644070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5645640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5647160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5658660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5660190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5661190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5662740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5663960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5665480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5698440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5699580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5700960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5702100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5703450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5705090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5722200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5723260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5725130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5726230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5727110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5728570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5810110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5837820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5838790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bilinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5840020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5841180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5847710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5848820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5850030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5851280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5852530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5853810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5854950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5856270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5857180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5858400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5859600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5884410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5885410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/outer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5887210Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.5888120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hypot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5889400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5890380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adjoint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5917840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5918710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5919750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flipud.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5921030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5922270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5923470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5925170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5926160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5927410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5928570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5929720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flipud_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5930880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5932180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5933460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5935080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dimV_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5935980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5937050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5938450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5939580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5940820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5941920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5943290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5944450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5945680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5946850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5948050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5949440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5950710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5952060Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.5953160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.5954690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6035960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/angle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6037340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6038490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6039760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6040950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6072290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6073250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6074510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6075690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6076920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6078090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6098540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6099450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6100500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6101790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6102920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6104120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6105360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6106580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6107820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6108930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6115690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6116470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6117260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6118040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/can_cast_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6118750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6119580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6120380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6121120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6122010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6122910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6123680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6124460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6233940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6235730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6236820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6238450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6239300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6240480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6241660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isinf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6242880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6244310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.6245110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9246510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_rsqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9251990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9257700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9276460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9282030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9288130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9292700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9297900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9302570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9307050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9311730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9316890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9324880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9333380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9341510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9354680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9358400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9362390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9366390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9442480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9448170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9453410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9457930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9463560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9475110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9479600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9483900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9488060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9493190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9498070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9502330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9511070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9536100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9537670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9539070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9540660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9542470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9544010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9545230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/item_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9546580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9548020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9549350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9550480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9551970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9553180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9554500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9563600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9564990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9571990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9573380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9574630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9580890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9582100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9583510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9584890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9586170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9587520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaln.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9588810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9590090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9598950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9600720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9604020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9605340Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.9606630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9608010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9609440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9610900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9612410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9613650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9615070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9616530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9617910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9619060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9620330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arccos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9621630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9622870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9624180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9625470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9626970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9628280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9629670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9630750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9631960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9633210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9634430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9635690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9636930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9638220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9639360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9640660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9720420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9721610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9722850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9724060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9725370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9727040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9728050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9729360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9730720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9731960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9733200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9734590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9735840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9737030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9738260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9739500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9740880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9743210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9744600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9745960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9747290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9748560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9749880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9751070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9752410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9753910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9755190Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:02.9756540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9757920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9759160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9760320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9761670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9763030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9764310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9765750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9841080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9854400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9855780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9857440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9858960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9860210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9869210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9870450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9871810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9873220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9874560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9875870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9887140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9888490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_safe_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9889830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9891210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9892560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9893860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9895160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9926320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9932500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9933960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9941140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9952070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9953730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9955670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9957420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9963440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9971990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9973410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9974940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9976580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9978120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9979570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9981130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9982610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9984160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9985600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9987260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9988620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9990150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9991590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9992980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rand_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9994520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9996010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9997340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:02.9998850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0000410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0001910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0003290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0005720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0006840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0007830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0009160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0010460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0011890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0013460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0015010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0016310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0017870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0019300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0020760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0022520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0023790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0025340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0026630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0036180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0037310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0038420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0039450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0040510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0041580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0042740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0043920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0045090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eye_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0046050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0047120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0048270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0049380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0050630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0051880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0052970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0054000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0055310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0056370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0057850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0059400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0060850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0062410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0063890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0065400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/im2col_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0067110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0068690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0070210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0071610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0073010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/combinations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0074540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0075840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0077230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0078790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/promote_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0080120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0081590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0083100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0084410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0085770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0087380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0088640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0090150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0091700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0093480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0094710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/negative_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0096080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0097560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0098970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0100390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0102000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0103430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0104840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0106490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0107790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0109110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0110580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0112020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0113460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0115120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0116420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0118080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0119350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0120690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/median_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0318330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0319580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0320790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0322160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0323270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0324350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0325710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0327250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0328270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0329430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0330780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0331780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0333230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0334250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0335310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0336450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0337660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0338780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0339900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0341210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0342260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0343480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0344890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0345930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0347090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0348260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0349310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0350490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0351820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0352920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0354200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0355370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0356510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0357760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0358900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0360110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0361230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0362670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0363690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0364860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0366040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0367250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0368340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0369520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0370780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0371890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0373060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0374190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0375480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0376520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0377600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0378770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0379990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0381080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0382240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0383350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0384500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0385790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0386970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0388030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0389160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0390280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0391660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0392890Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0393940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0395290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0396320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0397600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0398660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0399810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0401050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0402260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0403500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0404560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0405720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0406780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0408150Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0409120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0410420Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0411580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0412660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0413920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0415090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0416270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0417350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0418420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0419550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0420760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0421990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0423070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0427970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0428930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0430150Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0434580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0436130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0437390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0443370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0449960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0450740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0456660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0457600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0464970Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0473010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0473940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0475650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0481540Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0482540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0490580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0491710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0492840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0500480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0501330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/real_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0510090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0511000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0512000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0513160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0521320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0522240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0524270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0528650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0529870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0531190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0533510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0536650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0541680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0543820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0548270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0550630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0557390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0559710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0565670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0566490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0569720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0575760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0576690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0580310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0585620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0586630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0589670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0593900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0594720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0598960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0602100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0606020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0606920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0610610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0614720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0619220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0620490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0624480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0626410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0634020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0639550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0640750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0642460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0649700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0655750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0656730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0675110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0676070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0677130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0678270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0679420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0680730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0681950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0683150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0684890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0686880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0691850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0697850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0698740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0705570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0706530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0712360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0713210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0720440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ravel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0721290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0729020Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0729980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0737690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0738630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0739680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0746190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/msort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0747090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0755990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0761420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0762220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0766110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0767010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0768260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0774080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0774950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0776130Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.0781100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0782010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0783140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0789100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0790030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0796000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0803290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0804110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0809650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0810720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0816270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0817110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0823980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0824820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0830440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0831530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0837080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0837970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0839390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0845630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0852380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0858090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0865790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0866930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0870010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0870720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0875190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0876310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0877490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0882090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0883810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0888880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0889650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0894550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0895830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0901570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0902640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0907760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0908580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0915950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0916780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0922680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0923680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0930110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0931090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0936650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0938190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0942830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0944300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0945720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0951430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0952440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/normal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0959910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0960830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0967010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0967900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0973790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0980380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0981380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0982640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0989920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0990940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0997130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.0998180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1006000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1006900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1008310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1013300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1014760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1020750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1021610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1022780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1029920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1030970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1038140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1038990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1046210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1047210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1062750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_set_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1063800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1065030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1067390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1068590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/einsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1069620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nan_to_num.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1070800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1072260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1076170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1081290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1082940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1088870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1089990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1095950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1096900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nansum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1103700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1104570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1110820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1112040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1118660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1119480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1120910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1126270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1127250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1129590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1135270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1138110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1141910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1142970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1151020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1156870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1158260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1164300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1165190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1166900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1172450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1173280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1179750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1180910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1187350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1188130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1196440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1197250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1198350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1204370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1205270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1212740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1213710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1214840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1220210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1221310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1228150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1229560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1230930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1235280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1243050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1244140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1250510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1252300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1258010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1258780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1260340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1266360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1267230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1274270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1275310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1282840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1283770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1287110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1292330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1293460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1297340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1302010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/istft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1303020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1307930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1310030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1311630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1315970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1323960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1324790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1331240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1332110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1333140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1340580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1341350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1349260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1350650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1356710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1357610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1358860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1363720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1364540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1367390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1372740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1373580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1379900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1381630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1388660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1389500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1390700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1396060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1396850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1403910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1404900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1611660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1612470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1638080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1638880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1649800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1650810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1652200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/istft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1661450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1662330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1678470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1679390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1694050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1695160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1709310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1710270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1724900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1726030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1739290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1754530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1782000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1783100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1813960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1815080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1816340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1835060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1835900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/erf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1837010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1838060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1877560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1878570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1889320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mT.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1890260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1891550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1908690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1909520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1910590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1921150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1922030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1923050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1939390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1940170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1980480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1981500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1982510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1983810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1985250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1992500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1993560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.1994710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2031610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2032520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2033640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2034780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2044330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/can_cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2045260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2046370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2062190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2067850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kl_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2068790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2069770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2070700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2071520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2072270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2073060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2073830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2074600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2075380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_floating_point.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2076110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2076820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2077680Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2078660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2079950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2081240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2082370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2083590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_check_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2084870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2085930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2087180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2088440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2089650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2090830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2091970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2093230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2094400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2095580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu6_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2096700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2098020Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2099250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2100360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2101590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2102910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2104060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2105330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2106600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2107730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2108790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2109990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2111100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2112430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2113580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2114610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2115730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2116830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/outer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2118050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2119250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rms_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2120430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2121650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2122790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2123880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2125060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2126230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2127350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2128490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2129640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2130960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2132030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2133270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2134380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2135540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2136740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2137890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/from_file_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2139170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2140620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2141610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2142660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2143760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nansum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2145000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2146240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2147430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2149020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2150020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2151120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2152950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2153740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2154870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2155930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2157260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2158300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2159430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2162600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2167560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2168590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2170710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2176190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2178960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2184440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2185380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2187540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2193420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2196390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2200820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2202020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2205090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clip_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2209340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2210190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2214670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2218490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2223960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2225190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2226610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2234150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2235090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2242820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2244650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2245890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2247090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2251480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2260120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2261000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2268360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2269290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2273310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2276310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2277280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2283280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2284490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2291480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2292330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2293540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2300540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2301360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2308010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2309100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2316090Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2317050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2318280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2324250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2332020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2332850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2340280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2341190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2342410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2347650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2348850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2355940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2356920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2358360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2364560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2365580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2373060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2374000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2375130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2380270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2382310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2387840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2388630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2390290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2396320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2397320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2404460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2405730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2413270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2414110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2415200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2422150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2422930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2424100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_inference_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2429740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2430600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2439510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/abs_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2447810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2448680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2449730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mH_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2451520Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2457390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2458280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2461670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2462870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2465210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2469510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2473760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2477790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2481160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2485270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2491950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2493080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2496390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2501390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2504440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2508660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2509430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2515500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2516580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2522920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2523740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2529830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2531740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2536960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2538010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2539480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2545210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2547160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2552490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2553400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2560130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2561330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_resize_output.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2567590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2569100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2575090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cond.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2576020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2577150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2583330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2584290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2590870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2592100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2598730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/smm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2599620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2600800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2606830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ormqr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2607830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2614520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2615560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2622680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2623450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/float_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2624550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/imag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2630760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2631510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2642930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2643810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2644970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2646130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2650530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2652020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2658220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2659520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2664890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2672420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2673610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2680410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2682270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2688370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2689810Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2691090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2696890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2697800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2704420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2706030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2712360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2713230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2714530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_along_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2720610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2721620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2725030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2728930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unsafe_index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2730010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2734110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2738420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2743040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2745100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2746380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2752390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2753290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2760010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2760870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2766960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2768150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2774790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2775570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2776720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2783690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2784470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2791080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2792250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2799350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2800440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2801540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2806370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2807550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2813560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2815350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2816660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2823390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2832340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2836610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2837880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2839590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2840800Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2844770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igammac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2849370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2852620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2853950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2858320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2860340Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.2867070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2873260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/celu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2874040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2881180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2882070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2888000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2888920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2895540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_chunk_cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2896610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2897600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2903420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2904160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2911210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2912230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2919470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2920320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2921690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2926770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2927960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2934010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2935620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2942900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2943770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2945000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2950660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2951740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2958230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2959050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2960350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2966580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2967240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2974550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2975680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2982190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2983440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2984570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/signbit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2990170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2991110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.2999210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3000190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3006530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3008290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3021500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3022220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3022700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3023330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3024540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3027490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3033790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3035360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3036590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3041800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3044240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3049800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3050740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3057370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3059130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3060720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3066420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3074360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foobar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3075130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3081770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3082700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3084000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3089780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3091170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3097880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3099010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3100290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3108170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3108970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3116140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3117060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3124730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3125610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3126670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3133140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3134010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3141260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3142160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3143260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3148980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3150160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3151940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_unique_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3156310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3164730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3165440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3166780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagflat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3174450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3175630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3182090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3183350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3190160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3191130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3192230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/combinations_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3198350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3199210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3206160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3207090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/swapdims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3208350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3213990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3215750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3222880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isreal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3226610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3227320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3228460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3229470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3230750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3238620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3247500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3255160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3262890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3263690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col2im.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3264910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3266130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3272370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3275420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3280820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3281600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3284290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3289730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3292510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3297220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3298170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3302210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3306530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3308980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3310010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3315530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3319570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3325110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3329200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mH.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3331760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3333480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3338430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3341330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3346440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3347160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3351930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3355670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addbmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3359560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3360450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3366000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3367730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensor_split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3373350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3374100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3375860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3382860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3383810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softshrink.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3391350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3392100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3398510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3399590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3406770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3407790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3409000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3414110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3415800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3427480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3427950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3429080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3430260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3436020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3436710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3437790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3443350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3444130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3445210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3451100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3451870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3453650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3460090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3460700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3466850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3467980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3474880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unbind_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3475790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3477140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3482420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3483400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3490760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3500180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3501110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ravel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3502310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3507600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3509430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3510710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3515890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3517160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3522960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3524150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3530320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3531310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3532900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3539240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/from_file_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3540120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3546730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3547850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3554270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3555030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3556360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3563230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3564000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/allclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3571120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3572000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensordot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3578870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3579810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3580940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3586410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3588360Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.3594550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3595490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3599160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bincount_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3604660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3606330Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.3616390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3622110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3623140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/positive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3624200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3625420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3628810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3629560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3630770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3632970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3633710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3634930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3636780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3640910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3643260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3649550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3650570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3657800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/einsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3665290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3666380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3672660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3673670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3674690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3679880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3681260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3687880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3688870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3690020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3695540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3696580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3702870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3705290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3710790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3711830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3713060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3719920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3720740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3727410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_distributed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3728820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3735730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3736610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3737750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3743290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3744740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3751140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3752000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3753100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3760080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3760920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3767350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3769760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gru_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3774520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3775760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3777020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/one_hot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3783060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3783920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3790750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3791940Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.3798360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3799040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3800220Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.3806200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3807010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3814250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3815270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3821690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3823170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sgn_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3830000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3830870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3837420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3840000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3845100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3845950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3847100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3852660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3853670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3860780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3863150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3869710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3871090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3877310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3878170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3879940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3887050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_rsqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3887890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3894780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3896760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3902590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3903570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3904660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3910520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3911430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3918570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3919640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3920970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3927680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3928750Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.3934720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3936460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/amax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3942760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3943570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3944890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3950230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3951070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pow_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3953680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3959760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3960790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3967610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3969210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rot90_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3975400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_eig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3976430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3977760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3983300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3984600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3985990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3992820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3993820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.3995930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4001580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4005400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4010490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4019010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4025360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4033100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4041910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4049620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4057600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogram_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4061080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4066540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4067360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4074230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4075240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4082430Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.4083180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4084520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4089910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4090790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4097210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4099600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4104700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4105680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4107360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4112750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4113490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4120490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4121860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4127870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4129150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4130400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4137320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4138240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4144790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4146400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4152750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4153880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4154940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/contiguous_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4161250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4169430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4170100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4171240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4177530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4178500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4186210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4187260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4188490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4189610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/subtract_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4194020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4194960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4198650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/floor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4201660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/retains_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4206250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sspaddmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4207610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4211850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4216150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4219740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4220930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4226270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4228090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/flip_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4234070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4236000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4237150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4243630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4244410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4252280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4253190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4260160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4261020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4262210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4267380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4268420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4275530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geqrf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4276480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4277320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4282610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4283910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4290340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4291630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4298310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/frexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4299100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4300380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4305900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4306870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4313410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4314810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4321660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4322550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4331010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4331750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4338510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4339350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4346320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4347060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4348310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4353860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4359620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4361200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4365740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4366650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4367830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4370050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4371240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4372640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4375040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4380030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_logit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4381070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4384070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/full_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4384970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4388700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4393400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4394330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4398170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4401810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4406100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4407700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4412310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4414200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4418630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4420250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4425980Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.4427010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/permute_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4433240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dense_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4434650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.4718080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6185240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6187180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6190590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6193280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6194890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6197080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6198180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6199830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6201120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6202350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6203490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6204680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6205990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/msort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6207600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/refine_names_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6208380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6209660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6210910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6212050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6213470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6214610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6215820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6217110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6218230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6219390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6220670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6221870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6223260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6224210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6225380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/softplus_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6226560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6227770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6229270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6230630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6231830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6233170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6234610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6235810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6238940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6244540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6248010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6255980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6256820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6263510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6269220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6270760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6275620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6276470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6283600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6289620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6291620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6298220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6299460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/concat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6306920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6314170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6321270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6329060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6336940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6344370Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.6367100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/igamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6374610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6375770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6382980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6383840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6390190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6399460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6400640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6407510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6408890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6416400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6422100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6423140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6426050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6430860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6438690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6455500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6462880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6463810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6472710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6478120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_any_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.6479370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.8344180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.8345350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.8346270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.8347000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.8347700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.8348390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9301740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9302660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9303750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9304700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9305710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9306600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9307340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9308100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9308900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9309700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9310460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9311190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9311900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9312750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9313580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9314510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copysign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9315410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9316340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9317170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9317970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9318800Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.9319690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histogramdd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9320430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9321170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9322020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9322800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9323540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9324260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9324990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9325760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9326580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9327330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9328090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9328870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9329650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dimI.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9330520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9331450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9332530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9333440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9334340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9335100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9335990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9336830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9337680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_print_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9338430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9339220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9340120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9340940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9341780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9342670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9343450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9344180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/argwhere.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9344900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9345610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9346330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9347100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9347910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9348710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9349650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9350970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9351800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9352550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9353790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9354550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rsub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9355390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9356460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9357330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9358060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/std.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9358870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_all_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9359670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9360590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9361480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9362270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9363080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9363890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9364750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9365600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9366370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9367120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9367870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9368800Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.9369640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9370460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9371420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9372310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9373030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9373780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9374710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9375590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9376390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9377160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9384240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9384960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9385720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9386440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9387120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardswish.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9387840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9388620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9389410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9390220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9390930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9391650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9392470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9393220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9393960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9394630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isfinite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9395390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9396220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9397180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9398120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_batch_norm_no_update.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9399140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9400160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9401010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9401990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9403020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9403880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9404630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9405360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9406090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9406790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9407480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9408260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9409010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9409900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9410790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9411570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9412320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9413150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9413920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9414810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9415590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9416380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9417280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9418120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9418900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9419690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9420490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9421350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9422110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_version_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9422850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9423860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9424870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/empty_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9425750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/uniform.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9426500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9427730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/masked_scatter_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9428830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9429660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9430500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9431340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9432120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9432890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9433790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9434650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9435520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9436400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9437180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9437920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/detach_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9438640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/set.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9439400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9440410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9441310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9442160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/silu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9442900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9443690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9444550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9445430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9446330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9447180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9448030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9448950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9449750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9450600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9451380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9452170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9452840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9453680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9454580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9455350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9456100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_vander.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9457020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9457810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9458640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9459520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9460340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9461260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9462160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9463010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9463760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9464540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9465290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_full_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9466010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9466730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/new_empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9467470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9468220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9469040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9469880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9470700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9471560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9472320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/quantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9473110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9473920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9474700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9475500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9476340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9477180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9477900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9478700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9479610Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.9480400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9481140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sym_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9482170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9482970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9483840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9484620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9485490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9486260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/row_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9487160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9487950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9488870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9489840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9490550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9491300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9492000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9492690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/randperm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9493550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9494240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9495020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9495730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9496520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9497260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9498090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9498900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9499970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9500980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9501890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9502640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9503350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/take_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9504050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9504820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9505680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9506710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/greater_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9507520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9508520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9509300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9510120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tril_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9510890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9511720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_functional_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9512600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9513450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_is_any_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9514390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9515170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9515960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9516690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9517430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9518320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9519330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9520180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9521140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9521930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/col2im_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9522790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9523710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9524550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9525470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9526300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9527100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9527860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9528790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9529710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9530520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9531350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9532290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9533060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9533890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9534780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9535680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9536540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9537420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9538270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9539150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9539940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9540850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9541730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9542700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9543640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cslt_compress_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9544430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9545190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9546080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9547130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9548000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/histc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9548780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9549550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9550320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9551110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9551980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9552810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9553640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9554540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9555420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_scaled_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9556220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9557010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/trapz_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9557750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/block_diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9558570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9559330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9560190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9561180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9561990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9562760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9563520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9564270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9565020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9565750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9566530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9567300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9568030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/is_same_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9568760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/atan2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9569570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9570430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9571270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9572090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9572860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/isnan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9573650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9574450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9575200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9576060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9576950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9577850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9578610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9579330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/lift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9580260Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.9581300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9582200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9583130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9583950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9584650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9585430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9586230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/true_divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9587050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9587900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9588790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9589630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9590360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_sinc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9591140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9591930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9592800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9598180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9599050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9599810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9600570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9601340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/tan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9602080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9602810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9603580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9604430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9605240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9605970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9606790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9607670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9608480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9609190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_print_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9609990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9610810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9611600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/cat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9612320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/ne_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9613040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/expand_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9613910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9614810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9615620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9616520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-12-17T23:48:03.9617430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ParallelOpenMP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9618140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/jit_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9618820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CPUApplyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9619550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ThreadLocalState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9620250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/ScalarOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9620940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9621680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/DynamicLibrary.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9622380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorGeometry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9623080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9623800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/NamedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9624490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9625250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9626030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/autocast_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9626720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Parallel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9627420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9628080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9628790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/InferSize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9629480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9630180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9630850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9631330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9631890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9632790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9633610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9634460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/Interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9635250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9636060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9636840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9637620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9638360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9639140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9640000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9640810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9641660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-12-17T23:48:03.9642380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9643030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/AccumulateType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9643740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9644530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/SDPBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9645030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9645540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn/Handles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9646310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9646980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9647670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9648370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9649140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-12-17T23:48:03.9649890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/ATen/CachedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-12-17T23:48:03.9650370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10 2024-12-17T23:48:03.9650680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9651290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9651820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9652380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9653150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9653950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9654720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9655440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9656230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9656990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9657800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9658590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9659380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9660150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9660930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9661770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9662560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/COW.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9663280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9664060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9664920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-12-17T23:48:03.9665680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/QEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9666460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9667190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SymFloat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9667900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/GradMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9668660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9669360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/CPUAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9670080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DefaultDtype.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9670820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9671600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/alignment.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9672270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9672960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9673690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9674510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DeviceArray.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9675260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/PyHandleCache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9676030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9676790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9677520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9678220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SafePyObject.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9679000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9679720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9680420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9681090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/AutogradState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9681790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9682530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9683730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/CopyBytes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9684520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9685270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/StreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9686050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DynamicCast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9686770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9687500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/GeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9688250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9688990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Allocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9689790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/TensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9690520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Contiguity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9691300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9692010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9692760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DeviceType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9693520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9694290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/StorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9695050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9695810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9696590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SymBool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9697320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/DispatchKey.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9698090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9698870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9699590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/SymInt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9700310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/OptionalRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9701090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/core/CachingDeviceAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-12-17T23:48:03.9701740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9702260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9703010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9703820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9704550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/quint4x2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9705350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/FbcodeMaps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9706080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/signal_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9706800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9707510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/safe_numerics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9708220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9708910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9709630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/env.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9710370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/llvmMathExtras.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9711130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Gauge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9711990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/WaitCounterDynamicBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9712780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Synchronized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9713500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Bitset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9714240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9714990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9715760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9716510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/intrusive_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9717240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/string_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9717970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/win32-headers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9718730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/AlignOf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9719460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/static_tracepoint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9720180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ssize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9720960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/numa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9721660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/qint32.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9722360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/CallOnce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9723090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9723800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/MaybeOwned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9724520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Half-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9725230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/TypeTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9726090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/DeadlockDetection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9726850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/FunctionRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9727570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9728290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/overflows.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9729060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9729790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Load.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9730490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/BFloat16-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9731300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9732080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ConstexprCrc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9732810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ThreadLocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9733540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/IdWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9734250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Flags.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9734960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/overloaded.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9735690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9736470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/quint8.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9737180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9737910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/StringUtil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9738640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9739370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/MathConstants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9740100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9740810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Optional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9741530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e5m2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9742240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/tempfile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9742960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9743660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9744390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/thread_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9745100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/strides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9745810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Unicode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9746560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/TypeCast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9747290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/sparse_bitset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9748050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9748880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/BFloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9749580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/TypeList.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9750290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/TypeIndex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9751020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/NetworkFlow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9751730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9752470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9753280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Metaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9754030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/WaitCounter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9754780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/quint2x4.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9755550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/floating_point_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9756310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ParallelGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9757060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/BFloat16-math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9757810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/int128.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9758500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Lazy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9759190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Deprecated.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9759910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/irange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9760630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/SmallBuffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9761350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ScopeExit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9762060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Unroll.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9762780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/LeftRight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9763510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/bit_cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9764210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/qint8.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9764920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/complex_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9765710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9766490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/DynamicCounter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9767230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9767990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9768760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9769530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9770260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/AbortHandler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9771040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9771760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9772460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/C++17.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9773190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/strong_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9773940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ApproximateClock.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9774690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9775440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9776160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/hash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9776860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9777570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9778260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/bits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9778960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/string_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9779680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/Float8_fnuz_cvt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9780410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/complex_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9781240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9782030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/util/generic_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-12-17T23:48:03.9782560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9782960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-12-17T23:48:03.9783570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-12-17T23:48:03.9784350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-12-17T23:48:03.9790210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9791020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/driver_api.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9791760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9792510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9793300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9794020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9794930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9795750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9796520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9797280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9798060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9798800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDAException.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9799580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9800390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-12-17T23:48:03.9800970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9801320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-12-17T23:48:03.9801910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-12-17T23:48:03.9802660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/XPUStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9803420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9804180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9804920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/XPUMacros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9805690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/XPUException.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9806400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-12-17T23:48:03.9807140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-12-17T23:48:03.9807720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros/cmake_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-12-17T23:48:03.9808460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros/Export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-12-17T23:48:03.9809190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/c10/macros/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-12-17T23:48:03.9809850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/psimd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:03.9810570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/experiments-config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:03.9811210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/include/fxdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-12-17T23:48:03.9811780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/torch_version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:03.9812220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-12-17T23:48:03.9812580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-12-17T23:48:03.9813140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/opt_einsum/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-12-17T23:48:03.9813670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-12-17T23:48:03.9814160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mha/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-12-17T23:48:03.9814650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-12-17T23:48:03.9815170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/nnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-12-17T23:48:03.9815670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-12-17T23:48:03.9816160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-12-17T23:48:03.9816640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-12-17T23:48:03.9817120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-12-17T23:48:03.9817610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-12-17T23:48:03.9818170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml/preprocess.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-12-17T23:48:03.9818880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_coreml/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-12-17T23:48:03.9819390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-12-17T23:48:03.9819880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-12-17T23:48:03.9820430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-12-17T23:48:03.9820990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-12-17T23:48:03.9821660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-12-17T23:48:03.9822180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-12-17T23:48:03.9822670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkl/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-12-17T23:48:03.9823160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-12-17T23:48:03.9823680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xnnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-12-17T23:48:03.9824220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cusparselt 2024-12-17T23:48:03.9824780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cusparselt/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cusparselt 2024-12-17T23:48:03.9825320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-12-17T23:48:03.9825840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/mkldnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-12-17T23:48:03.9826430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-12-17T23:48:03.9826920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-12-17T23:48:03.9827580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/xeon/run_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-12-17T23:48:03.9828070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-12-17T23:48:03.9828610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-12-17T23:48:03.9829310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi/serializer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-12-17T23:48:03.9830030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/_nnapi/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-12-17T23:48:03.9830540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-12-17T23:48:03.9831050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/openmp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-12-17T23:48:03.9831560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-12-17T23:48:03.9832070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-12-17T23:48:03.9832740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/backends/cudnn/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-12-17T23:48:03.9833220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-12-17T23:48:03.9833710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp/decompositions_for_jvp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-12-17T23:48:03.9834370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp/decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-12-17T23:48:03.9834990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-12-17T23:48:03.9835630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_decomp/decompositions_for_rng.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-12-17T23:48:03.9836250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_VF.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:03.9836650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9837070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9837650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9838250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9838830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9839400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9839960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/xpu/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-12-17T23:48:03.9840510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_streambase.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:03.9840930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-12-17T23:48:03.9841360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-12-17T23:48:03.9841950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-12-17T23:48:03.9842640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-12-17T23:48:03.9843100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9843670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9844410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9845200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9845940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9846670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9847400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9848170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9848950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/masked/maskedtensor/passthrough.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-12-17T23:48:03.9849620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_tensor_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:03.9850030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9850480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/lr_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9851090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9851680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_adafactor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9852290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/sparse_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9852920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9853500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9854070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9854690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9855280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9855760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-12-17T23:48:03.9856300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-12-17T23:48:03.9857020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_multi_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-12-17T23:48:03.9857680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9858260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/swa_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9858850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/lbfgs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9859470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/radam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9860040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9860630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9861280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/nadam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9861930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/asgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9862520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9863120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/optim/adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-12-17T23:48:03.9863730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_weights_only_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:03.9864290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:03.9864720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9865210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/dtype_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9865890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cudagraph_trees.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9866550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/select_algorithm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9867200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/ops_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9867830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9868460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codecache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9869140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/mock_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9869790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/optimize_indexing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9870430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9871080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cpp_builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9871720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cpu_vec_isa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9872340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9872950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/comms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9873560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9874200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/mkldnn_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9874860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/async_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9875560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9876240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/quantized_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9876910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/triton_bundler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9877570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/aoti_eager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9878200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9878820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9879320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9879870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/cache_dir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9880620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/triton_heuristics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9881400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9882150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/halide_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9882920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/coordinate_descent_tuner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9883670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9884390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/compile_tasks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9885110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/triton_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9885940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/autotune_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9886660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/hints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9887380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/runtime/benchmarking.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-12-17T23:48:03.9888120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/jagged_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9888780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/test_operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9889410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9890040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9890680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/cudagraph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9891310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/sizevars.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9891940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9892610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/index_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9893280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9893790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9894360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9895100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9895820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9896540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9897260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_bmm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9898010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_hipify_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9898730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/simd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9899250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9899830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9900630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9901430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9902350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9903190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9903810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-12-17T23:48:03.9904650Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:03.9905690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-12-17T23:48:03.9906590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9907410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9908190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9908960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-12-17T23:48:03.9909600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-12-17T23:48:03.9910150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-12-17T23:48:03.9910930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/xpu/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-12-17T23:48:03.9911770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/triton_combo_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9912520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/memory_planning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9913240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9913990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_flex_attention_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9914750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_micro_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9915470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9916180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9916900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/block_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9917440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-12-17T23:48:03.9918040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-12-17T23:48:03.9918880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-12-17T23:48:03.9919690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9920410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_template_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9921320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9922130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpu_device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9922920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9923670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9924210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9924800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9925550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/rocm_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9926320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/rocm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9927040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9927760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/compile_command.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9928630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/ck_conv_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9929440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9930270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9931100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/ck_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9931900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-12-17T23:48:03.9932700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9933380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/halide.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9934050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9934770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9935470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/multi_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9936200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/cpp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9936920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9937660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/codegen/simd_kernel_features.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-12-17T23:48:03.9938420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/inductor_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9939080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/virtualized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9939710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9940360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autotune_process.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9940890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-12-17T23:48:03.9941470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker/watchdog.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-12-17T23:48:03.9942250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-12-17T23:48:03.9943030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker/subproc_pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-12-17T23:48:03.9943760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compile_worker/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-12-17T23:48:03.9944390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9944990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9945600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9946220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/comm_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9946880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/decomposition.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9947400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-12-17T23:48:03.9947800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9948470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9949340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9949730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9950110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9950500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9950920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-12-17T23:48:03.9951270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/autoheuristic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-12-17T23:48:03.9951700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-12-17T23:48:03.9952090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-12-17T23:48:03.9952410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-12-17T23:48:03.9952800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-12-17T23:48:03.9953010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9953340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/post_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9953680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/replace_random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9954050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9954390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9954780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9955120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9955470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9955800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/split_cat.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9956160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9956520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9961530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9961910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9962240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9962610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9962960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9963350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9963540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9963990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9964460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9964900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9965310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9965720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9966130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9966610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9967030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9967460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9967850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9968260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9968670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9969080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9969560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9970000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9970440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9970880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9971390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9971840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9972310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9972750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9973200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9973620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-12-17T23:48:03.9973930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9974270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/b2b_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9974590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9974890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9975270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9975590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-12-17T23:48:03.9975850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/fx_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9976120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9976380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/mkldnn_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9976660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/wrapper_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9977000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/choices.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9977280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/remote_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9977570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/comm_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9977870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/compiler_bisector.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9978400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/extern_node_serializer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9979610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/bounds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9983640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/output_code.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9984580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/custom_graph_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9987080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/freezing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9993830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:03.9995200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:03.9996000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/unpack_mixed_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:03.9997170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/mm_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:03.9999480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/flex_decoding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0002850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0003820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0005320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/bmm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0006540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/mm_scaled.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0007840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0009210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0010380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/kernel/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-12-17T23:48:04.0012640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-12-17T23:48:04.0013160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package/package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-12-17T23:48:04.0014380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package/build_package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-12-17T23:48:04.0015640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-12-17T23:48:04.0016790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/package/pt2_archive_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-12-17T23:48:04.0018070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/loop_body.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:04.0019340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_inductor/subgraph_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-12-17T23:48:04.0021290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0021740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0024610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-12-17T23:48:04.0025070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-12-17T23:48:04.0026650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0027370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0028700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0030010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0031140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0032140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0033400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-12-17T23:48:04.0035350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0035790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0037090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0038030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0039190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0040410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0041520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0043010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0044790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0045430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0046890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0050580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0051370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0052360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0053570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-12-17T23:48:04.0056430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0057650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/compare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0064060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/utils/_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-12-17T23:48:04.0065150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0066030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0067190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0068220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0074090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0081120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0082370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0089890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/benchmark/examples/compare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-12-17T23:48:04.0090910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_foreach_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0092010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0098680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0099460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_cpp_extension_versioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0100690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_mode_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0107640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/checkpoint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0108780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/show_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0115890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/deterministic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0118230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/file_baton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0119080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0123700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backend_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0124640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/module_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0127210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_zoo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0128580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_zip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0134060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/collect_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0135160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/throughput_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0136320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/dlpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0138290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0138600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0140070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0141020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/symbol.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0142110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/numbers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0143210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0144380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/singleton_int.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0145490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/value_ranges.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0146810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/printers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0148250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/solve.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0150750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_sympy/interp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-12-17T23:48:04.0160080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-12-17T23:48:04.0160490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/backcompat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-12-17T23:48:04.0161620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_cxx_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0163010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0164160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_import_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0165760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-12-17T23:48:04.0166560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-12-17T23:48:04.0167930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-12-17T23:48:04.0171130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-12-17T23:48:04.0172160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-12-17T23:48:04.0173480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/hipify/hipify_python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-12-17T23:48:04.0174900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_config_typing.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0176080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bundled_inputs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0177970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-12-17T23:48:04.0178740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-12-17T23:48:04.0179800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/bottleneck/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-12-17T23:48:04.0180850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0182350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-12-17T23:48:04.0183030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-12-17T23:48:04.0183910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/viz/_cycles.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-12-17T23:48:04.0185050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/cpp_backtrace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0186410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_contextlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0187860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-12-17T23:48:04.0188530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-12-17T23:48:04.0189480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/jit/log_extract.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-12-17T23:48:04.0190750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_python_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0192820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0193260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0194490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/_proto_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0195710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0196980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/_embedding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0198140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0199220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/summary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0200890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/_convert_np.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0202430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/writer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0203910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/tensorboard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-12-17T23:48:04.0205020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_exposed_in.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0206330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_thunk.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0207740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0208710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0210060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/flop_counter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0211310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_typing_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0212450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_stats.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0213990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0214670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump/code.js -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0216180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump/preact.mjs -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0217290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump/skeleton.html -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0218420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump/htm.mjs -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0219540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0220960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/model_dump/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-12-17T23:48:04.0222150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/cpp_extension.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0224580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_backport_slots.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0225170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_get_clean_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0226200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0227410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_content_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0229350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0230210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0230990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils/fetch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0232350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils/worker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0233510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils/collate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0234920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils/pin_memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0236250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0237470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/_utils/signal_handling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-12-17T23:48:04.0238690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/graph_settings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0239890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0241280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0242340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/dataset.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0243700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0244780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/backward_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0245860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/dataloader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0247860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/sampler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-12-17T23:48:04.0248860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0249630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/_decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0251080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-12-17T23:48:04.0251840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-12-17T23:48:04.0253040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-12-17T23:48:04.0254250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-12-17T23:48:04.0255460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-12-17T23:48:04.0256600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-12-17T23:48:04.0257990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0258740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0259960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/callable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0261180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0262380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0263480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0264690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0266010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/combining.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0267070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0268250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0269540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0271020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0271880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-12-17T23:48:04.0273050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/_typing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0274230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0275410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/datapipe.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0276810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0278240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-12-17T23:48:04.0279010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-12-17T23:48:04.0280150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-12-17T23:48:04.0281210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-12-17T23:48:04.0282290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-12-17T23:48:04.0283450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0285080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0285790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map/callable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0286950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0288090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0289300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map/combining.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0290520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0291970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-12-17T23:48:04.0292890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-12-17T23:48:04.0294300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-12-17T23:48:04.0295050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-12-17T23:48:04.0296180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-12-17T23:48:04.0297130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/_ordered_set.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0298130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/weak.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0299250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/utils/mobile_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-12-17T23:48:04.0300470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0302120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_namedtensor_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0303150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/return_types.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0304330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0305470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_linalg_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0306700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/__config__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0307990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0310520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-12-17T23:48:04.0310970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/contrib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-12-17T23:48:04.0312050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/contrib/_tensorboard_vis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-12-17T23:48:04.0313120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0314300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/hub.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0316600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0317010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0318140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0319310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0320550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0322050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0322770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0323990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/fusion_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0325160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0326310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/quantization_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0327490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0328490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0329850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0331770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0332280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0333190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0334290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0335580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fx/quantization_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-12-17T23:48:04.0336760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0337930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0339160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0340230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0341540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/_quantized_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0342660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0343670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0344880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0346040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0347230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0348670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0349550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/quantization/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-12-17T23:48:04.0350650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_tensor_str.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0352040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_sources.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0353540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-12-17T23:48:04.0354210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-12-17T23:48:04.0355830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0356640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_profiler.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0357680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_onnx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0358830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_c10d.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0360130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0361290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_monitor.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0362450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_itt.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0363470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_lazy.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0364770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0368230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_nvtx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0368980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_cpu.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0370070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_nn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0371290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_cusparselt.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0372450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_instruction_counter.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0373610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_lazy_ts_backend.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0374670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_functorch.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0375870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_VariableFunctions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0382820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_rpc.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0383740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_verbose.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0384790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_aoti.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0385920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_functions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0387090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0388170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_cudnn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0389340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_distributed_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0390450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C/_export.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-12-17T23:48:04.0391900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-12-17T23:48:04.0393140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0394120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-12-17T23:48:04.0394910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-12-17T23:48:04.0395940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-12-17T23:48:04.0400220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-12-17T23:48:04.0400700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-12-17T23:48:04.0401850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-12-17T23:48:04.0403830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-12-17T23:48:04.0404650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/refs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-12-17T23:48:04.0406260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0406980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0408940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0409820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0410970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0412700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0414360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0415640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0417270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/opinfo/definitions/nested.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-12-17T23:48:04.0418710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0420110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_pruning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0421600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-12-17T23:48:04.0422380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-12-17T23:48:04.0423490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module/future_div.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-12-17T23:48:04.0424780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-12-17T23:48:04.0425910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/hop_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0427210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0428500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/static_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0429620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/subclasses.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0430800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_nn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0433080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/custom_op_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0434340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/autocast_test_lists.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0435490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0436880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/two_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0438220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/torchbind_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0439760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0440740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-12-17T23:48:04.0441620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-12-17T23:48:04.0442590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-12-17T23:48:04.0444210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0445820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-12-17T23:48:04.0446460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-12-17T23:48:04.0447720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-12-17T23:48:04.0448500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-12-17T23:48:04.0449480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-12-17T23:48:04.0450960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0452170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0453310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-12-17T23:48:04.0454150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-12-17T23:48:04.0455580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-12-17T23:48:04.0456400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-12-17T23:48:04.0457900Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.0459060Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.0459940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-12-17T23:48:04.0461080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0462260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0463830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0464670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0465910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0467080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0468110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0469840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0471220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0472690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:48:04.0473470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:48:04.0474550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:48:04.0475820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:48:04.0477280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-12-17T23:48:04.0478620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:48:04.0479470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:48:04.0480750Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.0481660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-12-17T23:48:04.0482750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0485480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-12-17T23:48:04.0486440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0490080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0491010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0492260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-12-17T23:48:04.0493250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_optimizers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0495150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_device_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0496940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/autograd_function_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0498290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0499610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/inductor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0500890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0502420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0503810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0504500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0505790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0506990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0508260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests/make_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0509450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests/generate_tests.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0510840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-12-17T23:48:04.0512120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_methods_invocations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0519450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/custom_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0520490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-12-17T23:48:04.0521260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-12-17T23:48:04.0522370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/logging_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0523620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/hypothesis_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0524780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_cuda.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0525950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0528140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0530300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0531260Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0532670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0533870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/check_kernel_launches.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0534960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0537570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0538670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-12-17T23:48:04.0539400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data/network1.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-12-17T23:48:04.0540620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-12-17T23:48:04.0541790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/data/network2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-12-17T23:48:04.0542930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0544200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_dist_composable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0545350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/common_subclass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0546580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/composite_compliance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0547850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0549060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/dist_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0550230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/fake_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0551360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-12-17T23:48:04.0552840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-12-17T23:48:04.0554070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-12-17T23:48:04.0555170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_comparison.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-12-17T23:48:04.0556650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/testing/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-12-17T23:48:04.0557720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_vmap_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0559310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0560010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0561270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/infer_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0562330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/simple_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0563460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0564660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0565810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/fake_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0567000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0568140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0569460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_library/fake_class_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-12-17T23:48:04.0570600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0572230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lowrank.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0573400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_appdirs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0575020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2024-12-17T23:48:04.0575730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2024-12-17T23:48:04.0576960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/accelerator/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/accelerator 2024-12-17T23:48:04.0578720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-12-17T23:48:04.0579120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-12-17T23:48:04.0580470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-12-17T23:48:04.0581820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-12-17T23:48:04.0583280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0583950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_ir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0585210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_monkeytype_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0586330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0587530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_recursive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0589000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0590190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0591350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0592470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_script.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0594030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_script.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0595380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_shape_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0597140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_decomposition_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0597990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0598990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0604650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0605080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/unsupported_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0605350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/frontend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0605620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0605870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0606570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_fuser.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0607840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_builtins.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0609020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_dataclass_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0610170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0612340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-12-17T23:48:04.0612810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes/_property_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-12-17T23:48:04.0613980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-12-17T23:48:04.0614890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/generate_bytecode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0615970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0617340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-12-17T23:48:04.0618020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/mobile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-12-17T23:48:04.0619150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_async.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0620290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/annotations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0621570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/jit/_await.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-12-17T23:48:04.0623470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0624130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/cache_size.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0625400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/callback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0626460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/comptime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0628570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0628940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0629950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0631040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0632400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0634160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/test_minifier_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0635270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/create_parameter_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0636370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/graph_region_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0637470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/device_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0639000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0639720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0641010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0642060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/debugging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0643280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0644630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0645750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/inductor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0646870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/onnxrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0648310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/tvm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0649550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0650940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0652110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/backends/torchxla.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-12-17T23:48:04.0653240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0654520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/mutation_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0655800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0656740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/metrics_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0657860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/bytecode_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0659120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/tensor_version_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0660400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/external_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0661450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0662590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0663820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/resume_execution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0665060Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/output_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0666910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/compiled_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0668050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0669200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0671640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0672220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0673640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/iter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0674930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/misc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0676450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/lists.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0677950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/script_object.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0679120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/torch_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0680570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0681630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/user_defined.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0683080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/nn_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0684500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0686480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0687720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0689300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0690410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0691570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0692780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/builtin.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0694310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/constant.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0695490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0696590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/torch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0698130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/ctx_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0699440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0700900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/variables/base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-12-17T23:48:04.0702600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-12-17T23:48:04.0703190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro/after_dynamo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-12-17T23:48:04.0704570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-12-17T23:48:04.0705580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro/after_aot.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-12-17T23:48:04.0706880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/repro/aoti.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-12-17T23:48:04.0708180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/replay_record.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0709360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/side_effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0711320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0711830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/functools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0712930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/builtins.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0714150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/operator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0715280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/os.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0716410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0717610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/loader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0718710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/sys.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0719940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0721100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/polyfills/itertools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/polyfills 2024-12-17T23:48:04.0722190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/trace_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0724200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/bytecode_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0725510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/convert_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0727090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/funcname_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0727990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/testing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0729180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/pgo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0730460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0731610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/symbolic_convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0733750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/codegen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0734890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/source.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0736040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/eval_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0737590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/code_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0738690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/graph_deduplication.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0739860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/current_scope_id.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0741000Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0742190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_dynamo/decorators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-12-17T23:48:04.0743480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_environment.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0744950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0745630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0746750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0747860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0748990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/tensor_factory_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0750120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0751290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/extract_compiled_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0752400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/ir_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0753540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/ts_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0754920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/computation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0755820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/closure.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0757030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lazy/device_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-12-17T23:48:04.0758080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:04.0760120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-12-17T23:48:04.0760740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-12-17T23:48:04.0761880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-12-17T23:48:04.0763060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-12-17T23:48:04.0763880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-12-17T23:48:04.0765420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-12-17T23:48:04.0766220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-12-17T23:48:04.0767400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-12-17T23:48:04.0769140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-12-17T23:48:04.0771120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-12-17T23:48:04.0771720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-12-17T23:48:04.0773190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-12-17T23:48:04.0774120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-12-17T23:48:04.0775310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-12-17T23:48:04.0776840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-12-17T23:48:04.0777880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-12-17T23:48:04.0778610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-12-17T23:48:04.0780260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:48:04.0781050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:48:04.0782300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:48:04.0783470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:48:04.0784880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-12-17T23:48:04.0786330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-12-17T23:48:04.0787570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-12-17T23:48:04.0789590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0790130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0791360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0792600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0793850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0795020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0796180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0797450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0798580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0800010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0801090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0802360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-12-17T23:48:04.0803790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-12-17T23:48:04.0804580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-12-17T23:48:04.0806330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0807120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0808370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0809610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0810840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0812020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0813190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-12-17T23:48:04.0814480Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-12-17T23:48:04.0815970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-12-17T23:48:04.0816790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-12-17T23:48:04.0818300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-12-17T23:48:04.0819090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-12-17T23:48:04.0820310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-12-17T23:48:04.0821530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-12-17T23:48:04.0823080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-12-17T23:48:04.0824160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-12-17T23:48:04.0825150Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-12-17T23:48:04.0826810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:48:04.0827620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:48:04.0829300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:48:04.0830420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:48:04.0831580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-12-17T23:48:04.0833070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-12-17T23:48:04.0834140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-12-17T23:48:04.0834930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-12-17T23:48:04.0836290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:48:04.0837180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-12-17T23:48:04.0838400Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.0839450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-12-17T23:48:04.0840940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:48:04.0841710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:48:04.0842930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:48:04.0844980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:48:04.0845450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:48:04.0846560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-12-17T23:48:04.0847610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-12-17T23:48:04.0849030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-12-17T23:48:04.0849780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-12-17T23:48:04.0850920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-12-17T23:48:04.0852350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-12-17T23:48:04.0853290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-12-17T23:48:04.0854650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-12-17T23:48:04.0855420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-12-17T23:48:04.0856750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-12-17T23:48:04.0857880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-12-17T23:48:04.0859010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-12-17T23:48:04.0860240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-12-17T23:48:04.0861280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/nn/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-12-17T23:48:04.0863240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-12-17T23:48:04.0863840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0864600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/graph_passes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0866370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/weight_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0867660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/graph_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0869020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0869870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0871230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0872380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/ns_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0873540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0875040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0876500Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-12-17T23:48:04.0877600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-12-17T23:48:04.0879020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-12-17T23:48:04.0879970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-12-17T23:48:04.0881440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-12-17T23:48:04.0883060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0883890Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0885750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0886730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0888140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0889100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0890430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0891540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0892740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0893830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/native.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0895070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0895970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/onednn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0897700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0898910Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0900080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0901510Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0902810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/x86.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0903960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-12-17T23:48:04.0905160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0906490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/_correct_bias.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0907800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0908640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0909950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0911030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0912420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0913600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0914860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0916140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-12-17T23:48:04.0917050Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-12-17T23:48:04.0918310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-12-17T23:48:04.0919650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0921010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0922300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/pt2e/_numeric_debugger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-12-17T23:48:04.0923450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0925120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0925880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0927130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0928310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0929680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0930780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0932540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0934250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-12-17T23:48:04.0935040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-12-17T23:48:04.0936950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-12-17T23:48:04.0938420Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-12-17T23:48:04.0939820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-12-17T23:48:04.0940680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-12-17T23:48:04.0941810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0942930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0944590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0945560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0947250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/custom_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0948300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0949450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0950630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0951830Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0953570Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0954560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/_decomposed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0955940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0957040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-12-17T23:48:04.0958230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0959380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0960650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0961860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0963020Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/qconfig_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.0989590Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1953250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1954820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1956410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1959960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantize_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1963280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1963800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1965390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1968670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1970180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1971430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/xpu_inductor_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1972710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1974130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1975540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1976730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-12-17T23:48:04.1978110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1979370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-12-17T23:48:04.1981380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-12-17T23:48:04.1982100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-12-17T23:48:04.1982920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-12-17T23:48:04.1984220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-12-17T23:48:04.1985280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-12-17T23:48:04.1986810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-12-17T23:48:04.1988250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-12-17T23:48:04.1990240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-12-17T23:48:04.1991020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:48:04.1992120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-12-17T23:48:04.1995270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-12-17T23:48:04.1996020Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.1997350Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.1998370Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:04.1999470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-12-17T23:48:04.2000440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:48:04.2001690Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:48:04.2004010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:48:04.2005440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-12-17T23:48:04.2006810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2007620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2008850Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2009970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2011190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2012490Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2013900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2015080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2016280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-12-17T23:48:04.2017790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-12-17T23:48:04.2018980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-12-17T23:48:04.2019880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-12-17T23:48:04.2021440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-12-17T23:48:04.2022940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-12-17T23:48:04.2023790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-12-17T23:48:04.2025040Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-12-17T23:48:04.2026360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-12-17T23:48:04.2027110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-12-17T23:48:04.2028390Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-12-17T23:48:04.2029530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-12-17T23:48:04.2030540Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-12-17T23:48:04.2031530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-12-17T23:48:04.2033460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/ao/pruning/_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-12-17T23:48:04.2034870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-12-17T23:48:04.2035670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mtia/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-12-17T23:48:04.2036880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mtia/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-12-17T23:48:04.2038010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/mtia/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-12-17T23:48:04.2046770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:04.2047410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch_python.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:04.2593320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:04.2594330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch_global_deps.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:04.2595730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libomp.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:04.2600920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libtorch_cpu.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:05.3310960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libc10.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:05.3317810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/lib/libshm.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-12-17T23:48:05.3320780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_VF.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3327980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3328920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/py.typed -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3329900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_lobpcg.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3332350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-12-17T23:48:05.3333150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-12-17T23:48:05.3333860Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-12-17T23:48:05.3335280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-12-17T23:48:05.3335960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-12-17T23:48:05.3337460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-12-17T23:48:05.3338180Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/nn/functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-12-17T23:48:05.3339600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-12-17T23:48:05.3340760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-12-17T23:48:05.3343460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-12-17T23:48:05.3343960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-12-17T23:48:05.3345220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_refs/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-12-17T23:48:05.3352080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-12-17T23:48:05.3352520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/fft/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-12-17T23:48:05.3353090Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/__future__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3353520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3354010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/_memory_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3354650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/itt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3355290Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/_pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3356030Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3356660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3357310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/python_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3358280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/profiler/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-12-17T23:48:05.3359800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3360440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/_semi_structured_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3361670Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/_semi_structured_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3362770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3364220Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/semi_structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3365460Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/_triton_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3367100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/sparse/_triton_ops_meta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-12-17T23:48:05.3371100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-12-17T23:48:05.3371560Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_awaits/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-12-17T23:48:05.3372680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3373970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_deploy.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3375210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_python_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3376690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3377370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_safeguard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3378820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-12-17T23:48:05.3379580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-12-17T23:48:05.3380700Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/exported_program.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3382340Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3383650Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/custom_obj.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3385110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/passes 2024-12-17T23:48:05.3385810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export/passes 2024-12-17T23:48:05.3386980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_remove_effect_tokens_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3388160Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3389230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3390530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_unlift.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3391620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3393380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/graph_signature.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3394610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/decomp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3395760Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_swap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3396970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_draft_export.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3398130Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3399430Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/export/_tree_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-12-17T23:48:05.3400890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-12-17T23:48:05.3401850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-12-17T23:48:05.3402610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal/nested_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-12-17T23:48:05.3403870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-12-17T23:48:05.3404790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal/ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-12-17T23:48:05.3406370Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-12-17T23:48:05.3407620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/_internal/nested_int.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-12-17T23:48:05.3408750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/nested/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-12-17T23:48:05.3409930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_classes.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3411370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-12-17T23:48:05.3412140Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-12-17T23:48:05.3413250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-12-17T23:48:05.3414270Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_strobelight/compile_time_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-12-17T23:48:05.3415630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-12-17T23:48:05.3416280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/compiler/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-12-17T23:48:05.3417470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/compiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-12-17T23:48:05.3418840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-12-17T23:48:05.3419530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/signal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-12-17T23:48:05.3420950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-12-17T23:48:05.3421620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-12-17T23:48:05.3422790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/signal/windows/windows.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-12-17T23:48:05.3449880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3468920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3469770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/inverse_gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3471190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/laplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3489840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/relaxed_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3497170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3511740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3512680Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/dirichlet.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3514210Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/log_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3527770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/transformed_distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3559720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/geometric.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3564780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/weibull.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3566710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/studentT.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3567740Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3571300Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3574360Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/poisson.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3575310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/beta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3579980Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/kumaraswamy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3582580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/half_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3583720Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/relaxed_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3584970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3586120Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/half_cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3587250Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3588380Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/lkj_cholesky.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3589520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/independent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3590840Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/multinomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3591800Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/exponential.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3592940Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/pareto.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3593990Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/negative_binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3595070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3596230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/von_mises.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3597400Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3598530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/gumbel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3599730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/constraint_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3600820Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3601930Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/kl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3603350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/mixture_same_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3604520Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/continuous_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3605730Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/fishersnedecor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3606880Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/constraints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3608100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/uniform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3609230Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3610330Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/exp_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3611450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/logistic_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3612580Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/one_hot_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3613660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/wishart.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3614750Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3615870Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/chi2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3617010Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/distributions/binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-12-17T23:48:05.3618550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3619280Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/package_exporter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3621190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/file_structure_representation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3621970Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_mock.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3623170Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3624320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_stdlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3625450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_mangling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3626530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3639320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/package_importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3644240Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_package_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3647530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/glob_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3648450Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/find_file_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3649530Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_package_pickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3654830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-12-17T23:48:05.3655410Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze/trace_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-12-17T23:48:05.3656600Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-12-17T23:48:05.3657780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-12-17T23:48:05.3658950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/analyze/is_from_package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-12-17T23:48:05.3660070Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_importlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3661190Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_directory_reader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3662350Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/package/_digraph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-12-17T23:48:05.3663470Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3664920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-12-17T23:48:05.3668620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share 2024-12-17T23:48:05.3669320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake 2024-12-17T23:48:05.3670290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3671110Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3673320Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3674810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-12-17T23:48:05.3675710Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-12-17T23:48:05.3676810Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-12-17T23:48:05.3678390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-12-17T23:48:05.3679290Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3680750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-12-17T23:48:05.3681610Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3682810Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3684100Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3685310Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3686510Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3687600Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3689310Z copying build/lib.macosx-11.1-arm64-cpython-39/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-12-17T23:48:05.3690550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3691440Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3692610Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3693780Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3694920Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3696310Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3697660Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3698630Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3699900Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3700960Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-12-17T23:48:05.3702100Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3703200Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3704640Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3705790Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3707080Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-12-17T23:48:05.3708840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-12-17T23:48:05.3709550Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-12-17T23:48:05.3710620Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-12-17T23:48:05.3711970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-12-17T23:48:05.3712770Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-12-17T23:48:05.3714210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-12-17T23:48:05.3714950Z copying build/lib.macosx-11.1-arm64-cpython-39/torch/func/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-12-17T23:48:05.3717500Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3718010Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/native_function_generation.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3719640Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-12-17T23:48:05.3720380Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build/selector.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-12-17T23:48:05.3721590Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build/operator.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-12-17T23:48:05.3722730Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/selective_build/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-12-17T23:48:05.3723590Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_vmap_plumbing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3724730Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3727020Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged 2024-12-17T23:48:05.3727900Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3728750Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3730490Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/build.bzl -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3731480Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3732710Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3734050Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3735540Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3736610Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3737670Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3739430Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/README.md -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3740610Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3741900Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3743250Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3744480Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3746120Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3746960Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3748270Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3749560Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3750840Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3752080Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3753400Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3754710Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3755880Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3757110Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3758330Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3759490Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3760810Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3762340Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3763580Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3764770Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3766010Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3767340Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3768550Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3769780Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3771010Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3772150Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3773470Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3774600Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-12-17T23:48:05.3775660Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3777130Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3778400Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3780980Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-12-17T23:48:05.3782160Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen 2024-12-17T23:48:05.3783100Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-12-17T23:48:05.3783950Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-12-17T23:48:05.3788480Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-12-17T23:48:05.3789720Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3790540Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3791750Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3793070Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3794330Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3795580Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3796740Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3797970Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3799110Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3800390Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3801650Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3802940Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3804210Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3805340Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3806730Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3808020Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3809140Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3810350Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3816890Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3817860Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3818720Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3819730Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3820690Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3821590Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3822520Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3823480Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3824380Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3825320Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3826210Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3827070Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3828010Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3828920Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3829770Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3830660Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3831560Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3832450Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3833310Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/Function.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3834300Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3835550Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3836640Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-12-17T23:48:05.3838010Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-12-17T23:48:05.3838780Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime/config.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-12-17T23:48:05.3840050Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-12-17T23:48:05.3840920Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime/generator.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-12-17T23:48:05.3842310Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-12-17T23:48:05.3843390Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3844910Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/local.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3846090Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_functionalization_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3847320Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/code_template.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3848860Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-12-17T23:48:05.3849590Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-12-17T23:48:05.3850600Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-12-17T23:48:05.3851780Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-12-17T23:48:05.3852820Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3854050Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/yaml_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3855140Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_aoti_c_shim.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3856420Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3858220Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_schema_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3859360Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3860450Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3862090Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3862870Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/lazy_ts_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3864100Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3865320Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3866520Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/native_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3867600Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/lazy_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3869020Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/dest/register_dispatch_key.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-12-17T23:48:05.3870920Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3871550Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3872900Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/translate.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3874480Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-12-17T23:48:05.3875200Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-12-17T23:48:05.3876490Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-12-17T23:48:05.3877570Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-12-17T23:48:05.3878770Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/types/types_base.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-12-17T23:48:05.3879850Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3881020Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3882060Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/native.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3883090Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3884450Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3885590Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3886760Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3888180Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3889390Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/python.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3891030Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3892300Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/api/meta.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-12-17T23:48:05.3893440Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_backend_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3895030Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-12-17T23:48:05.3895860Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-12-17T23:48:05.3896830Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-12-17T23:48:05.3898390Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-12-17T23:48:05.3899260Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-12-17T23:48:05.3900020Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-12-17T23:48:05.3901280Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-12-17T23:48:05.3902440Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-12-17T23:48:05.3903620Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-12-17T23:48:05.3904710Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-12-17T23:48:05.3905900Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-12-17T23:48:05.3906810Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/api/et_cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-12-17T23:48:05.3907940Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/executorch/parse.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-12-17T23:48:05.3909490Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-12-17T23:48:05.3910140Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-12-17T23:48:05.3911120Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/aoti/fallback_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-12-17T23:48:05.3912400Z copying build/lib.macosx-11.1-arm64-cpython-39/torchgen/gen_lazy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-12-17T23:48:05.3914160Z creating build/bdist.macosx-11.1-arm64/wheel/functorch 2024-12-17T23:48:05.3915140Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-12-17T23:48:05.3915840Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental/control_flow.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-12-17T23:48:05.3917040Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-12-17T23:48:05.3918330Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/experimental/ops.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-12-17T23:48:05.3919590Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-12-17T23:48:05.3920770Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-12-17T23:48:05.3921510Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/make_functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-12-17T23:48:05.3922740Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-12-17T23:48:05.3924010Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-12-17T23:48:05.3924600Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/eager_transforms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-12-17T23:48:05.3925950Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-12-17T23:48:05.3926630Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-12-17T23:48:05.3928080Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-12-17T23:48:05.3928720Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_src/vmap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-12-17T23:48:05.3930340Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3931340Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/magic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3932910Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3934010Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/delayed_mul_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3935230Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/op_properties.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3936570Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/batch_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3937640Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/wrap_type.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3938830Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/reference.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3940130Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/dim.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3941430Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/dim/tree_map.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-12-17T23:48:05.3942690Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-12-17T23:48:05.3944060Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-12-17T23:48:05.3944750Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/compile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-12-17T23:48:05.3946270Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-12-17T23:48:05.3946990Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/einops/_parsing.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-12-17T23:48:05.3948220Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/einops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-12-17T23:48:05.3949420Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/einops/rearrange.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-12-17T23:48:05.3950540Z copying build/lib.macosx-11.1-arm64-cpython-39/functorch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-12-17T23:48:05.3954490Z running install_egg_info 2024-12-17T23:48:05.4173330Z running egg_info 2024-12-17T23:48:05.4173650Z creating torch.egg-info 2024-12-17T23:48:05.4195300Z writing torch.egg-info/PKG-INFO 2024-12-17T23:48:05.4202100Z writing dependency_links to torch.egg-info/dependency_links.txt 2024-12-17T23:48:05.4203390Z writing entry points to torch.egg-info/entry_points.txt 2024-12-17T23:48:05.4207430Z writing requirements to torch.egg-info/requires.txt 2024-12-17T23:48:05.4208650Z writing top-level names to torch.egg-info/top_level.txt 2024-12-17T23:48:05.4209560Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-12-17T23:48:05.7272420Z reading manifest file 'torch.egg-info/SOURCES.txt' 2024-12-17T23:48:05.7273010Z reading manifest template 'MANIFEST.in' 2024-12-17T23:48:08.3528930Z warning: no files found matching '*.*' under directory 'modules' 2024-12-17T23:48:08.4293470Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-12-17T23:48:08.7831620Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-12-17T23:48:08.7831950Z adding license file 'LICENSE' 2024-12-17T23:48:08.7832160Z adding license file 'NOTICE' 2024-12-17T23:48:09.5116230Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-12-17T23:48:09.5354480Z Copying torch.egg-info to build/bdist.macosx-11.1-arm64/wheel/torch-2.6.0a0+git0cdf8b1-py3.9.egg-info 2024-12-17T23:48:09.5483050Z running install_scripts 2024-12-17T23:48:09.5799380Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2024-12-17T23:48:09.5800490Z adding license file "NOTICE" (matched pattern "NOTICE*") 2024-12-17T23:48:09.5994030Z creating build/bdist.macosx-11.1-arm64/wheel/torch-2.6.0a0+git0cdf8b1.dist-info/WHEEL 2024-12-17T23:48:09.6008120Z creating 'dist/torch-2.6.0a0+git0cdf8b1-cp39-cp39-macosx_11_0_arm64.whl' and adding 'build/bdist.macosx-11.1-arm64/wheel' to it 2024-12-17T23:48:09.6120840Z adding 'functorch/_C.cpython-39-darwin.so' 2024-12-17T23:48:09.6124080Z adding 'functorch/__init__.py' 2024-12-17T23:48:09.6125080Z adding 'functorch/_src/__init__.py' 2024-12-17T23:48:09.6126510Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-12-17T23:48:09.6127660Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-12-17T23:48:09.6128870Z adding 'functorch/_src/make_functional/__init__.py' 2024-12-17T23:48:09.6130050Z adding 'functorch/_src/vmap/__init__.py' 2024-12-17T23:48:09.6131270Z adding 'functorch/compile/__init__.py' 2024-12-17T23:48:09.6133500Z adding 'functorch/dim/__init__.py' 2024-12-17T23:48:09.6134380Z adding 'functorch/dim/batch_tensor.py' 2024-12-17T23:48:09.6135680Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-12-17T23:48:09.6137670Z adding 'functorch/dim/dim.py' 2024-12-17T23:48:09.6138530Z adding 'functorch/dim/magic_trace.py' 2024-12-17T23:48:09.6140770Z adding 'functorch/dim/op_properties.py' 2024-12-17T23:48:09.6146110Z adding 'functorch/dim/reference.py' 2024-12-17T23:48:09.6146910Z adding 'functorch/dim/tree_map.py' 2024-12-17T23:48:09.6148130Z adding 'functorch/dim/wrap_type.py' 2024-12-17T23:48:09.6149290Z adding 'functorch/einops/__init__.py' 2024-12-17T23:48:09.6152570Z adding 'functorch/einops/_parsing.py' 2024-12-17T23:48:09.6155000Z adding 'functorch/einops/rearrange.py' 2024-12-17T23:48:09.6156000Z adding 'functorch/experimental/__init__.py' 2024-12-17T23:48:09.6156950Z adding 'functorch/experimental/control_flow.py' 2024-12-17T23:48:09.6157850Z adding 'functorch/experimental/ops.py' 2024-12-17T23:48:09.6162680Z adding 'torch/_C.cpython-39-darwin.so' 2024-12-17T23:48:09.6163690Z adding 'torch/_VF.py' 2024-12-17T23:48:09.6317710Z adding 'torch/_VF.pyi' 2024-12-17T23:48:09.6323800Z adding 'torch/__config__.py' 2024-12-17T23:48:09.6325030Z adding 'torch/__future__.py' 2024-12-17T23:48:09.6348130Z adding 'torch/__init__.py' 2024-12-17T23:48:09.6353080Z adding 'torch/_appdirs.py' 2024-12-17T23:48:09.6354250Z adding 'torch/_classes.py' 2024-12-17T23:48:09.6355430Z adding 'torch/_compile.py' 2024-12-17T23:48:09.6358680Z adding 'torch/_custom_ops.py' 2024-12-17T23:48:09.6359930Z adding 'torch/_deploy.py' 2024-12-17T23:48:09.6360900Z adding 'torch/_environment.py' 2024-12-17T23:48:09.6368660Z adding 'torch/_guards.py' 2024-12-17T23:48:09.6382020Z adding 'torch/_jit_internal.py' 2024-12-17T23:48:09.6384130Z adding 'torch/_linalg_utils.py' 2024-12-17T23:48:09.6393660Z adding 'torch/_lobpcg.py' 2024-12-17T23:48:09.6396460Z adding 'torch/_lowrank.py' 2024-12-17T23:48:09.6439200Z adding 'torch/_meta_registrations.py' 2024-12-17T23:48:09.6442080Z adding 'torch/_namedtensor_internals.py' 2024-12-17T23:48:09.6454420Z adding 'torch/_ops.py' 2024-12-17T23:48:09.6456750Z adding 'torch/_python_dispatcher.py' 2024-12-17T23:48:09.6457650Z adding 'torch/_size_docs.py' 2024-12-17T23:48:09.6459720Z adding 'torch/_sources.py' 2024-12-17T23:48:09.6460710Z adding 'torch/_storage_docs.py' 2024-12-17T23:48:09.6461720Z adding 'torch/_streambase.py' 2024-12-17T23:48:09.6477080Z adding 'torch/_tensor.py' 2024-12-17T23:48:09.6504220Z adding 'torch/_tensor_docs.py' 2024-12-17T23:48:09.6510430Z adding 'torch/_tensor_str.py' 2024-12-17T23:48:09.6511200Z adding 'torch/_thread_safe_fork.py' 2024-12-17T23:48:09.6599110Z adding 'torch/_torch_docs.py' 2024-12-17T23:48:09.6610100Z adding 'torch/_utils.py' 2024-12-17T23:48:09.6612800Z adding 'torch/_utils_internal.py' 2024-12-17T23:48:09.6615520Z adding 'torch/_vmap_internals.py' 2024-12-17T23:48:09.6619770Z adding 'torch/_weights_only_unpickler.py' 2024-12-17T23:48:09.6639420Z adding 'torch/functional.py' 2024-12-17T23:48:09.6647410Z adding 'torch/hub.py' 2024-12-17T23:48:09.6658900Z adding 'torch/library.py' 2024-12-17T23:48:09.6676140Z adding 'torch/overrides.py' 2024-12-17T23:48:09.6677230Z adding 'torch/py.typed' 2024-12-17T23:48:09.6679770Z adding 'torch/quasirandom.py' 2024-12-17T23:48:09.6681980Z adding 'torch/random.py' 2024-12-17T23:48:09.6682910Z adding 'torch/return_types.py' 2024-12-17T23:48:09.6685020Z adding 'torch/return_types.pyi' 2024-12-17T23:48:09.6702120Z adding 'torch/serialization.py' 2024-12-17T23:48:09.6711290Z adding 'torch/storage.py' 2024-12-17T23:48:09.6712890Z adding 'torch/torch_version.py' 2024-12-17T23:48:09.6714880Z adding 'torch/types.py' 2024-12-17T23:48:09.6715520Z adding 'torch/version.py' 2024-12-17T23:48:09.6868780Z adding 'torch/_C/_VariableFunctions.pyi' 2024-12-17T23:48:09.6934410Z adding 'torch/_C/__init__.pyi' 2024-12-17T23:48:09.6937570Z adding 'torch/_C/_aoti.pyi' 2024-12-17T23:48:09.6938900Z adding 'torch/_C/_autograd.pyi' 2024-12-17T23:48:09.6939920Z adding 'torch/_C/_cpu.pyi' 2024-12-17T23:48:09.6940930Z adding 'torch/_C/_cudnn.pyi' 2024-12-17T23:48:09.6941900Z adding 'torch/_C/_cusparselt.pyi' 2024-12-17T23:48:09.6943000Z adding 'torch/_C/_distributed_autograd.pyi' 2024-12-17T23:48:09.6947050Z adding 'torch/_C/_distributed_c10d.pyi' 2024-12-17T23:48:09.6948820Z adding 'torch/_C/_distributed_rpc.pyi' 2024-12-17T23:48:09.6949750Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-12-17T23:48:09.6950680Z adding 'torch/_C/_export.pyi' 2024-12-17T23:48:09.6951690Z adding 'torch/_C/_functions.pyi' 2024-12-17T23:48:09.6952970Z adding 'torch/_C/_functorch.pyi' 2024-12-17T23:48:09.6953950Z adding 'torch/_C/_instruction_counter.pyi' 2024-12-17T23:48:09.6954860Z adding 'torch/_C/_itt.pyi' 2024-12-17T23:48:09.6955920Z adding 'torch/_C/_lazy.pyi' 2024-12-17T23:48:09.6956890Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-12-17T23:48:09.6957960Z adding 'torch/_C/_monitor.pyi' 2024-12-17T23:48:09.6959370Z adding 'torch/_C/_nn.pyi' 2024-12-17T23:48:09.6960310Z adding 'torch/_C/_nvtx.pyi' 2024-12-17T23:48:09.6961320Z adding 'torch/_C/_onnx.pyi' 2024-12-17T23:48:09.6968130Z adding 'torch/_C/_profiler.pyi' 2024-12-17T23:48:09.6968430Z adding 'torch/_C/_verbose.pyi' 2024-12-17T23:48:09.6968610Z adding 'torch/_awaits/__init__.py' 2024-12-17T23:48:09.6968810Z adding 'torch/_custom_op/__init__.py' 2024-12-17T23:48:09.6969480Z adding 'torch/_custom_op/autograd.py' 2024-12-17T23:48:09.6972080Z adding 'torch/_custom_op/functional.py' 2024-12-17T23:48:09.6977470Z adding 'torch/_custom_op/impl.py' 2024-12-17T23:48:09.6981600Z adding 'torch/_decomp/__init__.py' 2024-12-17T23:48:09.7019600Z adding 'torch/_decomp/decompositions.py' 2024-12-17T23:48:09.7023290Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-12-17T23:48:09.7025800Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-12-17T23:48:09.7026730Z adding 'torch/_dispatch/__init__.py' 2024-12-17T23:48:09.7029050Z adding 'torch/_dispatch/python.py' 2024-12-17T23:48:09.7031450Z adding 'torch/_dynamo/__init__.py' 2024-12-17T23:48:09.7034130Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-12-17T23:48:09.7036570Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-12-17T23:48:09.7048850Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-12-17T23:48:09.7051470Z adding 'torch/_dynamo/cache_size.py' 2024-12-17T23:48:09.7052510Z adding 'torch/_dynamo/callback.py' 2024-12-17T23:48:09.7053590Z adding 'torch/_dynamo/code_context.py' 2024-12-17T23:48:09.7058230Z adding 'torch/_dynamo/codegen.py' 2024-12-17T23:48:09.7065090Z adding 'torch/_dynamo/compiled_autograd.py' 2024-12-17T23:48:09.7068350Z adding 'torch/_dynamo/comptime.py' 2024-12-17T23:48:09.7074630Z adding 'torch/_dynamo/config.py' 2024-12-17T23:48:09.7085740Z adding 'torch/_dynamo/convert_frame.py' 2024-12-17T23:48:09.7087100Z adding 'torch/_dynamo/create_parameter_op.py' 2024-12-17T23:48:09.7088170Z adding 'torch/_dynamo/current_scope_id.py' 2024-12-17T23:48:09.7095050Z adding 'torch/_dynamo/debug_utils.py' 2024-12-17T23:48:09.7100240Z adding 'torch/_dynamo/decorators.py' 2024-12-17T23:48:09.7102910Z adding 'torch/_dynamo/device_interface.py' 2024-12-17T23:48:09.7103730Z adding 'torch/_dynamo/distributed.py' 2024-12-17T23:48:09.7119730Z adding 'torch/_dynamo/eval_frame.py' 2024-12-17T23:48:09.7123810Z adding 'torch/_dynamo/exc.py' 2024-12-17T23:48:09.7125600Z adding 'torch/_dynamo/external_utils.py' 2024-12-17T23:48:09.7126660Z adding 'torch/_dynamo/funcname_cache.py' 2024-12-17T23:48:09.7129480Z adding 'torch/_dynamo/graph_deduplication.py' 2024-12-17T23:48:09.7132770Z adding 'torch/_dynamo/graph_region_tracker.py' 2024-12-17T23:48:09.7158510Z adding 'torch/_dynamo/guards.py' 2024-12-17T23:48:09.7160030Z adding 'torch/_dynamo/hooks.py' 2024-12-17T23:48:09.7161300Z adding 'torch/_dynamo/logging.py' 2024-12-17T23:48:09.7163320Z adding 'torch/_dynamo/metrics_context.py' 2024-12-17T23:48:09.7164580Z adding 'torch/_dynamo/mutation_guard.py' 2024-12-17T23:48:09.7190370Z adding 'torch/_dynamo/output_graph.py' 2024-12-17T23:48:09.7196560Z adding 'torch/_dynamo/pgo.py' 2024-12-17T23:48:09.7198380Z adding 'torch/_dynamo/profiler.py' 2024-12-17T23:48:09.7199690Z adding 'torch/_dynamo/replay_record.py' 2024-12-17T23:48:09.7205110Z adding 'torch/_dynamo/resume_execution.py' 2024-12-17T23:48:09.7212110Z adding 'torch/_dynamo/side_effects.py' 2024-12-17T23:48:09.7216380Z adding 'torch/_dynamo/source.py' 2024-12-17T23:48:09.7245680Z adding 'torch/_dynamo/symbolic_convert.py' 2024-12-17T23:48:09.7247350Z adding 'torch/_dynamo/tensor_version_op.py' 2024-12-17T23:48:09.7248670Z adding 'torch/_dynamo/test_case.py' 2024-12-17T23:48:09.7251750Z adding 'torch/_dynamo/test_minifier_common.py' 2024-12-17T23:48:09.7255290Z adding 'torch/_dynamo/testing.py' 2024-12-17T23:48:09.7278150Z adding 'torch/_dynamo/trace_rules.py' 2024-12-17T23:48:09.7280230Z adding 'torch/_dynamo/types.py' 2024-12-17T23:48:09.7310230Z adding 'torch/_dynamo/utils.py' 2024-12-17T23:48:09.7312030Z adding 'torch/_dynamo/backends/__init__.py' 2024-12-17T23:48:09.7313510Z adding 'torch/_dynamo/backends/common.py' 2024-12-17T23:48:09.7316120Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-12-17T23:48:09.7319410Z adding 'torch/_dynamo/backends/debugging.py' 2024-12-17T23:48:09.7325440Z adding 'torch/_dynamo/backends/distributed.py' 2024-12-17T23:48:09.7326200Z adding 'torch/_dynamo/backends/inductor.py' 2024-12-17T23:48:09.7327370Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-12-17T23:48:09.7329370Z adding 'torch/_dynamo/backends/registry.py' 2024-12-17T23:48:09.7330030Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-12-17T23:48:09.7331100Z adding 'torch/_dynamo/backends/torchxla.py' 2024-12-17T23:48:09.7333370Z adding 'torch/_dynamo/backends/tvm.py' 2024-12-17T23:48:09.7335830Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-12-17T23:48:09.7336680Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-12-17T23:48:09.7337760Z adding 'torch/_dynamo/polyfills/functools.py' 2024-12-17T23:48:09.7339250Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-12-17T23:48:09.7340410Z adding 'torch/_dynamo/polyfills/loader.py' 2024-12-17T23:48:09.7341680Z adding 'torch/_dynamo/polyfills/operator.py' 2024-12-17T23:48:09.7342810Z adding 'torch/_dynamo/polyfills/os.py' 2024-12-17T23:48:09.7344130Z adding 'torch/_dynamo/polyfills/pytree.py' 2024-12-17T23:48:09.7345040Z adding 'torch/_dynamo/polyfills/sys.py' 2024-12-17T23:48:09.7346140Z adding 'torch/_dynamo/repro/__init__.py' 2024-12-17T23:48:09.7353920Z adding 'torch/_dynamo/repro/after_aot.py' 2024-12-17T23:48:09.7358290Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-12-17T23:48:09.7362340Z adding 'torch/_dynamo/repro/aoti.py' 2024-12-17T23:48:09.7364490Z adding 'torch/_dynamo/variables/__init__.py' 2024-12-17T23:48:09.7368290Z adding 'torch/_dynamo/variables/base.py' 2024-12-17T23:48:09.7396030Z adding 'torch/_dynamo/variables/builder.py' 2024-12-17T23:48:09.7411400Z adding 'torch/_dynamo/variables/builtin.py' 2024-12-17T23:48:09.7413960Z adding 'torch/_dynamo/variables/constant.py' 2024-12-17T23:48:09.7420610Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-12-17T23:48:09.7428150Z adding 'torch/_dynamo/variables/dicts.py' 2024-12-17T23:48:09.7431390Z adding 'torch/_dynamo/variables/distributed.py' 2024-12-17T23:48:09.7440270Z adding 'torch/_dynamo/variables/functions.py' 2024-12-17T23:48:09.7461050Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-12-17T23:48:09.7465020Z adding 'torch/_dynamo/variables/iter.py' 2024-12-17T23:48:09.7467140Z adding 'torch/_dynamo/variables/lazy.py' 2024-12-17T23:48:09.7474040Z adding 'torch/_dynamo/variables/lists.py' 2024-12-17T23:48:09.7485980Z adding 'torch/_dynamo/variables/misc.py' 2024-12-17T23:48:09.7495510Z adding 'torch/_dynamo/variables/nn_module.py' 2024-12-17T23:48:09.7499260Z adding 'torch/_dynamo/variables/optimizer.py' 2024-12-17T23:48:09.7500530Z adding 'torch/_dynamo/variables/script_object.py' 2024-12-17T23:48:09.7501880Z adding 'torch/_dynamo/variables/sdpa.py' 2024-12-17T23:48:09.7513280Z adding 'torch/_dynamo/variables/tensor.py' 2024-12-17T23:48:09.7522960Z adding 'torch/_dynamo/variables/torch.py' 2024-12-17T23:48:09.7528500Z adding 'torch/_dynamo/variables/torch_function.py' 2024-12-17T23:48:09.7539980Z adding 'torch/_dynamo/variables/user_defined.py' 2024-12-17T23:48:09.7544020Z adding 'torch/_export/__init__.py' 2024-12-17T23:48:09.7557550Z adding 'torch/_export/converter.py' 2024-12-17T23:48:09.7558870Z adding 'torch/_export/error.py' 2024-12-17T23:48:09.7564330Z adding 'torch/_export/non_strict_utils.py' 2024-12-17T23:48:09.7567930Z adding 'torch/_export/pass_base.py' 2024-12-17T23:48:09.7569490Z adding 'torch/_export/tools.py' 2024-12-17T23:48:09.7579720Z adding 'torch/_export/utils.py' 2024-12-17T23:48:09.7583560Z adding 'torch/_export/verifier.py' 2024-12-17T23:48:09.7584990Z adding 'torch/_export/wrappers.py' 2024-12-17T23:48:09.7586270Z adding 'torch/_export/db/__init__.py' 2024-12-17T23:48:09.7588470Z adding 'torch/_export/db/case.py' 2024-12-17T23:48:09.7589230Z adding 'torch/_export/db/gen_example.py' 2024-12-17T23:48:09.7590440Z adding 'torch/_export/db/logging.py' 2024-12-17T23:48:09.7592570Z adding 'torch/_export/db/examples/__init__.py' 2024-12-17T23:48:09.7593390Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-12-17T23:48:09.7594470Z adding 'torch/_export/db/examples/autograd_function.py' 2024-12-17T23:48:09.7595460Z adding 'torch/_export/db/examples/class_method.py' 2024-12-17T23:48:09.7596640Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-12-17T23:48:09.7597850Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-12-17T23:48:09.7599090Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-12-17T23:48:09.7600110Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-12-17T23:48:09.7601150Z adding 'torch/_export/db/examples/cond_operands.py' 2024-12-17T23:48:09.7602250Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-12-17T23:48:09.7603330Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-12-17T23:48:09.7604410Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-12-17T23:48:09.7605370Z adding 'torch/_export/db/examples/decorator.py' 2024-12-17T23:48:09.7606450Z adding 'torch/_export/db/examples/dictionary.py' 2024-12-17T23:48:09.7607390Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-12-17T23:48:09.7608410Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-12-17T23:48:09.7609410Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-12-17T23:48:09.7610420Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-12-17T23:48:09.7611460Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-12-17T23:48:09.7612480Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-12-17T23:48:09.7613450Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-12-17T23:48:09.7614500Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-12-17T23:48:09.7615480Z adding 'torch/_export/db/examples/list_contains.py' 2024-12-17T23:48:09.7616480Z adding 'torch/_export/db/examples/list_unpack.py' 2024-12-17T23:48:09.7617540Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-12-17T23:48:09.7618540Z adding 'torch/_export/db/examples/nested_function.py' 2024-12-17T23:48:09.7619530Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-12-17T23:48:09.7620490Z adding 'torch/_export/db/examples/optional_input.py' 2024-12-17T23:48:09.7621490Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-12-17T23:48:09.7622460Z adding 'torch/_export/db/examples/scalar_output.py' 2024-12-17T23:48:09.7623480Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-12-17T23:48:09.7624440Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-12-17T23:48:09.7625430Z adding 'torch/_export/db/examples/static_if.py' 2024-12-17T23:48:09.7626360Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-12-17T23:48:09.7627370Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-12-17T23:48:09.7628380Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-12-17T23:48:09.7629390Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-12-17T23:48:09.7630460Z adding 'torch/_export/pass_infra/__init__.py' 2024-12-17T23:48:09.7631560Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-12-17T23:48:09.7632660Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-12-17T23:48:09.7633890Z adding 'torch/_export/passes/__init__.py' 2024-12-17T23:48:09.7635330Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-12-17T23:48:09.7638280Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-12-17T23:48:09.7639900Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-12-17T23:48:09.7643120Z adding 'torch/_export/passes/constant_folding.py' 2024-12-17T23:48:09.7644420Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-12-17T23:48:09.7645660Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2024-12-17T23:48:09.7649170Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-12-17T23:48:09.7650050Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-12-17T23:48:09.7652490Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-12-17T23:48:09.7657590Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-12-17T23:48:09.7659000Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-12-17T23:48:09.7660340Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-12-17T23:48:09.7662690Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-12-17T23:48:09.7663530Z adding 'torch/_export/serde/__init__.py' 2024-12-17T23:48:09.7664500Z adding 'torch/_export/serde/aoti_schema.py' 2024-12-17T23:48:09.7667550Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-12-17T23:48:09.7670220Z adding 'torch/_export/serde/schema.py' 2024-12-17T23:48:09.7672330Z adding 'torch/_export/serde/schema.thrift' 2024-12-17T23:48:09.7674450Z adding 'torch/_export/serde/schema.yaml' 2024-12-17T23:48:09.7678680Z adding 'torch/_export/serde/schema_check.py' 2024-12-17T23:48:09.7704270Z adding 'torch/_export/serde/serialize.py' 2024-12-17T23:48:09.7706090Z adding 'torch/_export/serde/union.py' 2024-12-17T23:48:09.7707290Z adding 'torch/_functorch/__init__.py' 2024-12-17T23:48:09.7724040Z adding 'torch/_functorch/aot_autograd.py' 2024-12-17T23:48:09.7728450Z adding 'torch/_functorch/apis.py' 2024-12-17T23:48:09.7734710Z adding 'torch/_functorch/autograd_function.py' 2024-12-17T23:48:09.7735740Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-12-17T23:48:09.7738000Z adding 'torch/_functorch/benchmark_utils.py' 2024-12-17T23:48:09.7740260Z adding 'torch/_functorch/compile_utils.py' 2024-12-17T23:48:09.7743520Z adding 'torch/_functorch/compilers.py' 2024-12-17T23:48:09.7746400Z adding 'torch/_functorch/config.py' 2024-12-17T23:48:09.7747810Z adding 'torch/_functorch/deprecated.py' 2024-12-17T23:48:09.7763100Z adding 'torch/_functorch/eager_transforms.py' 2024-12-17T23:48:09.7766340Z adding 'torch/_functorch/functional_call.py' 2024-12-17T23:48:09.7770290Z adding 'torch/_functorch/fx_minifier.py' 2024-12-17T23:48:09.7774950Z adding 'torch/_functorch/make_functional.py' 2024-12-17T23:48:09.7791960Z adding 'torch/_functorch/partitioners.py' 2024-12-17T23:48:09.7794800Z adding 'torch/_functorch/pyfunctorch.py' 2024-12-17T23:48:09.7795620Z adding 'torch/_functorch/python_key.py' 2024-12-17T23:48:09.7796670Z adding 'torch/_functorch/pytree_hacks.py' 2024-12-17T23:48:09.7801700Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-12-17T23:48:09.7802620Z adding 'torch/_functorch/utils.py' 2024-12-17T23:48:09.7807380Z adding 'torch/_functorch/vmap.py' 2024-12-17T23:48:09.7808500Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2024-12-17T23:48:09.7810690Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2024-12-17T23:48:09.7811560Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-12-17T23:48:09.7819930Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-12-17T23:48:09.7829870Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-12-17T23:48:09.7833120Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-12-17T23:48:09.7838000Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-12-17T23:48:09.7842400Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-12-17T23:48:09.7850320Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-12-17T23:48:09.7852410Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-12-17T23:48:09.7873140Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-12-17T23:48:09.7883090Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-12-17T23:48:09.7884570Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2024-12-17T23:48:09.7889060Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-12-17T23:48:09.7898830Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-12-17T23:48:09.7903490Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-12-17T23:48:09.7904800Z adding 'torch/_higher_order_ops/__init__.py' 2024-12-17T23:48:09.7909040Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-12-17T23:48:09.7914660Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-12-17T23:48:09.7919810Z adding 'torch/_higher_order_ops/cond.py' 2024-12-17T23:48:09.7922540Z adding 'torch/_higher_order_ops/effects.py' 2024-12-17T23:48:09.7924700Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-12-17T23:48:09.7931330Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-12-17T23:48:09.7933150Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-12-17T23:48:09.7936240Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2024-12-17T23:48:09.7938630Z adding 'torch/_higher_order_ops/map.py' 2024-12-17T23:48:09.7940720Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-12-17T23:48:09.7942870Z adding 'torch/_higher_order_ops/prim_hop_base.py' 2024-12-17T23:48:09.7943840Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-12-17T23:48:09.7948350Z adding 'torch/_higher_order_ops/scan.py' 2024-12-17T23:48:09.7949680Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-12-17T23:48:09.7951740Z adding 'torch/_higher_order_ops/torchbind.py' 2024-12-17T23:48:09.7962780Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-12-17T23:48:09.7967390Z adding 'torch/_higher_order_ops/utils.py' 2024-12-17T23:48:09.7970640Z adding 'torch/_higher_order_ops/while_loop.py' 2024-12-17T23:48:09.7973260Z adding 'torch/_higher_order_ops/wrap.py' 2024-12-17T23:48:09.7976630Z adding 'torch/_inductor/__init__.py' 2024-12-17T23:48:09.7980200Z adding 'torch/_inductor/aoti_eager.py' 2024-12-17T23:48:09.7983280Z adding 'torch/_inductor/async_compile.py' 2024-12-17T23:48:09.7989490Z adding 'torch/_inductor/autotune_process.py' 2024-12-17T23:48:09.7991390Z adding 'torch/_inductor/bounds.py' 2024-12-17T23:48:09.7994420Z adding 'torch/_inductor/choices.py' 2024-12-17T23:48:09.8022130Z adding 'torch/_inductor/codecache.py' 2024-12-17T23:48:09.8025190Z adding 'torch/_inductor/comm_analysis.py' 2024-12-17T23:48:09.8027960Z adding 'torch/_inductor/comm_lowering.py' 2024-12-17T23:48:09.8034870Z adding 'torch/_inductor/comms.py' 2024-12-17T23:48:09.8052910Z adding 'torch/_inductor/compile_fx.py' 2024-12-17T23:48:09.8057600Z adding 'torch/_inductor/compiler_bisector.py' 2024-12-17T23:48:09.8071810Z adding 'torch/_inductor/config.py' 2024-12-17T23:48:09.8075480Z adding 'torch/_inductor/constant_folding.py' 2024-12-17T23:48:09.8086070Z adding 'torch/_inductor/cpp_builder.py' 2024-12-17T23:48:09.8089600Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-12-17T23:48:09.8114120Z adding 'torch/_inductor/cudagraph_trees.py' 2024-12-17T23:48:09.8117370Z adding 'torch/_inductor/cudagraph_utils.py' 2024-12-17T23:48:09.8118550Z adding 'torch/_inductor/custom_graph_pass.py' 2024-12-17T23:48:09.8124250Z adding 'torch/_inductor/debug.py' 2024-12-17T23:48:09.8131500Z adding 'torch/_inductor/decomposition.py' 2024-12-17T23:48:09.8138280Z adding 'torch/_inductor/dependencies.py' 2024-12-17T23:48:09.8140910Z adding 'torch/_inductor/dtype_propagation.py' 2024-12-17T23:48:09.8142130Z adding 'torch/_inductor/exc.py' 2024-12-17T23:48:09.8143280Z adding 'torch/_inductor/extern_node_serializer.py' 2024-12-17T23:48:09.8146170Z adding 'torch/_inductor/freezing.py' 2024-12-17T23:48:09.8148640Z adding 'torch/_inductor/fx_utils.py' 2024-12-17T23:48:09.8168620Z adding 'torch/_inductor/graph.py' 2024-12-17T23:48:09.8169760Z adding 'torch/_inductor/hooks.py' 2024-12-17T23:48:09.8173170Z adding 'torch/_inductor/index_propagation.py' 2024-12-17T23:48:09.8175270Z adding 'torch/_inductor/inductor_prims.py' 2024-12-17T23:48:09.8232080Z adding 'torch/_inductor/ir.py' 2024-12-17T23:48:09.8235830Z adding 'torch/_inductor/jagged_lowerings.py' 2024-12-17T23:48:09.8241130Z adding 'torch/_inductor/loop_body.py' 2024-12-17T23:48:09.8286600Z adding 'torch/_inductor/lowering.py' 2024-12-17T23:48:09.8293130Z adding 'torch/_inductor/memory.py' 2024-12-17T23:48:09.8296420Z adding 'torch/_inductor/metrics.py' 2024-12-17T23:48:09.8302300Z adding 'torch/_inductor/mkldnn_ir.py' 2024-12-17T23:48:09.8308210Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-12-17T23:48:09.8310530Z adding 'torch/_inductor/mock_cache.py' 2024-12-17T23:48:09.8316670Z adding 'torch/_inductor/ops_handler.py' 2024-12-17T23:48:09.8318480Z adding 'torch/_inductor/optimize_indexing.py' 2024-12-17T23:48:09.8323530Z adding 'torch/_inductor/output_code.py' 2024-12-17T23:48:09.8340230Z adding 'torch/_inductor/pattern_matcher.py' 2024-12-17T23:48:09.8341840Z adding 'torch/_inductor/quantized_lowerings.py' 2024-12-17T23:48:09.8345120Z adding 'torch/_inductor/remote_cache.py' 2024-12-17T23:48:09.8378560Z adding 'torch/_inductor/scheduler.py' 2024-12-17T23:48:09.8394380Z adding 'torch/_inductor/select_algorithm.py' 2024-12-17T23:48:09.8402200Z adding 'torch/_inductor/sizevars.py' 2024-12-17T23:48:09.8404660Z adding 'torch/_inductor/subgraph_lowering.py' 2024-12-17T23:48:09.8405610Z adding 'torch/_inductor/test_case.py' 2024-12-17T23:48:09.8406730Z adding 'torch/_inductor/test_operators.py' 2024-12-17T23:48:09.8409640Z adding 'torch/_inductor/triton_bundler.py' 2024-12-17T23:48:09.8427660Z adding 'torch/_inductor/utils.py' 2024-12-17T23:48:09.8431020Z adding 'torch/_inductor/virtualized.py' 2024-12-17T23:48:09.8434360Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-12-17T23:48:09.8435390Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-12-17T23:48:09.8438600Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-12-17T23:48:09.8441280Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-12-17T23:48:09.8442820Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-12-17T23:48:09.8444180Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-12-17T23:48:09.8448770Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-12-17T23:48:09.8453380Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-12-17T23:48:09.8455480Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-12-17T23:48:09.8456850Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-12-17T23:48:09.8458450Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-12-17T23:48:09.8459360Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-12-17T23:48:09.8460700Z adding 'torch/_inductor/codegen/__init__.py' 2024-12-17T23:48:09.8461870Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-12-17T23:48:09.8463900Z adding 'torch/_inductor/codegen/block_analysis.py' 2024-12-17T23:48:09.8480440Z adding 'torch/_inductor/codegen/common.py' 2024-12-17T23:48:09.8523470Z adding 'torch/_inductor/codegen/cpp.py' 2024-12-17T23:48:09.8526920Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2024-12-17T23:48:09.8535180Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2024-12-17T23:48:09.8547430Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-12-17T23:48:09.8553470Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-12-17T23:48:09.8559790Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-12-17T23:48:09.8561410Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-12-17T23:48:09.8565420Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-12-17T23:48:09.8571320Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-12-17T23:48:09.8591090Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-12-17T23:48:09.8600410Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-12-17T23:48:09.8605530Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-12-17T23:48:09.8606440Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-12-17T23:48:09.8607950Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-12-17T23:48:09.8610740Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-12-17T23:48:09.8623280Z adding 'torch/_inductor/codegen/halide.py' 2024-12-17T23:48:09.8628920Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-12-17T23:48:09.8632940Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-12-17T23:48:09.8648250Z adding 'torch/_inductor/codegen/simd.py' 2024-12-17T23:48:09.8650510Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2024-12-17T23:48:09.8682190Z adding 'torch/_inductor/codegen/triton.py' 2024-12-17T23:48:09.8691790Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-12-17T23:48:09.8694220Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-12-17T23:48:09.8696320Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-12-17T23:48:09.8717640Z adding 'torch/_inductor/codegen/wrapper.py' 2024-12-17T23:48:09.8719900Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-12-17T23:48:09.8722550Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-12-17T23:48:09.8723500Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-12-17T23:48:09.8725540Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-12-17T23:48:09.8726370Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-12-17T23:48:09.8730930Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-12-17T23:48:09.8733370Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-12-17T23:48:09.8736170Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-12-17T23:48:09.8739190Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-12-17T23:48:09.8741320Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-12-17T23:48:09.8752160Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-12-17T23:48:09.8753380Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-12-17T23:48:09.8755910Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-12-17T23:48:09.8756750Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-12-17T23:48:09.8761310Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2024-12-17T23:48:09.8762590Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-12-17T23:48:09.8768880Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-12-17T23:48:09.8770390Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-12-17T23:48:09.8772400Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-12-17T23:48:09.8773780Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-12-17T23:48:09.8776580Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-12-17T23:48:09.8778700Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-12-17T23:48:09.8779350Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-12-17T23:48:09.8780400Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-12-17T23:48:09.8781690Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-12-17T23:48:09.8782750Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-12-17T23:48:09.8783890Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-12-17T23:48:09.8787070Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-12-17T23:48:09.8787950Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-12-17T23:48:09.8789230Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-12-17T23:48:09.8794660Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-12-17T23:48:09.8798460Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-12-17T23:48:09.8803500Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-12-17T23:48:09.8805050Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-12-17T23:48:09.8806460Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-12-17T23:48:09.8809450Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-12-17T23:48:09.8811600Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-12-17T23:48:09.8816430Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-12-17T23:48:09.8825580Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-12-17T23:48:09.8831290Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-12-17T23:48:09.8837050Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-12-17T23:48:09.8838600Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-12-17T23:48:09.8847330Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-12-17T23:48:09.8849550Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-12-17T23:48:09.8855160Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-12-17T23:48:09.8864320Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-12-17T23:48:09.8869840Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-12-17T23:48:09.8887300Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-12-17T23:48:09.8894060Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-12-17T23:48:09.8895600Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-12-17T23:48:09.8915430Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-12-17T23:48:09.8917010Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-12-17T23:48:09.8919120Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-12-17T23:48:09.8920730Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-12-17T23:48:09.8923090Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-12-17T23:48:09.8925250Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-12-17T23:48:09.8926420Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-12-17T23:48:09.8928570Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-12-17T23:48:09.8930820Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-12-17T23:48:09.8933810Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-12-17T23:48:09.8936080Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-12-17T23:48:09.8938730Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-12-17T23:48:09.8940870Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-12-17T23:48:09.8942150Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-12-17T23:48:09.8944320Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-12-17T23:48:09.8945630Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-12-17T23:48:09.8947280Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-12-17T23:48:09.8949420Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-12-17T23:48:09.8950800Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-12-17T23:48:09.8952930Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-12-17T23:48:09.8954530Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-12-17T23:48:09.8955680Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-12-17T23:48:09.8956720Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-12-17T23:48:09.8957810Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-12-17T23:48:09.8958980Z adding 'torch/_inductor/kernel/__init__.py' 2024-12-17T23:48:09.8961610Z adding 'torch/_inductor/kernel/bmm.py' 2024-12-17T23:48:09.8966100Z adding 'torch/_inductor/kernel/conv.py' 2024-12-17T23:48:09.8983380Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-12-17T23:48:09.8988790Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-12-17T23:48:09.8994150Z adding 'torch/_inductor/kernel/mm.py' 2024-12-17T23:48:09.8998060Z adding 'torch/_inductor/kernel/mm_common.py' 2024-12-17T23:48:09.9000380Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-12-17T23:48:09.9004620Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-12-17T23:48:09.9005890Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-12-17T23:48:09.9007110Z adding 'torch/_inductor/package/__init__.py' 2024-12-17T23:48:09.9008080Z adding 'torch/_inductor/package/build_package.py' 2024-12-17T23:48:09.9011090Z adding 'torch/_inductor/package/package.py' 2024-12-17T23:48:09.9012020Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-12-17T23:48:09.9013130Z adding 'torch/_inductor/runtime/__init__.py' 2024-12-17T23:48:09.9017360Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-12-17T23:48:09.9019640Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-12-17T23:48:09.9020450Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2024-12-17T23:48:09.9021830Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-12-17T23:48:09.9024570Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-12-17T23:48:09.9025790Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-12-17T23:48:09.9028030Z adding 'torch/_inductor/runtime/hints.py' 2024-12-17T23:48:09.9029430Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-12-17T23:48:09.9034290Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-12-17T23:48:09.9050190Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-12-17T23:48:09.9052260Z adding 'torch/_lazy/__init__.py' 2024-12-17T23:48:09.9053880Z adding 'torch/_lazy/closure.py' 2024-12-17T23:48:09.9054840Z adding 'torch/_lazy/computation.py' 2024-12-17T23:48:09.9055830Z adding 'torch/_lazy/config.py' 2024-12-17T23:48:09.9056890Z adding 'torch/_lazy/debug.py' 2024-12-17T23:48:09.9057920Z adding 'torch/_lazy/device_context.py' 2024-12-17T23:48:09.9060790Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-12-17T23:48:09.9061480Z adding 'torch/_lazy/ir_cache.py' 2024-12-17T23:48:09.9062520Z adding 'torch/_lazy/metrics.py' 2024-12-17T23:48:09.9063630Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-12-17T23:48:09.9064560Z adding 'torch/_lazy/ts_backend.py' 2024-12-17T23:48:09.9065750Z adding 'torch/_library/__init__.py' 2024-12-17T23:48:09.9068420Z adding 'torch/_library/autograd.py' 2024-12-17T23:48:09.9075080Z adding 'torch/_library/custom_ops.py' 2024-12-17T23:48:09.9078300Z adding 'torch/_library/fake_class_registry.py' 2024-12-17T23:48:09.9080580Z adding 'torch/_library/fake_impl.py' 2024-12-17T23:48:09.9083410Z adding 'torch/_library/infer_schema.py' 2024-12-17T23:48:09.9084500Z adding 'torch/_library/simple_registry.py' 2024-12-17T23:48:09.9087400Z adding 'torch/_library/triton.py' 2024-12-17T23:48:09.9091560Z adding 'torch/_library/utils.py' 2024-12-17T23:48:09.9092720Z adding 'torch/_logging/__init__.py' 2024-12-17T23:48:09.9103430Z adding 'torch/_logging/_internal.py' 2024-12-17T23:48:09.9105630Z adding 'torch/_logging/_registrations.py' 2024-12-17T23:48:09.9106730Z adding 'torch/_logging/scribe.py' 2024-12-17T23:48:09.9107880Z adding 'torch/_logging/structured.py' 2024-12-17T23:48:09.9109290Z adding 'torch/_numpy/__init__.py' 2024-12-17T23:48:09.9110630Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-12-17T23:48:09.9114130Z adding 'torch/_numpy/_casting_dicts.py' 2024-12-17T23:48:09.9117320Z adding 'torch/_numpy/_dtypes.py' 2024-12-17T23:48:09.9119560Z adding 'torch/_numpy/_dtypes_impl.py' 2024-12-17T23:48:09.9120610Z adding 'torch/_numpy/_funcs.py' 2024-12-17T23:48:09.9133880Z adding 'torch/_numpy/_funcs_impl.py' 2024-12-17T23:48:09.9134920Z adding 'torch/_numpy/_getlimits.py' 2024-12-17T23:48:09.9139160Z adding 'torch/_numpy/_ndarray.py' 2024-12-17T23:48:09.9141570Z adding 'torch/_numpy/_normalizations.py' 2024-12-17T23:48:09.9144290Z adding 'torch/_numpy/_reductions_impl.py' 2024-12-17T23:48:09.9146530Z adding 'torch/_numpy/_ufuncs.py' 2024-12-17T23:48:09.9147430Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-12-17T23:48:09.9150160Z adding 'torch/_numpy/_util.py' 2024-12-17T23:48:09.9151060Z adding 'torch/_numpy/fft.py' 2024-12-17T23:48:09.9153010Z adding 'torch/_numpy/linalg.py' 2024-12-17T23:48:09.9154410Z adding 'torch/_numpy/random.py' 2024-12-17T23:48:09.9155760Z adding 'torch/_numpy/testing/__init__.py' 2024-12-17T23:48:09.9172650Z adding 'torch/_numpy/testing/utils.py' 2024-12-17T23:48:09.9189340Z adding 'torch/_prims/__init__.py' 2024-12-17T23:48:09.9191770Z adding 'torch/_prims/context.py' 2024-12-17T23:48:09.9192830Z adding 'torch/_prims/debug_prims.py' 2024-12-17T23:48:09.9194120Z adding 'torch/_prims/executor.py' 2024-12-17T23:48:09.9197000Z adding 'torch/_prims/rng_prims.py' 2024-12-17T23:48:09.9213290Z adding 'torch/_prims_common/__init__.py' 2024-12-17T23:48:09.9217760Z adding 'torch/_prims_common/wrappers.py' 2024-12-17T23:48:09.9264350Z adding 'torch/_refs/__init__.py' 2024-12-17T23:48:09.9266870Z adding 'torch/_refs/_conversions.py' 2024-12-17T23:48:09.9270310Z adding 'torch/_refs/fft.py' 2024-12-17T23:48:09.9273250Z adding 'torch/_refs/linalg/__init__.py' 2024-12-17T23:48:09.9274170Z adding 'torch/_refs/nn/__init__.py' 2024-12-17T23:48:09.9282450Z adding 'torch/_refs/nn/functional/__init__.py' 2024-12-17T23:48:09.9284580Z adding 'torch/_refs/special/__init__.py' 2024-12-17T23:48:09.9285460Z adding 'torch/_strobelight/__init__.py' 2024-12-17T23:48:09.9288350Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-12-17T23:48:09.9290460Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-12-17T23:48:09.9291510Z adding 'torch/_subclasses/__init__.py' 2024-12-17T23:48:09.9294120Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-12-17T23:48:09.9301290Z adding 'torch/_subclasses/fake_impls.py' 2024-12-17T23:48:09.9328760Z adding 'torch/_subclasses/fake_tensor.py' 2024-12-17T23:48:09.9332100Z adding 'torch/_subclasses/fake_utils.py' 2024-12-17T23:48:09.9339520Z adding 'torch/_subclasses/functional_tensor.py' 2024-12-17T23:48:09.9357640Z adding 'torch/_subclasses/meta_utils.py' 2024-12-17T23:48:09.9360410Z adding 'torch/_subclasses/schema_check_mode.py' 2024-12-17T23:48:09.9361370Z adding 'torch/_vendor/__init__.py' 2024-12-17T23:48:09.9362730Z adding 'torch/_vendor/packaging/__init__.py' 2024-12-17T23:48:09.9363830Z adding 'torch/_vendor/packaging/_structures.py' 2024-12-17T23:48:09.9367820Z adding 'torch/_vendor/packaging/version.py' 2024-12-17T23:48:09.9369620Z adding 'torch/accelerator/__init__.py' 2024-12-17T23:48:09.9370510Z adding 'torch/accelerator/_utils.py' 2024-12-17T23:48:09.9371670Z adding 'torch/amp/__init__.py' 2024-12-17T23:48:09.9376690Z adding 'torch/amp/autocast_mode.py' 2024-12-17T23:48:09.9383300Z adding 'torch/amp/grad_scaler.py' 2024-12-17T23:48:09.9384550Z adding 'torch/ao/__init__.py' 2024-12-17T23:48:09.9385880Z adding 'torch/ao/nn/__init__.py' 2024-12-17T23:48:09.9387220Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-12-17T23:48:09.9388480Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-12-17T23:48:09.9390550Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-12-17T23:48:09.9395480Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-12-17T23:48:09.9395740Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-12-17T23:48:09.9398110Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-12-17T23:48:09.9400440Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-12-17T23:48:09.9401310Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-12-17T23:48:09.9402600Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-12-17T23:48:09.9403790Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-12-17T23:48:09.9404970Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-12-17T23:48:09.9406250Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-12-17T23:48:09.9407490Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-12-17T23:48:09.9408810Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-12-17T23:48:09.9410270Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-12-17T23:48:09.9412160Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-12-17T23:48:09.9413750Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-12-17T23:48:09.9414830Z adding 'torch/ao/nn/qat/__init__.py' 2024-12-17T23:48:09.9415890Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-12-17T23:48:09.9417000Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-12-17T23:48:09.9418110Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-12-17T23:48:09.9419300Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-12-17T23:48:09.9421660Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-12-17T23:48:09.9423250Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-12-17T23:48:09.9424870Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-12-17T23:48:09.9425940Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-12-17T23:48:09.9427090Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-12-17T23:48:09.9431820Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-12-17T23:48:09.9436450Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-12-17T23:48:09.9437640Z adding 'torch/ao/nn/quantized/__init__.py' 2024-12-17T23:48:09.9442600Z adding 'torch/ao/nn/quantized/functional.py' 2024-12-17T23:48:09.9443590Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-12-17T23:48:09.9444840Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-12-17T23:48:09.9447620Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-12-17T23:48:09.9449740Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-12-17T23:48:09.9458010Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-12-17T23:48:09.9460220Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-12-17T23:48:09.9462720Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-12-17T23:48:09.9463930Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-12-17T23:48:09.9469640Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-12-17T23:48:09.9470700Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-12-17T23:48:09.9473750Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-12-17T23:48:09.9475910Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-12-17T23:48:09.9478830Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-12-17T23:48:09.9480290Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-12-17T23:48:09.9481590Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-12-17T23:48:09.9483290Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-12-17T23:48:09.9485010Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-12-17T23:48:09.9485920Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-12-17T23:48:09.9488330Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-12-17T23:48:09.9489460Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-12-17T23:48:09.9494120Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-12-17T23:48:09.9495410Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-12-17T23:48:09.9498590Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-12-17T23:48:09.9499380Z adding 'torch/ao/nn/sparse/__init__.py' 2024-12-17T23:48:09.9500560Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-12-17T23:48:09.9503100Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-12-17T23:48:09.9503980Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-12-17T23:48:09.9505160Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-12-17T23:48:09.9507390Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-12-17T23:48:09.9508190Z adding 'torch/ao/ns/__init__.py' 2024-12-17T23:48:09.9512350Z adding 'torch/ao/ns/_numeric_suite.py' 2024-12-17T23:48:09.9520380Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-12-17T23:48:09.9521350Z adding 'torch/ao/ns/fx/__init__.py' 2024-12-17T23:48:09.9526010Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-12-17T23:48:09.9534790Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-12-17T23:48:09.9539120Z adding 'torch/ao/ns/fx/mappings.py' 2024-12-17T23:48:09.9549920Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-12-17T23:48:09.9551290Z adding 'torch/ao/ns/fx/ns_types.py' 2024-12-17T23:48:09.9553780Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-12-17T23:48:09.9556430Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-12-17T23:48:09.9560650Z adding 'torch/ao/ns/fx/utils.py' 2024-12-17T23:48:09.9563200Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-12-17T23:48:09.9564280Z adding 'torch/ao/pruning/__init__.py' 2024-12-17T23:48:09.9565300Z adding 'torch/ao/pruning/_mappings.py' 2024-12-17T23:48:09.9566500Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-12-17T23:48:09.9567640Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-12-17T23:48:09.9580290Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-12-17T23:48:09.9581390Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-12-17T23:48:09.9584240Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-12-17T23:48:09.9585260Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-12-17T23:48:09.9589030Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-12-17T23:48:09.9591330Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-12-17T23:48:09.9592950Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-12-17T23:48:09.9594040Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-12-17T23:48:09.9595300Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-12-17T23:48:09.9596540Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-12-17T23:48:09.9598350Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-12-17T23:48:09.9600530Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-12-17T23:48:09.9601330Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-12-17T23:48:09.9604240Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-12-17T23:48:09.9605400Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-12-17T23:48:09.9606660Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-12-17T23:48:09.9607910Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-12-17T23:48:09.9611960Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-12-17T23:48:09.9612940Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-12-17T23:48:09.9613980Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-12-17T23:48:09.9616290Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-12-17T23:48:09.9617580Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-12-17T23:48:09.9618930Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-12-17T23:48:09.9619980Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-12-17T23:48:09.9623540Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-12-17T23:48:09.9624680Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-12-17T23:48:09.9626860Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-12-17T23:48:09.9629270Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-12-17T23:48:09.9631680Z adding 'torch/ao/quantization/__init__.py' 2024-12-17T23:48:09.9633470Z adding 'torch/ao/quantization/_correct_bias.py' 2024-12-17T23:48:09.9636320Z adding 'torch/ao/quantization/_equalize.py' 2024-12-17T23:48:09.9638470Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-12-17T23:48:09.9642680Z adding 'torch/ao/quantization/fake_quantize.py' 2024-12-17T23:48:09.9644900Z adding 'torch/ao/quantization/fuse_modules.py' 2024-12-17T23:48:09.9647310Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-12-17T23:48:09.9660280Z adding 'torch/ao/quantization/observer.py' 2024-12-17T23:48:09.9665240Z adding 'torch/ao/quantization/qconfig.py' 2024-12-17T23:48:09.9668440Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-12-17T23:48:09.9669310Z adding 'torch/ao/quantization/quant_type.py' 2024-12-17T23:48:09.9672390Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-12-17T23:48:09.9678630Z adding 'torch/ao/quantization/quantize.py' 2024-12-17T23:48:09.9684470Z adding 'torch/ao/quantization/quantize_fx.py' 2024-12-17T23:48:09.9688020Z adding 'torch/ao/quantization/quantize_jit.py' 2024-12-17T23:48:09.9690610Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-12-17T23:48:09.9691660Z adding 'torch/ao/quantization/stubs.py' 2024-12-17T23:48:09.9698370Z adding 'torch/ao/quantization/utils.py' 2024-12-17T23:48:09.9699820Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-12-17T23:48:09.9704580Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-12-17T23:48:09.9706210Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-12-17T23:48:09.9712270Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-12-17T23:48:09.9715350Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-12-17T23:48:09.9716550Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-12-17T23:48:09.9718600Z adding 'torch/ao/quantization/backend_config/native.py' 2024-12-17T23:48:09.9719160Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-12-17T23:48:09.9722430Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-12-17T23:48:09.9723740Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-12-17T23:48:09.9725230Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-12-17T23:48:09.9728390Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-12-17T23:48:09.9729530Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-12-17T23:48:09.9730900Z adding 'torch/ao/quantization/fx/__init__.py' 2024-12-17T23:48:09.9737190Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-12-17T23:48:09.9745250Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-12-17T23:48:09.9755180Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-12-17T23:48:09.9767210Z adding 'torch/ao/quantization/fx/convert.py' 2024-12-17T23:48:09.9770900Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-12-17T23:48:09.9773240Z adding 'torch/ao/quantization/fx/fuse.py' 2024-12-17T23:48:09.9774720Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-12-17T23:48:09.9776820Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-12-17T23:48:09.9777650Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-12-17T23:48:09.9778640Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-12-17T23:48:09.9781390Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-12-17T23:48:09.9783860Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-12-17T23:48:09.9785110Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-12-17T23:48:09.9805880Z adding 'torch/ao/quantization/fx/prepare.py' 2024-12-17T23:48:09.9810220Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-12-17T23:48:09.9812700Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-12-17T23:48:09.9813980Z adding 'torch/ao/quantization/fx/tracer.py' 2024-12-17T23:48:09.9822640Z adding 'torch/ao/quantization/fx/utils.py' 2024-12-17T23:48:09.9823940Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-12-17T23:48:09.9838940Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-12-17T23:48:09.9845750Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-12-17T23:48:09.9848910Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-12-17T23:48:09.9855780Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-12-17T23:48:09.9857040Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-12-17T23:48:09.9860410Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-12-17T23:48:09.9861740Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-12-17T23:48:09.9864340Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-12-17T23:48:09.9866180Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-12-17T23:48:09.9868990Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-12-17T23:48:09.9874380Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-12-17T23:48:09.9882100Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-12-17T23:48:09.9887540Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-12-17T23:48:09.9888740Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-12-17T23:48:09.9893450Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-12-17T23:48:09.9894690Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-12-17T23:48:09.9896320Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-12-17T23:48:09.9897910Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-12-17T23:48:09.9900500Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-12-17T23:48:09.9901800Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-12-17T23:48:09.9912360Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-12-17T23:48:09.9916140Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-12-17T23:48:09.9922840Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-12-17T23:48:09.9925030Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2024-12-17T23:48:09.9931160Z adding 'torch/autograd/__init__.py' 2024-12-17T23:48:09.9933050Z adding 'torch/autograd/anomaly_mode.py' 2024-12-17T23:48:09.9935520Z adding 'torch/autograd/forward_ad.py' 2024-12-17T23:48:09.9942610Z adding 'torch/autograd/function.py' 2024-12-17T23:48:09.9952230Z adding 'torch/autograd/functional.py' 2024-12-17T23:48:09.9955300Z adding 'torch/autograd/grad_mode.py' 2024-12-17T23:48:09.9976040Z adding 'torch/autograd/gradcheck.py' 2024-12-17T23:48:09.9983290Z adding 'torch/autograd/graph.py' 2024-12-17T23:48:09.9993560Z adding 'torch/autograd/profiler.py' 2024-12-17T23:48:09.9996780Z adding 'torch/autograd/profiler_legacy.py' 2024-12-17T23:48:10.0168260Z adding 'torch/autograd/profiler_util.py' 2024-12-17T23:48:10.0169520Z adding 'torch/autograd/variable.py' 2024-12-17T23:48:10.0170790Z adding 'torch/autograd/_functions/__init__.py' 2024-12-17T23:48:10.0172030Z adding 'torch/autograd/_functions/tensor.py' 2024-12-17T23:48:10.0173360Z adding 'torch/autograd/_functions/utils.py' 2024-12-17T23:48:10.0175120Z adding 'torch/backends/__init__.py' 2024-12-17T23:48:10.0176150Z adding 'torch/backends/_coreml/__init__.py' 2024-12-17T23:48:10.0177970Z adding 'torch/backends/_coreml/preprocess.py' 2024-12-17T23:48:10.0178990Z adding 'torch/backends/_nnapi/__init__.py' 2024-12-17T23:48:10.0181160Z adding 'torch/backends/_nnapi/prepare.py' 2024-12-17T23:48:10.0197190Z adding 'torch/backends/_nnapi/serializer.py' 2024-12-17T23:48:10.0198760Z adding 'torch/backends/cpu/__init__.py' 2024-12-17T23:48:10.0202360Z adding 'torch/backends/cuda/__init__.py' 2024-12-17T23:48:10.0204700Z adding 'torch/backends/cudnn/__init__.py' 2024-12-17T23:48:10.0205940Z adding 'torch/backends/cudnn/rnn.py' 2024-12-17T23:48:10.0207350Z adding 'torch/backends/cusparselt/__init__.py' 2024-12-17T23:48:10.0208620Z adding 'torch/backends/mha/__init__.py' 2024-12-17T23:48:10.0209980Z adding 'torch/backends/mkl/__init__.py' 2024-12-17T23:48:10.0211780Z adding 'torch/backends/mkldnn/__init__.py' 2024-12-17T23:48:10.0213080Z adding 'torch/backends/mps/__init__.py' 2024-12-17T23:48:10.0214300Z adding 'torch/backends/nnpack/__init__.py' 2024-12-17T23:48:10.0215440Z adding 'torch/backends/openmp/__init__.py' 2024-12-17T23:48:10.0217400Z adding 'torch/backends/opt_einsum/__init__.py' 2024-12-17T23:48:10.0218570Z adding 'torch/backends/quantized/__init__.py' 2024-12-17T23:48:10.0219590Z adding 'torch/backends/xeon/__init__.py' 2024-12-17T23:48:10.0226820Z adding 'torch/backends/xeon/run_cpu.py' 2024-12-17T23:48:10.0228120Z adding 'torch/backends/xnnpack/__init__.py' 2024-12-17T23:48:10.1402230Z adding 'torch/bin/protoc' 2024-12-17T23:48:10.2577490Z adding 'torch/bin/protoc-3.13.0.0' 2024-12-17T23:48:10.2606350Z adding 'torch/bin/torch_shm_manager' 2024-12-17T23:48:10.2611220Z adding 'torch/compiler/__init__.py' 2024-12-17T23:48:10.2612730Z adding 'torch/compiler/config.py' 2024-12-17T23:48:10.2614000Z adding 'torch/contrib/__init__.py' 2024-12-17T23:48:10.2616420Z adding 'torch/contrib/_tensorboard_vis.py' 2024-12-17T23:48:10.2618200Z adding 'torch/cpu/__init__.py' 2024-12-17T23:48:10.2619320Z adding 'torch/cpu/amp/__init__.py' 2024-12-17T23:48:10.2620570Z adding 'torch/cpu/amp/autocast_mode.py' 2024-12-17T23:48:10.2621730Z adding 'torch/cpu/amp/grad_scaler.py' 2024-12-17T23:48:10.2633680Z adding 'torch/cuda/__init__.py' 2024-12-17T23:48:10.2634860Z adding 'torch/cuda/_gpu_trace.py' 2024-12-17T23:48:10.2640810Z adding 'torch/cuda/_memory_viz.py' 2024-12-17T23:48:10.2645680Z adding 'torch/cuda/_sanitizer.py' 2024-12-17T23:48:10.2646680Z adding 'torch/cuda/_utils.py' 2024-12-17T23:48:10.2647690Z adding 'torch/cuda/comm.py' 2024-12-17T23:48:10.2648550Z adding 'torch/cuda/error.py' 2024-12-17T23:48:10.2650520Z adding 'torch/cuda/gds.py' 2024-12-17T23:48:10.2655270Z adding 'torch/cuda/graphs.py' 2024-12-17T23:48:10.2657390Z adding 'torch/cuda/jiterator.py' 2024-12-17T23:48:10.2666570Z adding 'torch/cuda/memory.py' 2024-12-17T23:48:10.2668160Z adding 'torch/cuda/nccl.py' 2024-12-17T23:48:10.2669700Z adding 'torch/cuda/nvtx.py' 2024-12-17T23:48:10.2671180Z adding 'torch/cuda/profiler.py' 2024-12-17T23:48:10.2672980Z adding 'torch/cuda/random.py' 2024-12-17T23:48:10.2673670Z adding 'torch/cuda/sparse.py' 2024-12-17T23:48:10.2676330Z adding 'torch/cuda/streams.py' 2024-12-17T23:48:10.2680830Z adding 'torch/cuda/tunable.py' 2024-12-17T23:48:10.2681900Z adding 'torch/cuda/amp/__init__.py' 2024-12-17T23:48:10.2683210Z adding 'torch/cuda/amp/autocast_mode.py' 2024-12-17T23:48:10.2684230Z adding 'torch/cuda/amp/common.py' 2024-12-17T23:48:10.2689930Z adding 'torch/cuda/amp/grad_scaler.py' 2024-12-17T23:48:10.2690150Z adding 'torch/distributed/__init__.py' 2024-12-17T23:48:10.2690570Z adding 'torch/distributed/_checkpointable.py' 2024-12-17T23:48:10.2690820Z adding 'torch/distributed/_composable_state.py' 2024-12-17T23:48:10.2699180Z adding 'torch/distributed/_functional_collectives.py' 2024-12-17T23:48:10.2700460Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-12-17T23:48:10.2706320Z adding 'torch/distributed/_state_dict_utils.py' 2024-12-17T23:48:10.2707720Z adding 'torch/distributed/argparse_util.py' 2024-12-17T23:48:10.2709190Z adding 'torch/distributed/c10d_logger.py' 2024-12-17T23:48:10.2711850Z adding 'torch/distributed/collective_utils.py' 2024-12-17T23:48:10.2712750Z adding 'torch/distributed/constants.py' 2024-12-17T23:48:10.2722700Z adding 'torch/distributed/device_mesh.py' 2024-12-17T23:48:10.2768420Z adding 'torch/distributed/distributed_c10d.py' 2024-12-17T23:48:10.2771740Z adding 'torch/distributed/launch.py' 2024-12-17T23:48:10.2772640Z adding 'torch/distributed/logging_handlers.py' 2024-12-17T23:48:10.2774650Z adding 'torch/distributed/remote_device.py' 2024-12-17T23:48:10.2777210Z adding 'torch/distributed/rendezvous.py' 2024-12-17T23:48:10.2784820Z adding 'torch/distributed/run.py' 2024-12-17T23:48:10.2788300Z adding 'torch/distributed/utils.py' 2024-12-17T23:48:10.2789320Z adding 'torch/distributed/_composable/__init__.py' 2024-12-17T23:48:10.2791440Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-12-17T23:48:10.2793900Z adding 'torch/distributed/_composable/contract.py' 2024-12-17T23:48:10.2796580Z adding 'torch/distributed/_composable/replicate.py' 2024-12-17T23:48:10.2797470Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-12-17T23:48:10.2798470Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-12-17T23:48:10.2799710Z adding 'torch/distributed/_shard/__init__.py' 2024-12-17T23:48:10.2800890Z adding 'torch/distributed/_shard/_utils.py' 2024-12-17T23:48:10.2804360Z adding 'torch/distributed/_shard/api.py' 2024-12-17T23:48:10.2805510Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-12-17T23:48:10.2806810Z adding 'torch/distributed/_shard/metadata.py' 2024-12-17T23:48:10.2807950Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-12-17T23:48:10.2808980Z adding 'torch/distributed/_shard/sharder.py' 2024-12-17T23:48:10.2810360Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-12-17T23:48:10.2811840Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-12-17T23:48:10.2813970Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-12-17T23:48:10.2817290Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-12-17T23:48:10.2827630Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-12-17T23:48:10.2828780Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-12-17T23:48:10.2829890Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-12-17T23:48:10.2831330Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-12-17T23:48:10.2834030Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-12-17T23:48:10.2835120Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-12-17T23:48:10.2837820Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-12-17T23:48:10.2838950Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-12-17T23:48:10.2840620Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-12-17T23:48:10.2842010Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-12-17T23:48:10.2844110Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-12-17T23:48:10.2844930Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-12-17T23:48:10.2847330Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-12-17T23:48:10.2848210Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-12-17T23:48:10.2850080Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-12-17T23:48:10.2851070Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-12-17T23:48:10.2853840Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-12-17T23:48:10.2856480Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-12-17T23:48:10.2859140Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-12-17T23:48:10.2860040Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-12-17T23:48:10.2863590Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-12-17T23:48:10.2866360Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-12-17T23:48:10.2870450Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-12-17T23:48:10.2871490Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-12-17T23:48:10.2872710Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-12-17T23:48:10.2883640Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-12-17T23:48:10.2884890Z adding 'torch/distributed/_tensor/__init__.py' 2024-12-17T23:48:10.2885890Z adding 'torch/distributed/_tensor/api.py' 2024-12-17T23:48:10.2886870Z adding 'torch/distributed/_tensor/placement_types.py' 2024-12-17T23:48:10.2888140Z adding 'torch/distributed/_tools/__init__.py' 2024-12-17T23:48:10.2893310Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-12-17T23:48:10.2896040Z adding 'torch/distributed/_tools/ilp_utils.py' 2024-12-17T23:48:10.2904720Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-12-17T23:48:10.2907700Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-12-17T23:48:10.2910160Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-12-17T23:48:10.2914610Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-12-17T23:48:10.2923610Z adding 'torch/distributed/_tools/sac_estimator.py' 2024-12-17T23:48:10.2926770Z adding 'torch/distributed/_tools/sac_ilp.py' 2024-12-17T23:48:10.2927870Z adding 'torch/distributed/algorithms/__init__.py' 2024-12-17T23:48:10.2931500Z adding 'torch/distributed/algorithms/join.py' 2024-12-17T23:48:10.2932400Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-12-17T23:48:10.2935750Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-12-17T23:48:10.2936720Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-12-17T23:48:10.2939100Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-12-17T23:48:10.2940080Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-12-17T23:48:10.2941610Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-12-17T23:48:10.2942660Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-12-17T23:48:10.2944780Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-12-17T23:48:10.2946160Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-12-17T23:48:10.2950490Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-12-17T23:48:10.2951470Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-12-17T23:48:10.2953710Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-12-17T23:48:10.2955090Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-12-17T23:48:10.2957280Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-12-17T23:48:10.2958940Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-12-17T23:48:10.2967490Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-12-17T23:48:10.2969680Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-12-17T23:48:10.2970480Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-12-17T23:48:10.2972700Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-12-17T23:48:10.2975310Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-12-17T23:48:10.2976470Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-12-17T23:48:10.2977900Z adding 'torch/distributed/autograd/__init__.py' 2024-12-17T23:48:10.2979380Z adding 'torch/distributed/checkpoint/__init__.py' 2024-12-17T23:48:10.2980930Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-12-17T23:48:10.2982280Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-12-17T23:48:10.2983530Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-12-17T23:48:10.2985590Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-12-17T23:48:10.2986620Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-12-17T23:48:10.2988250Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-12-17T23:48:10.2989430Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-12-17T23:48:10.2991720Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-12-17T23:48:10.2992390Z adding 'torch/distributed/checkpoint/_version.py' 2024-12-17T23:48:10.2993540Z adding 'torch/distributed/checkpoint/api.py' 2024-12-17T23:48:10.2998340Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-12-17T23:48:10.3003710Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-12-17T23:48:10.3006380Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-12-17T23:48:10.3007600Z adding 'torch/distributed/checkpoint/logger.py' 2024-12-17T23:48:10.3008650Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-12-17T23:48:10.3010690Z adding 'torch/distributed/checkpoint/metadata.py' 2024-12-17T23:48:10.3013920Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-12-17T23:48:10.3017360Z adding 'torch/distributed/checkpoint/planner.py' 2024-12-17T23:48:10.3020450Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-12-17T23:48:10.3021520Z adding 'torch/distributed/checkpoint/resharding.py' 2024-12-17T23:48:10.3023560Z adding 'torch/distributed/checkpoint/staging.py' 2024-12-17T23:48:10.3033810Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-12-17T23:48:10.3037070Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-12-17T23:48:10.3040000Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-12-17T23:48:10.3040880Z adding 'torch/distributed/checkpoint/stateful.py' 2024-12-17T23:48:10.3043330Z adding 'torch/distributed/checkpoint/storage.py' 2024-12-17T23:48:10.3046510Z adding 'torch/distributed/checkpoint/utils.py' 2024-12-17T23:48:10.3048620Z adding 'torch/distributed/elastic/__init__.py' 2024-12-17T23:48:10.3049460Z adding 'torch/distributed/elastic/control_plane.py' 2024-12-17T23:48:10.3050510Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-12-17T23:48:10.3052050Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-12-17T23:48:10.3060990Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-12-17T23:48:10.3062310Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-12-17T23:48:10.3066230Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-12-17T23:48:10.3068420Z adding 'torch/distributed/elastic/events/__init__.py' 2024-12-17T23:48:10.3069660Z adding 'torch/distributed/elastic/events/api.py' 2024-12-17T23:48:10.3070730Z adding 'torch/distributed/elastic/events/handlers.py' 2024-12-17T23:48:10.3073040Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-12-17T23:48:10.3075160Z adding 'torch/distributed/elastic/metrics/api.py' 2024-12-17T23:48:10.3077540Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-12-17T23:48:10.3084740Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-12-17T23:48:10.3086120Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-12-17T23:48:10.3088210Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-12-17T23:48:10.3092110Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-12-17T23:48:10.3094280Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-12-17T23:48:10.3095030Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-12-17T23:48:10.3096290Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-12-17T23:48:10.3097390Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-12-17T23:48:10.3098780Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-12-17T23:48:10.3101300Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-12-17T23:48:10.3104380Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-12-17T23:48:10.3107280Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-12-17T23:48:10.3116340Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-12-17T23:48:10.3125250Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-12-17T23:48:10.3127560Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-12-17T23:48:10.3130030Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-12-17T23:48:10.3132310Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-12-17T23:48:10.3133360Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-12-17T23:48:10.3135010Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-12-17T23:48:10.3137650Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-12-17T23:48:10.3139000Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-12-17T23:48:10.3141940Z adding 'torch/distributed/elastic/timer/api.py' 2024-12-17T23:48:10.3155940Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-12-17T23:48:10.3159760Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-12-17T23:48:10.3161240Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-12-17T23:48:10.3162690Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-12-17T23:48:10.3163980Z adding 'torch/distributed/elastic/utils/api.py' 2024-12-17T23:48:10.3166270Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-12-17T23:48:10.3167080Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-12-17T23:48:10.3168430Z adding 'torch/distributed/elastic/utils/logging.py' 2024-12-17T23:48:10.3170930Z adding 'torch/distributed/elastic/utils/store.py' 2024-12-17T23:48:10.3172050Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-12-17T23:48:10.3173380Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-12-17T23:48:10.3174820Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-12-17T23:48:10.3176330Z adding 'torch/distributed/fsdp/__init__.py' 2024-12-17T23:48:10.3182070Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-12-17T23:48:10.3184180Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-12-17T23:48:10.3185310Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-12-17T23:48:10.3188920Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-12-17T23:48:10.3215890Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-12-17T23:48:10.3218140Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-12-17T23:48:10.3228450Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-12-17T23:48:10.3229530Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-12-17T23:48:10.3250080Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-12-17T23:48:10.3265270Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-12-17T23:48:10.3267440Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-12-17T23:48:10.3274080Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-12-17T23:48:10.3277020Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-12-17T23:48:10.3278520Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-12-17T23:48:10.3281630Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-12-17T23:48:10.3284450Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-12-17T23:48:10.3288780Z adding 'torch/distributed/fsdp/api.py' 2024-12-17T23:48:10.3309710Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-12-17T23:48:10.3313870Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-12-17T23:48:10.3319260Z adding 'torch/distributed/fsdp/wrap.py' 2024-12-17T23:48:10.3320450Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2024-12-17T23:48:10.3322090Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2024-12-17T23:48:10.3327220Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2024-12-17T23:48:10.3329300Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2024-12-17T23:48:10.3331390Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2024-12-17T23:48:10.3339990Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2024-12-17T23:48:10.3346920Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2024-12-17T23:48:10.3350750Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2024-12-17T23:48:10.3356050Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2024-12-17T23:48:10.3357140Z adding 'torch/distributed/launcher/__init__.py' 2024-12-17T23:48:10.3360340Z adding 'torch/distributed/launcher/api.py' 2024-12-17T23:48:10.3361280Z adding 'torch/distributed/nn/__init__.py' 2024-12-17T23:48:10.3364840Z adding 'torch/distributed/nn/functional.py' 2024-12-17T23:48:10.3365720Z adding 'torch/distributed/nn/api/__init__.py' 2024-12-17T23:48:10.3371620Z adding 'torch/distributed/nn/api/remote_module.py' 2024-12-17T23:48:10.3372670Z adding 'torch/distributed/nn/jit/__init__.py' 2024-12-17T23:48:10.3374750Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-12-17T23:48:10.3375560Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-12-17T23:48:10.3377090Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-12-17T23:48:10.3378580Z adding 'torch/distributed/optim/__init__.py' 2024-12-17T23:48:10.3379660Z adding 'torch/distributed/optim/_deprecation_warning.py' 2024-12-17T23:48:10.3381770Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-12-17T23:48:10.3383060Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-12-17T23:48:10.3384690Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-12-17T23:48:10.3386950Z adding 'torch/distributed/optim/functional_adam.py' 2024-12-17T23:48:10.3388280Z adding 'torch/distributed/optim/functional_adamax.py' 2024-12-17T23:48:10.3390530Z adding 'torch/distributed/optim/functional_adamw.py' 2024-12-17T23:48:10.3391830Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-12-17T23:48:10.3393350Z adding 'torch/distributed/optim/functional_rprop.py' 2024-12-17T23:48:10.3395460Z adding 'torch/distributed/optim/functional_sgd.py' 2024-12-17T23:48:10.3398700Z adding 'torch/distributed/optim/named_optimizer.py' 2024-12-17T23:48:10.3401410Z adding 'torch/distributed/optim/optimizer.py' 2024-12-17T23:48:10.3402880Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-12-17T23:48:10.3404110Z adding 'torch/distributed/optim/utils.py' 2024-12-17T23:48:10.3419960Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-12-17T23:48:10.3421320Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-12-17T23:48:10.3433400Z adding 'torch/distributed/pipelining/_IR.py' 2024-12-17T23:48:10.3434550Z adding 'torch/distributed/pipelining/__init__.py' 2024-12-17T23:48:10.3438740Z adding 'torch/distributed/pipelining/_backward.py' 2024-12-17T23:48:10.3439580Z adding 'torch/distributed/pipelining/_debug.py' 2024-12-17T23:48:10.3440720Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-12-17T23:48:10.3442030Z adding 'torch/distributed/pipelining/_utils.py' 2024-12-17T23:48:10.3446380Z adding 'torch/distributed/pipelining/microbatch.py' 2024-12-17T23:48:10.3465630Z adding 'torch/distributed/pipelining/schedules.py' 2024-12-17T23:48:10.3479830Z adding 'torch/distributed/pipelining/stage.py' 2024-12-17T23:48:10.3483130Z adding 'torch/distributed/rpc/__init__.py' 2024-12-17T23:48:10.3484210Z adding 'torch/distributed/rpc/_utils.py' 2024-12-17T23:48:10.3491820Z adding 'torch/distributed/rpc/api.py' 2024-12-17T23:48:10.3495860Z adding 'torch/distributed/rpc/backend_registry.py' 2024-12-17T23:48:10.3496710Z adding 'torch/distributed/rpc/constants.py' 2024-12-17T23:48:10.3498980Z adding 'torch/distributed/rpc/functions.py' 2024-12-17T23:48:10.3501720Z adding 'torch/distributed/rpc/internal.py' 2024-12-17T23:48:10.3503870Z adding 'torch/distributed/rpc/options.py' 2024-12-17T23:48:10.3505000Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-12-17T23:48:10.3507550Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-12-17T23:48:10.3508540Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-12-17T23:48:10.3509820Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-12-17T23:48:10.3511440Z adding 'torch/distributed/tensor/__init__.py' 2024-12-17T23:48:10.3522250Z adding 'torch/distributed/tensor/_api.py' 2024-12-17T23:48:10.3525880Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-12-17T23:48:10.3530670Z adding 'torch/distributed/tensor/_dispatch.py' 2024-12-17T23:48:10.3533440Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-12-17T23:48:10.3539790Z adding 'torch/distributed/tensor/_op_schema.py' 2024-12-17T23:48:10.3541210Z adding 'torch/distributed/tensor/_random.py' 2024-12-17T23:48:10.3544840Z adding 'torch/distributed/tensor/_redistribute.py' 2024-12-17T23:48:10.3549330Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-12-17T23:48:10.3552040Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-12-17T23:48:10.3554270Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-12-17T23:48:10.3557620Z adding 'torch/distributed/tensor/_utils.py' 2024-12-17T23:48:10.3558360Z adding 'torch/distributed/tensor/device_mesh.py' 2024-12-17T23:48:10.3563780Z adding 'torch/distributed/tensor/placement_types.py' 2024-12-17T23:48:10.3564900Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-12-17T23:48:10.3568420Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-12-17T23:48:10.3569630Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-12-17T23:48:10.3571930Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-12-17T23:48:10.3574520Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-12-17T23:48:10.3575330Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-12-17T23:48:10.3582400Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-12-17T23:48:10.3585620Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-12-17T23:48:10.3589530Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-12-17T23:48:10.3590500Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-12-17T23:48:10.3596910Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-12-17T23:48:10.3602570Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-12-17T23:48:10.3605360Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-12-17T23:48:10.3606460Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-12-17T23:48:10.3611890Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-12-17T23:48:10.3613280Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-12-17T23:48:10.3615780Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-12-17T23:48:10.3616960Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-12-17T23:48:10.3626930Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-12-17T23:48:10.3629880Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-12-17T23:48:10.3631680Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-12-17T23:48:10.3636170Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-12-17T23:48:10.3637220Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-12-17T23:48:10.3638470Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-12-17T23:48:10.3639800Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-12-17T23:48:10.3641730Z adding 'torch/distributed/tensor/parallel/api.py' 2024-12-17T23:48:10.3643170Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-12-17T23:48:10.3646720Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-12-17T23:48:10.3648000Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-12-17T23:48:10.3652020Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-12-17T23:48:10.3656930Z adding 'torch/distributed/tensor/parallel/style.py' 2024-12-17T23:48:10.3659590Z adding 'torch/distributions/__init__.py' 2024-12-17T23:48:10.3661020Z adding 'torch/distributions/bernoulli.py' 2024-12-17T23:48:10.3662500Z adding 'torch/distributions/beta.py' 2024-12-17T23:48:10.3664740Z adding 'torch/distributions/binomial.py' 2024-12-17T23:48:10.3666360Z adding 'torch/distributions/categorical.py' 2024-12-17T23:48:10.3667700Z adding 'torch/distributions/cauchy.py' 2024-12-17T23:48:10.3668820Z adding 'torch/distributions/chi2.py' 2024-12-17T23:48:10.3671480Z adding 'torch/distributions/constraint_registry.py' 2024-12-17T23:48:10.3675190Z adding 'torch/distributions/constraints.py' 2024-12-17T23:48:10.3677610Z adding 'torch/distributions/continuous_bernoulli.py' 2024-12-17T23:48:10.3678870Z adding 'torch/distributions/dirichlet.py' 2024-12-17T23:48:10.3682010Z adding 'torch/distributions/distribution.py' 2024-12-17T23:48:10.3683120Z adding 'torch/distributions/exp_family.py' 2024-12-17T23:48:10.3684350Z adding 'torch/distributions/exponential.py' 2024-12-17T23:48:10.3685900Z adding 'torch/distributions/fishersnedecor.py' 2024-12-17T23:48:10.3687420Z adding 'torch/distributions/gamma.py' 2024-12-17T23:48:10.3689290Z adding 'torch/distributions/geometric.py' 2024-12-17T23:48:10.3690500Z adding 'torch/distributions/gumbel.py' 2024-12-17T23:48:10.3691770Z adding 'torch/distributions/half_cauchy.py' 2024-12-17T23:48:10.3692980Z adding 'torch/distributions/half_normal.py' 2024-12-17T23:48:10.3694550Z adding 'torch/distributions/independent.py' 2024-12-17T23:48:10.3695830Z adding 'torch/distributions/inverse_gamma.py' 2024-12-17T23:48:10.3701990Z adding 'torch/distributions/kl.py' 2024-12-17T23:48:10.3703320Z adding 'torch/distributions/kumaraswamy.py' 2024-12-17T23:48:10.3704780Z adding 'torch/distributions/laplace.py' 2024-12-17T23:48:10.3707080Z adding 'torch/distributions/lkj_cholesky.py' 2024-12-17T23:48:10.3708000Z adding 'torch/distributions/log_normal.py' 2024-12-17T23:48:10.3709230Z adding 'torch/distributions/logistic_normal.py' 2024-12-17T23:48:10.3711990Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-12-17T23:48:10.3714250Z adding 'torch/distributions/mixture_same_family.py' 2024-12-17T23:48:10.3715830Z adding 'torch/distributions/multinomial.py' 2024-12-17T23:48:10.3718670Z adding 'torch/distributions/multivariate_normal.py' 2024-12-17T23:48:10.3720120Z adding 'torch/distributions/negative_binomial.py' 2024-12-17T23:48:10.3721570Z adding 'torch/distributions/normal.py' 2024-12-17T23:48:10.3723440Z adding 'torch/distributions/one_hot_categorical.py' 2024-12-17T23:48:10.3724470Z adding 'torch/distributions/pareto.py' 2024-12-17T23:48:10.3725690Z adding 'torch/distributions/poisson.py' 2024-12-17T23:48:10.3727730Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-12-17T23:48:10.3729170Z adding 'torch/distributions/relaxed_categorical.py' 2024-12-17T23:48:10.3730680Z adding 'torch/distributions/studentT.py' 2024-12-17T23:48:10.3733230Z adding 'torch/distributions/transformed_distribution.py' 2024-12-17T23:48:10.3740550Z adding 'torch/distributions/transforms.py' 2024-12-17T23:48:10.3741800Z adding 'torch/distributions/uniform.py' 2024-12-17T23:48:10.3744220Z adding 'torch/distributions/utils.py' 2024-12-17T23:48:10.3746350Z adding 'torch/distributions/von_mises.py' 2024-12-17T23:48:10.3747350Z adding 'torch/distributions/weibull.py' 2024-12-17T23:48:10.3750540Z adding 'torch/distributions/wishart.py' 2024-12-17T23:48:10.3755600Z adding 'torch/export/__init__.py' 2024-12-17T23:48:10.3758550Z adding 'torch/export/_draft_export.py' 2024-12-17T23:48:10.3759690Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-12-17T23:48:10.3761840Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-12-17T23:48:10.3762830Z adding 'torch/export/_safeguard.py' 2024-12-17T23:48:10.3767060Z adding 'torch/export/_swap.py' 2024-12-17T23:48:10.3784410Z adding 'torch/export/_trace.py' 2024-12-17T23:48:10.3785790Z adding 'torch/export/_tree_utils.py' 2024-12-17T23:48:10.3789660Z adding 'torch/export/_unlift.py' 2024-12-17T23:48:10.3790480Z adding 'torch/export/custom_obj.py' 2024-12-17T23:48:10.3792460Z adding 'torch/export/decomp_utils.py' 2024-12-17T23:48:10.3802160Z adding 'torch/export/dynamic_shapes.py' 2024-12-17T23:48:10.3814470Z adding 'torch/export/exported_program.py' 2024-12-17T23:48:10.3818950Z adding 'torch/export/graph_signature.py' 2024-12-17T23:48:10.3834690Z adding 'torch/export/unflatten.py' 2024-12-17T23:48:10.3836820Z adding 'torch/export/experimental/__init__.py' 2024-12-17T23:48:10.3837860Z adding 'torch/export/passes/__init__.py' 2024-12-17T23:48:10.3845560Z adding 'torch/fft/__init__.py' 2024-12-17T23:48:10.3846820Z adding 'torch/func/__init__.py' 2024-12-17T23:48:10.3850710Z adding 'torch/futures/__init__.py' 2024-12-17T23:48:10.3852820Z adding 'torch/fx/__init__.py' 2024-12-17T23:48:10.3853620Z adding 'torch/fx/_compatibility.py' 2024-12-17T23:48:10.3855990Z adding 'torch/fx/_lazy_graph_module.py' 2024-12-17T23:48:10.3857180Z adding 'torch/fx/_pytree.py' 2024-12-17T23:48:10.3868690Z adding 'torch/fx/_symbolic_trace.py' 2024-12-17T23:48:10.3869860Z adding 'torch/fx/_utils.py' 2024-12-17T23:48:10.3870980Z adding 'torch/fx/annotate.py' 2024-12-17T23:48:10.3871980Z adding 'torch/fx/config.py' 2024-12-17T23:48:10.3889910Z adding 'torch/fx/graph.py' 2024-12-17T23:48:10.3901270Z adding 'torch/fx/graph_module.py' 2024-12-17T23:48:10.3903060Z adding 'torch/fx/immutable_collections.py' 2024-12-17T23:48:10.3907620Z adding 'torch/fx/interpreter.py' 2024-12-17T23:48:10.3916010Z adding 'torch/fx/node.py' 2024-12-17T23:48:10.3921120Z adding 'torch/fx/operator_schemas.py' 2024-12-17T23:48:10.3927220Z adding 'torch/fx/proxy.py' 2024-12-17T23:48:10.3931250Z adding 'torch/fx/subgraph_rewriter.py' 2024-12-17T23:48:10.3932410Z adding 'torch/fx/tensor_type.py' 2024-12-17T23:48:10.3934760Z adding 'torch/fx/traceback.py' 2024-12-17T23:48:10.3935930Z adding 'torch/fx/experimental/__init__.py' 2024-12-17T23:48:10.3937110Z adding 'torch/fx/experimental/_backward_state.py' 2024-12-17T23:48:10.3939110Z adding 'torch/fx/experimental/_config.py' 2024-12-17T23:48:10.3939920Z adding 'torch/fx/experimental/_constant_symnode.py' 2024-12-17T23:48:10.3949990Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-12-17T23:48:10.3953500Z adding 'torch/fx/experimental/const_fold.py' 2024-12-17T23:48:10.3954320Z adding 'torch/fx/experimental/debug.py' 2024-12-17T23:48:10.3961260Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-12-17T23:48:10.3963570Z adding 'torch/fx/experimental/merge_matmul.py' 2024-12-17T23:48:10.3966330Z adding 'torch/fx/experimental/meta_tracer.py' 2024-12-17T23:48:10.3968100Z adding 'torch/fx/experimental/normalize.py' 2024-12-17T23:48:10.3972540Z adding 'torch/fx/experimental/optimization.py' 2024-12-17T23:48:10.3975670Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-12-17T23:48:10.3996440Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-12-17T23:48:10.4001670Z adding 'torch/fx/experimental/recording.py' 2024-12-17T23:48:10.4002680Z adding 'torch/fx/experimental/refinement_types.py' 2024-12-17T23:48:10.4004850Z adding 'torch/fx/experimental/rewriter.py' 2024-12-17T23:48:10.4006450Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-12-17T23:48:10.4018510Z adding 'torch/fx/experimental/sym_node.py' 2024-12-17T23:48:10.4090900Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-12-17T23:48:10.4093690Z adding 'torch/fx/experimental/unify_refinements.py' 2024-12-17T23:48:10.4101060Z adding 'torch/fx/experimental/validator.py' 2024-12-17T23:48:10.4102320Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-12-17T23:48:10.4105760Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-12-17T23:48:10.4114510Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-12-17T23:48:10.4122880Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-12-17T23:48:10.4123810Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-12-17T23:48:10.4127430Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-12-17T23:48:10.4128260Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-12-17T23:48:10.4129390Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-12-17T23:48:10.4130610Z adding 'torch/fx/experimental/unification/__init__.py' 2024-12-17T23:48:10.4132040Z adding 'torch/fx/experimental/unification/core.py' 2024-12-17T23:48:10.4132970Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-12-17T23:48:10.4134830Z adding 'torch/fx/experimental/unification/match.py' 2024-12-17T23:48:10.4135940Z adding 'torch/fx/experimental/unification/more.py' 2024-12-17T23:48:10.4139080Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-12-17T23:48:10.4140220Z adding 'torch/fx/experimental/unification/utils.py' 2024-12-17T23:48:10.4141530Z adding 'torch/fx/experimental/unification/variable.py' 2024-12-17T23:48:10.4142820Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-12-17T23:48:10.4144420Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-12-17T23:48:10.4145840Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-12-17T23:48:10.4149600Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-12-17T23:48:10.4151010Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-12-17T23:48:10.4152500Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-12-17T23:48:10.4153870Z adding 'torch/fx/passes/__init__.py' 2024-12-17T23:48:10.4157830Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2024-12-17T23:48:10.4158920Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-12-17T23:48:10.4160330Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-12-17T23:48:10.4164310Z adding 'torch/fx/passes/graph_drawer.py' 2024-12-17T23:48:10.4165690Z adding 'torch/fx/passes/graph_manipulation.py' 2024-12-17T23:48:10.4167280Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-12-17T23:48:10.4174320Z adding 'torch/fx/passes/net_min_base.py' 2024-12-17T23:48:10.4176750Z adding 'torch/fx/passes/operator_support.py' 2024-12-17T23:48:10.4178020Z adding 'torch/fx/passes/param_fetch.py' 2024-12-17T23:48:10.4180520Z adding 'torch/fx/passes/pass_manager.py' 2024-12-17T23:48:10.4188590Z adding 'torch/fx/passes/reinplace.py' 2024-12-17T23:48:10.4194510Z adding 'torch/fx/passes/runtime_assert.py' 2024-12-17T23:48:10.4196850Z adding 'torch/fx/passes/shape_prop.py' 2024-12-17T23:48:10.4202490Z adding 'torch/fx/passes/split_module.py' 2024-12-17T23:48:10.4205580Z adding 'torch/fx/passes/split_utils.py' 2024-12-17T23:48:10.4212760Z adding 'torch/fx/passes/splitter_base.py' 2024-12-17T23:48:10.4215850Z adding 'torch/fx/passes/tools_common.py' 2024-12-17T23:48:10.4216850Z adding 'torch/fx/passes/backends/__init__.py' 2024-12-17T23:48:10.4218200Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-12-17T23:48:10.4219220Z adding 'torch/fx/passes/dialect/__init__.py' 2024-12-17T23:48:10.4220390Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-12-17T23:48:10.4222520Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-12-17T23:48:10.4223430Z adding 'torch/fx/passes/infra/__init__.py' 2024-12-17T23:48:10.4227480Z adding 'torch/fx/passes/infra/partitioner.py' 2024-12-17T23:48:10.4228580Z adding 'torch/fx/passes/infra/pass_base.py' 2024-12-17T23:48:10.4231670Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-12-17T23:48:10.4232550Z adding 'torch/fx/passes/tests/__init__.py' 2024-12-17T23:48:10.4233710Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-12-17T23:48:10.4234920Z adding 'torch/fx/passes/utils/__init__.py' 2024-12-17T23:48:10.4236410Z adding 'torch/fx/passes/utils/common.py' 2024-12-17T23:48:10.4239470Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-12-17T23:48:10.4243550Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-12-17T23:48:10.4245020Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-12-17T23:48:10.4247180Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-12-17T23:48:10.4248690Z adding 'torch/include/clog.h' 2024-12-17T23:48:10.4256460Z adding 'torch/include/cpuinfo.h' 2024-12-17T23:48:10.4257450Z adding 'torch/include/experiments-config.h' 2024-12-17T23:48:10.4258390Z adding 'torch/include/fp16.h' 2024-12-17T23:48:10.4261280Z adding 'torch/include/fxdiv.h' 2024-12-17T23:48:10.4262150Z adding 'torch/include/libshm.h' 2024-12-17T23:48:10.4266570Z adding 'torch/include/nnpack.h' 2024-12-17T23:48:10.4270830Z adding 'torch/include/omp.h' 2024-12-17T23:48:10.4276680Z adding 'torch/include/psimd.h' 2024-12-17T23:48:10.4285760Z adding 'torch/include/pthreadpool.h' 2024-12-17T23:48:10.4287310Z adding 'torch/include/qnnpack_func.h' 2024-12-17T23:48:10.4303710Z adding 'torch/include/sleef.h' 2024-12-17T23:48:10.4328120Z adding 'torch/include/xnnpack.h' 2024-12-17T23:48:10.4331530Z adding 'torch/include/ATen/ATen.h' 2024-12-17T23:48:10.4333370Z adding 'torch/include/ATen/AccumulateType.h' 2024-12-17T23:48:10.4334010Z adding 'torch/include/ATen/ArrayRef.h' 2024-12-17T23:48:10.4334930Z adding 'torch/include/ATen/Backend.h' 2024-12-17T23:48:10.4335860Z adding 'torch/include/ATen/Backtrace.h' 2024-12-17T23:48:10.4336900Z adding 'torch/include/ATen/BlasBackend.h' 2024-12-17T23:48:10.4339810Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-12-17T23:48:10.4340680Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-12-17T23:48:10.4341890Z adding 'torch/include/ATen/CPUFunctions.h' 2024-12-17T23:48:10.4345300Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-12-17T23:48:10.4346290Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-12-17T23:48:10.4347480Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-12-17T23:48:10.4352220Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-12-17T23:48:10.4353240Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-12-17T23:48:10.4354750Z adding 'torch/include/ATen/CollapseDims.h' 2024-12-17T23:48:10.4356040Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-12-17T23:48:10.4360120Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-12-17T23:48:10.4361310Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-12-17T23:48:10.4364270Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-12-17T23:48:10.4365130Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-12-17T23:48:10.4368880Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-12-17T23:48:10.4370020Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-12-17T23:48:10.4371110Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-12-17T23:48:10.4372030Z adding 'torch/include/ATen/Config.h' 2024-12-17T23:48:10.4376520Z adding 'torch/include/ATen/Context.h' 2024-12-17T23:48:10.4377390Z adding 'torch/include/ATen/DLConvertor.h' 2024-12-17T23:48:10.4378300Z adding 'torch/include/ATen/Device.h' 2024-12-17T23:48:10.4379380Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-12-17T23:48:10.4380570Z adding 'torch/include/ATen/DeviceGuard.h' 2024-12-17T23:48:10.4381480Z adding 'torch/include/ATen/DimVector.h' 2024-12-17T23:48:10.4382410Z adding 'torch/include/ATen/Dimname.h' 2024-12-17T23:48:10.4387940Z adding 'torch/include/ATen/Dispatch.h' 2024-12-17T23:48:10.4392850Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-12-17T23:48:10.4395080Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-12-17T23:48:10.4396120Z adding 'torch/include/ATen/EmptyTensor.h' 2024-12-17T23:48:10.4397180Z adding 'torch/include/ATen/ExpandBase.h' 2024-12-17T23:48:10.4400350Z adding 'torch/include/ATen/ExpandUtils.h' 2024-12-17T23:48:10.4401020Z adding 'torch/include/ATen/Formatting.h' 2024-12-17T23:48:10.4402290Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-12-17T23:48:10.4405020Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-12-17T23:48:10.4410950Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-12-17T23:48:10.4416180Z adding 'torch/include/ATen/Functions.h' 2024-12-17T23:48:10.4417000Z adding 'torch/include/ATen/Generator.h' 2024-12-17T23:48:10.4418440Z adding 'torch/include/ATen/InferSize.h' 2024-12-17T23:48:10.4419460Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-12-17T23:48:10.4420300Z adding 'torch/include/ATen/Layout.h' 2024-12-17T23:48:10.4421430Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-12-17T23:48:10.4423630Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-12-17T23:48:10.4424380Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-12-17T23:48:10.4427110Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-12-17T23:48:10.4427820Z adding 'torch/include/ATen/LinalgBackend.h' 2024-12-17T23:48:10.4429100Z adding 'torch/include/ATen/MPSFunctions.h' 2024-12-17T23:48:10.4431580Z adding 'torch/include/ATen/MPSFunctions_inl.h' 2024-12-17T23:48:10.4432820Z adding 'torch/include/ATen/MapAllocator.h' 2024-12-17T23:48:10.4434350Z adding 'torch/include/ATen/MatrixRef.h' 2024-12-17T23:48:10.4435430Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-12-17T23:48:10.4436630Z adding 'torch/include/ATen/MetaFunctions.h' 2024-12-17T23:48:10.4439040Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-12-17T23:48:10.4441420Z adding 'torch/include/ATen/MethodOperators.h' 2024-12-17T23:48:10.4442080Z adding 'torch/include/ATen/NamedTensor.h' 2024-12-17T23:48:10.4444340Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-12-17T23:48:10.4450510Z adding 'torch/include/ATen/NativeFunctions.h' 2024-12-17T23:48:10.4456650Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-12-17T23:48:10.4459550Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-12-17T23:48:10.4460680Z adding 'torch/include/ATen/NumericUtils.h' 2024-12-17T23:48:10.4461820Z adding 'torch/include/ATen/OpMathType.h' 2024-12-17T23:48:10.4463870Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-12-17T23:48:10.4470540Z adding 'torch/include/ATen/Operators.h' 2024-12-17T23:48:10.4471450Z adding 'torch/include/ATen/PTThreadPool.h' 2024-12-17T23:48:10.4472430Z adding 'torch/include/ATen/PadNd.h' 2024-12-17T23:48:10.4473650Z adding 'torch/include/ATen/Parallel-inl.h' 2024-12-17T23:48:10.4475660Z adding 'torch/include/ATen/Parallel.h' 2024-12-17T23:48:10.4476250Z adding 'torch/include/ATen/ParallelFuture.h' 2024-12-17T23:48:10.4477290Z adding 'torch/include/ATen/ParallelNative.h' 2024-12-17T23:48:10.4478400Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-12-17T23:48:10.4479520Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-12-17T23:48:10.4665820Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-12-17T23:48:10.4767260Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-12-17T23:48:10.4772820Z adding 'torch/include/ATen/SDPBackend.h' 2024-12-17T23:48:10.4773960Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-12-17T23:48:10.4774920Z adding 'torch/include/ATen/Scalar.h' 2024-12-17T23:48:10.4776180Z adding 'torch/include/ATen/ScalarOps.h' 2024-12-17T23:48:10.4777150Z adding 'torch/include/ATen/ScalarType.h' 2024-12-17T23:48:10.4778130Z adding 'torch/include/ATen/SequenceNumber.h' 2024-12-17T23:48:10.4779020Z adding 'torch/include/ATen/SmallVector.h' 2024-12-17T23:48:10.4781360Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-12-17T23:48:10.4784560Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-12-17T23:48:10.4788050Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-12-17T23:48:10.4788650Z adding 'torch/include/ATen/Storage.h' 2024-12-17T23:48:10.4789840Z adding 'torch/include/ATen/StorageUtils.h' 2024-12-17T23:48:10.4790740Z adding 'torch/include/ATen/Tensor.h' 2024-12-17T23:48:10.4791610Z adding 'torch/include/ATen/TensorAccessor.h' 2024-12-17T23:48:10.4793130Z adding 'torch/include/ATen/TensorGeometry.h' 2024-12-17T23:48:10.4798820Z adding 'torch/include/ATen/TensorIndexing.h' 2024-12-17T23:48:10.4807680Z adding 'torch/include/ATen/TensorIterator.h' 2024-12-17T23:48:10.4808880Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-12-17T23:48:10.4810900Z adding 'torch/include/ATen/TensorMeta.h' 2024-12-17T23:48:10.4811920Z adding 'torch/include/ATen/TensorNames.h' 2024-12-17T23:48:10.4813190Z adding 'torch/include/ATen/TensorOperators.h' 2024-12-17T23:48:10.4814070Z adding 'torch/include/ATen/TensorOptions.h' 2024-12-17T23:48:10.4815630Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-12-17T23:48:10.4817370Z adding 'torch/include/ATen/TensorUtils.h' 2024-12-17T23:48:10.4818320Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-12-17T23:48:10.4820350Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-12-17T23:48:10.4821860Z adding 'torch/include/ATen/TracerMode.h' 2024-12-17T23:48:10.4822820Z adding 'torch/include/ATen/TypeDefault.h' 2024-12-17T23:48:10.4824300Z adding 'torch/include/ATen/Utils.h' 2024-12-17T23:48:10.4825290Z adding 'torch/include/ATen/Version.h' 2024-12-17T23:48:10.4952490Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-12-17T23:48:10.4961790Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-12-17T23:48:10.4963010Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-12-17T23:48:10.4969590Z adding 'torch/include/ATen/autocast_mode.h' 2024-12-17T23:48:10.4970520Z adding 'torch/include/ATen/ceil_div.h' 2024-12-17T23:48:10.4973000Z adding 'torch/include/ATen/code_template.h' 2024-12-17T23:48:10.4974220Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-12-17T23:48:10.4975210Z adding 'torch/include/ATen/div_rtn.h' 2024-12-17T23:48:10.4977770Z adding 'torch/include/ATen/dlpack.h' 2024-12-17T23:48:10.4978500Z adding 'torch/include/ATen/jit_macros.h' 2024-12-17T23:48:10.4979680Z adding 'torch/include/ATen/jiterator_macros.h' 2024-12-17T23:48:10.4984980Z adding 'torch/include/ATen/record_function.h' 2024-12-17T23:48:10.4987090Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-12-17T23:48:10.4987670Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-12-17T23:48:10.4988710Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-12-17T23:48:10.4990700Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-12-17T23:48:10.4991490Z adding 'torch/include/ATen/core/Array.h' 2024-12-17T23:48:10.4992390Z adding 'torch/include/ATen/core/Backtrace.h' 2024-12-17T23:48:10.4996680Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-12-17T23:48:10.4997550Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-12-17T23:48:10.4999170Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-12-17T23:48:10.5000270Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-12-17T23:48:10.5003850Z adding 'torch/include/ATen/core/Dict.h' 2024-12-17T23:48:10.5005970Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-12-17T23:48:10.5006570Z adding 'torch/include/ATen/core/DimVector.h' 2024-12-17T23:48:10.5007650Z adding 'torch/include/ATen/core/Dimname.h' 2024-12-17T23:48:10.5010260Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-12-17T23:48:10.5011010Z adding 'torch/include/ATen/core/Formatting.h' 2024-12-17T23:48:10.5013350Z adding 'torch/include/ATen/core/Generator.h' 2024-12-17T23:48:10.5014260Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-12-17T23:48:10.5019010Z adding 'torch/include/ATen/core/IListRef.h' 2024-12-17T23:48:10.5020470Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-12-17T23:48:10.5022500Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-12-17T23:48:10.5025880Z adding 'torch/include/ATen/core/List.h' 2024-12-17T23:48:10.5028370Z adding 'torch/include/ATen/core/List_inl.h' 2024-12-17T23:48:10.5030440Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-12-17T23:48:10.5031960Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-12-17T23:48:10.5034200Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-12-17T23:48:10.5036370Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-12-17T23:48:10.5037150Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-12-17T23:48:10.5038200Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-12-17T23:48:10.5039530Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-12-17T23:48:10.5040510Z adding 'torch/include/ATen/core/Range.h' 2024-12-17T23:48:10.5041490Z adding 'torch/include/ATen/core/Reduction.h' 2024-12-17T23:48:10.5042330Z adding 'torch/include/ATen/core/Scalar.h' 2024-12-17T23:48:10.5043190Z adding 'torch/include/ATen/core/ScalarType.h' 2024-12-17T23:48:10.5044430Z adding 'torch/include/ATen/core/Tensor.h' 2024-12-17T23:48:10.5046880Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-12-17T23:48:10.5055520Z adding 'torch/include/ATen/core/TensorBase.h' 2024-12-17T23:48:10.5091370Z adding 'torch/include/ATen/core/TensorBody.h' 2024-12-17T23:48:10.5093800Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-12-17T23:48:10.5095590Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-12-17T23:48:10.5096390Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-12-17T23:48:10.5097430Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-12-17T23:48:10.5098940Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-12-17T23:48:10.5100300Z adding 'torch/include/ATen/core/Variadic.h' 2024-12-17T23:48:10.5101610Z adding 'torch/include/ATen/core/Vitals.h' 2024-12-17T23:48:10.5103600Z adding 'torch/include/ATen/core/alias_info.h' 2024-12-17T23:48:10.5112820Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-12-17T23:48:10.5114890Z adding 'torch/include/ATen/core/blob.h' 2024-12-17T23:48:10.5115890Z adding 'torch/include/ATen/core/builtin_function.h' 2024-12-17T23:48:10.5119430Z adding 'torch/include/ATen/core/class_type.h' 2024-12-17T23:48:10.5120250Z adding 'torch/include/ATen/core/custom_class.h' 2024-12-17T23:48:10.5123170Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-12-17T23:48:10.5123910Z adding 'torch/include/ATen/core/enum_tag.h' 2024-12-17T23:48:10.5125370Z adding 'torch/include/ATen/core/enum_type.h' 2024-12-17T23:48:10.5126830Z adding 'torch/include/ATen/core/function.h' 2024-12-17T23:48:10.5132780Z adding 'torch/include/ATen/core/function_schema.h' 2024-12-17T23:48:10.5133910Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-12-17T23:48:10.5135050Z adding 'torch/include/ATen/core/functional.h' 2024-12-17T23:48:10.5136000Z adding 'torch/include/ATen/core/grad_mode.h' 2024-12-17T23:48:10.5139260Z adding 'torch/include/ATen/core/interned_strings.h' 2024-12-17T23:48:10.5140060Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-12-17T23:48:10.5151990Z adding 'torch/include/ATen/core/ivalue.h' 2024-12-17T23:48:10.5170430Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-12-17T23:48:10.5171660Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-12-17T23:48:10.5185930Z adding 'torch/include/ATen/core/jit_type.h' 2024-12-17T23:48:10.5191020Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-12-17T23:48:10.5192360Z adding 'torch/include/ATen/core/operator_name.h' 2024-12-17T23:48:10.5194430Z adding 'torch/include/ATen/core/qualified_name.h' 2024-12-17T23:48:10.5195380Z adding 'torch/include/ATen/core/rref_interface.h' 2024-12-17T23:48:10.5197630Z adding 'torch/include/ATen/core/stack.h' 2024-12-17T23:48:10.5199410Z adding 'torch/include/ATen/core/symbol.h' 2024-12-17T23:48:10.5200650Z adding 'torch/include/ATen/core/type_factory.h' 2024-12-17T23:48:10.5201780Z adding 'torch/include/ATen/core/type_ptr.h' 2024-12-17T23:48:10.5202660Z adding 'torch/include/ATen/core/typeid.h' 2024-12-17T23:48:10.5205620Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-12-17T23:48:10.5206810Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-12-17T23:48:10.5209240Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-12-17T23:48:10.5211810Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-12-17T23:48:10.5212620Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-12-17T23:48:10.5214120Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-12-17T23:48:10.5215320Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-12-17T23:48:10.5218540Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-12-17T23:48:10.5224020Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-12-17T23:48:10.5225390Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-12-17T23:48:10.5227540Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-12-17T23:48:10.5229970Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-12-17T23:48:10.5237150Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-12-17T23:48:10.5238130Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-12-17T23:48:10.5241770Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-12-17T23:48:10.5242640Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-12-17T23:48:10.5243740Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-12-17T23:48:10.5245840Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-12-17T23:48:10.5247350Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-12-17T23:48:10.5249700Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-12-17T23:48:10.5254310Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-12-17T23:48:10.5255420Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-12-17T23:48:10.5256440Z adding 'torch/include/ATen/cpu/Utils.h' 2024-12-17T23:48:10.5258620Z adding 'torch/include/ATen/cpu/vml.h' 2024-12-17T23:48:10.5259680Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-12-17T23:48:10.5262210Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-12-17T23:48:10.5265370Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-12-17T23:48:10.5266380Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-12-17T23:48:10.5267510Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-12-17T23:48:10.5274250Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-12-17T23:48:10.5275370Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-12-17T23:48:10.5276540Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-12-17T23:48:10.5279180Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-12-17T23:48:10.5281660Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-12-17T23:48:10.5283070Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-12-17T23:48:10.5285170Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-12-17T23:48:10.5287930Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-12-17T23:48:10.5290950Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-12-17T23:48:10.5294180Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-12-17T23:48:10.5297240Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-12-17T23:48:10.5298390Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2024-12-17T23:48:10.5302240Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2024-12-17T23:48:10.5303250Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2024-12-17T23:48:10.5306940Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2024-12-17T23:48:10.5310330Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2024-12-17T23:48:10.5312500Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2024-12-17T23:48:10.5314690Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-12-17T23:48:10.5315490Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-12-17T23:48:10.5318220Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-12-17T23:48:10.5323930Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-12-17T23:48:10.5327620Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-12-17T23:48:10.5331430Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-12-17T23:48:10.5333610Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-12-17T23:48:10.5336140Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-12-17T23:48:10.5340140Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-12-17T23:48:10.5348210Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-12-17T23:48:10.5350590Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-12-17T23:48:10.5357070Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-12-17T23:48:10.5358660Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-12-17T23:48:10.5360960Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-12-17T23:48:10.5364770Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-12-17T23:48:10.5368840Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-12-17T23:48:10.5371700Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-12-17T23:48:10.5374590Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-12-17T23:48:10.5377140Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-12-17T23:48:10.5379510Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-12-17T23:48:10.5381690Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-12-17T23:48:10.5383950Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-12-17T23:48:10.5387050Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-12-17T23:48:10.5390180Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-12-17T23:48:10.5393890Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-12-17T23:48:10.5409240Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-12-17T23:48:10.5412320Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-12-17T23:48:10.5421320Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-12-17T23:48:10.5425770Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-12-17T23:48:10.5431120Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-12-17T23:48:10.5433270Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-12-17T23:48:10.5436010Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-12-17T23:48:10.5440390Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-12-17T23:48:10.5447760Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-12-17T23:48:10.5450510Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-12-17T23:48:10.5456990Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-12-17T23:48:10.5458510Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-12-17T23:48:10.5459780Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-12-17T23:48:10.5461130Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-12-17T23:48:10.5464920Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-12-17T23:48:10.5469290Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-12-17T23:48:10.5471670Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-12-17T23:48:10.5472500Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-12-17T23:48:10.5473870Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-12-17T23:48:10.5475140Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-12-17T23:48:10.5476190Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-12-17T23:48:10.5478540Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-12-17T23:48:10.5484250Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-12-17T23:48:10.5484490Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-12-17T23:48:10.5484840Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-12-17T23:48:10.5485090Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-12-17T23:48:10.5486330Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-12-17T23:48:10.5488600Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-12-17T23:48:10.5489300Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-12-17T23:48:10.5490260Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-12-17T23:48:10.5491450Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-12-17T23:48:10.5492750Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-12-17T23:48:10.5493760Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-12-17T23:48:10.5496250Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-12-17T23:48:10.5497450Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-12-17T23:48:10.5498410Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-12-17T23:48:10.5499340Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-12-17T23:48:10.5500360Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-12-17T23:48:10.5501380Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-12-17T23:48:10.5502680Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-12-17T23:48:10.5503620Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-12-17T23:48:10.5504610Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-12-17T23:48:10.5508950Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-12-17T23:48:10.5510300Z adding 'torch/include/ATen/cuda/cub.h' 2024-12-17T23:48:10.5511530Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-12-17T23:48:10.5512640Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-12-17T23:48:10.5514960Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-12-17T23:48:10.5515680Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-12-17T23:48:10.5517720Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-12-17T23:48:10.5520750Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-12-17T23:48:10.5521730Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-12-17T23:48:10.5523790Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-12-17T23:48:10.5524610Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-12-17T23:48:10.5525560Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-12-17T23:48:10.5527290Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-12-17T23:48:10.5528320Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-12-17T23:48:10.5529740Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-12-17T23:48:10.5530950Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-12-17T23:48:10.5533650Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-12-17T23:48:10.5537090Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-12-17T23:48:10.5539200Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-12-17T23:48:10.5540000Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-12-17T23:48:10.5542270Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-12-17T23:48:10.5543870Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-12-17T23:48:10.5546630Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-12-17T23:48:10.5550270Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-12-17T23:48:10.5551030Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-12-17T23:48:10.5551910Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-12-17T23:48:10.5552940Z adding 'torch/include/ATen/cudnn/Types.h' 2024-12-17T23:48:10.5553940Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-12-17T23:48:10.5554990Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-12-17T23:48:10.5556600Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-12-17T23:48:10.5558700Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-12-17T23:48:10.5560070Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-12-17T23:48:10.5561020Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-12-17T23:48:10.5562220Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2024-12-17T23:48:10.5563270Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-12-17T23:48:10.5564370Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-12-17T23:48:10.5565750Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-12-17T23:48:10.5567080Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-12-17T23:48:10.5568310Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-12-17T23:48:10.5569510Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-12-17T23:48:10.5571000Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-12-17T23:48:10.5574760Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-12-17T23:48:10.5575970Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-12-17T23:48:10.5578320Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-12-17T23:48:10.5579670Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-12-17T23:48:10.5581770Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-12-17T23:48:10.5582590Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-12-17T23:48:10.5585050Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-12-17T23:48:10.5587570Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-12-17T23:48:10.5588190Z adding 'torch/include/ATen/functorch/Macros.h' 2024-12-17T23:48:10.5589590Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-12-17T23:48:10.5591240Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-12-17T23:48:10.5592300Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-12-17T23:48:10.5593950Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-12-17T23:48:10.5594990Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-12-17T23:48:10.5598390Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-12-17T23:48:10.5599750Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-12-17T23:48:10.5601910Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-12-17T23:48:10.5602780Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-12-17T23:48:10.5603720Z adding 'torch/include/ATen/miopen/Handle.h' 2024-12-17T23:48:10.5604700Z adding 'torch/include/ATen/miopen/Types.h' 2024-12-17T23:48:10.5605680Z adding 'torch/include/ATen/miopen/Utils.h' 2024-12-17T23:48:10.5606580Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-12-17T23:48:10.5608010Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-12-17T23:48:10.5609870Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-12-17T23:48:10.5614840Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-12-17T23:48:10.5616130Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-12-17T23:48:10.5617360Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-12-17T23:48:10.5619350Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-12-17T23:48:10.5620840Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-12-17T23:48:10.5622890Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-12-17T23:48:10.5623890Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-12-17T23:48:10.5628230Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-12-17T23:48:10.5629630Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-12-17T23:48:10.5632190Z adding 'torch/include/ATen/native/Activation.h' 2024-12-17T23:48:10.5633150Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-12-17T23:48:10.5634190Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-12-17T23:48:10.5636480Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-12-17T23:48:10.5637720Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-12-17T23:48:10.5640110Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-12-17T23:48:10.5641630Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-12-17T23:48:10.5642900Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-12-17T23:48:10.5643940Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-12-17T23:48:10.5645500Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-12-17T23:48:10.5646530Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-12-17T23:48:10.5648640Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-12-17T23:48:10.5652010Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-12-17T23:48:10.5652790Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-12-17T23:48:10.5653720Z adding 'torch/include/ATen/native/Copy.h' 2024-12-17T23:48:10.5654690Z adding 'torch/include/ATen/native/Cross.h' 2024-12-17T23:48:10.5656870Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-12-17T23:48:10.5659700Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-12-17T23:48:10.5660480Z adding 'torch/include/ATen/native/Distance.h' 2024-12-17T23:48:10.5664830Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-12-17T23:48:10.5669900Z adding 'torch/include/ATen/native/Distributions.h' 2024-12-17T23:48:10.5671350Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-12-17T23:48:10.5672450Z adding 'torch/include/ATen/native/Fill.h' 2024-12-17T23:48:10.5676110Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-12-17T23:48:10.5677190Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-12-17T23:48:10.5678210Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-12-17T23:48:10.5679170Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-12-17T23:48:10.5680220Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-12-17T23:48:10.5681160Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-12-17T23:48:10.5682210Z adding 'torch/include/ATen/native/Gelu.h' 2024-12-17T23:48:10.5684760Z adding 'torch/include/ATen/native/GridSampler.h' 2024-12-17T23:48:10.5685820Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-12-17T23:48:10.5686830Z adding 'torch/include/ATen/native/Histogram.h' 2024-12-17T23:48:10.5687900Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-12-17T23:48:10.5690120Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-12-17T23:48:10.5690840Z adding 'torch/include/ATen/native/Lerp.h' 2024-12-17T23:48:10.5691810Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-12-17T23:48:10.5698200Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-12-17T23:48:10.5699180Z adding 'torch/include/ATen/native/LossMulti.h' 2024-12-17T23:48:10.5729680Z adding 'torch/include/ATen/native/Math.h' 2024-12-17T23:48:10.5731830Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-12-17T23:48:10.5734060Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-12-17T23:48:10.5735280Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-12-17T23:48:10.5736330Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-12-17T23:48:10.5737690Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-12-17T23:48:10.5738740Z adding 'torch/include/ATen/native/Normalization.h' 2024-12-17T23:48:10.5739920Z adding 'torch/include/ATen/native/Padding.h' 2024-12-17T23:48:10.5741110Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-12-17T23:48:10.5742090Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-12-17T23:48:10.5745120Z adding 'torch/include/ATen/native/Pool.h' 2024-12-17T23:48:10.5746060Z adding 'torch/include/ATen/native/Pow.h' 2024-12-17T23:48:10.5747240Z adding 'torch/include/ATen/native/RNN.h' 2024-12-17T23:48:10.5748260Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-12-17T23:48:10.5749240Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-12-17T23:48:10.5750380Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-12-17T23:48:10.5753960Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-12-17T23:48:10.5754850Z adding 'torch/include/ATen/native/ReductionType.h' 2024-12-17T23:48:10.5755990Z adding 'torch/include/ATen/native/Repeat.h' 2024-12-17T23:48:10.5758310Z adding 'torch/include/ATen/native/Resize.h' 2024-12-17T23:48:10.5759370Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-12-17T23:48:10.5760850Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-12-17T23:48:10.5761940Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-12-17T23:48:10.5764830Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-12-17T23:48:10.5765870Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-12-17T23:48:10.5766830Z adding 'torch/include/ATen/native/Sorting.h' 2024-12-17T23:48:10.5768040Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-12-17T23:48:10.5770360Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-12-17T23:48:10.5771560Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-12-17T23:48:10.5773620Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-12-17T23:48:10.5774480Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-12-17T23:48:10.5776070Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-12-17T23:48:10.5777100Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-12-17T23:48:10.5778170Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-12-17T23:48:10.5779330Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-12-17T23:48:10.5781430Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-12-17T23:48:10.5782030Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-12-17T23:48:10.5783270Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-12-17T23:48:10.5784190Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-12-17T23:48:10.5786220Z adding 'torch/include/ATen/native/TensorShape.h' 2024-12-17T23:48:10.5786900Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-12-17T23:48:10.5788230Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-12-17T23:48:10.5789300Z adding 'torch/include/ATen/native/TransposeType.h' 2024-12-17T23:48:10.5790510Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-12-17T23:48:10.5791500Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-12-17T23:48:10.5792900Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-12-17T23:48:10.5793930Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-12-17T23:48:10.5794910Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-12-17T23:48:10.5796380Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-12-17T23:48:10.5800440Z adding 'torch/include/ATen/native/UpSample.h' 2024-12-17T23:48:10.5801390Z adding 'torch/include/ATen/native/batch_norm.h' 2024-12-17T23:48:10.5802410Z adding 'torch/include/ATen/native/group_norm.h' 2024-12-17T23:48:10.5803910Z adding 'torch/include/ATen/native/im2col.h' 2024-12-17T23:48:10.5806100Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-12-17T23:48:10.5807190Z adding 'torch/include/ATen/native/layer_norm.h' 2024-12-17T23:48:10.5808150Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-12-17T23:48:10.5809470Z adding 'torch/include/ATen/native/vol2col.h' 2024-12-17T23:48:10.5811490Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-12-17T23:48:10.5812040Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-12-17T23:48:10.5813050Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-12-17T23:48:10.5814020Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-12-17T23:48:10.5815070Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-12-17T23:48:10.5818150Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-12-17T23:48:10.5819160Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2024-12-17T23:48:10.5820250Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-12-17T23:48:10.5821700Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-12-17T23:48:10.5822750Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-12-17T23:48:10.5823940Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-12-17T23:48:10.5825260Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-12-17T23:48:10.5828500Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-12-17T23:48:10.5829300Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-12-17T23:48:10.5830310Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-12-17T23:48:10.5833580Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-12-17T23:48:10.5835810Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-12-17T23:48:10.5836690Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2024-12-17T23:48:10.5837570Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-12-17T23:48:10.5839650Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-12-17T23:48:10.5840410Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-12-17T23:48:10.5841470Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-12-17T23:48:10.5842430Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-12-17T23:48:10.5852380Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-12-17T23:48:10.5853430Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-12-17T23:48:10.5857140Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-12-17T23:48:10.5857960Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-12-17T23:48:10.5859120Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-12-17T23:48:10.5861420Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-12-17T23:48:10.5863530Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-12-17T23:48:10.5864760Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-12-17T23:48:10.5866790Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-12-17T23:48:10.5867630Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-12-17T23:48:10.5870580Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-12-17T23:48:10.5873410Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-12-17T23:48:10.5874180Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-12-17T23:48:10.5875110Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-12-17T23:48:10.5879740Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-12-17T23:48:10.5880680Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-12-17T23:48:10.5881750Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-12-17T23:48:10.5886860Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-12-17T23:48:10.5887670Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-12-17T23:48:10.5888730Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-12-17T23:48:10.5891720Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-12-17T23:48:10.5892560Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-12-17T23:48:10.5895060Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-12-17T23:48:10.5895870Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-12-17T23:48:10.5896810Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-12-17T23:48:10.5899190Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-12-17T23:48:10.5900960Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-12-17T23:48:10.5901750Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-12-17T23:48:10.5904490Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-12-17T23:48:10.5926740Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-12-17T23:48:10.5930380Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-12-17T23:48:10.5931340Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-12-17T23:48:10.5934370Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-12-17T23:48:10.5945780Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-12-17T23:48:10.5949460Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-12-17T23:48:10.5950430Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-12-17T23:48:10.5951850Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-12-17T23:48:10.5962090Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-12-17T23:48:10.5963070Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-12-17T23:48:10.5964310Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-12-17T23:48:10.5965360Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-12-17T23:48:10.5966360Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-12-17T23:48:10.5970490Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-12-17T23:48:10.5975550Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-12-17T23:48:10.5975800Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-12-17T23:48:10.5976080Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-12-17T23:48:10.5976320Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-12-17T23:48:10.5977620Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-12-17T23:48:10.5980940Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-12-17T23:48:10.5984820Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-12-17T23:48:10.5985550Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-12-17T23:48:10.5986460Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-12-17T23:48:10.5987420Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-12-17T23:48:10.5990270Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-12-17T23:48:10.5991490Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-12-17T23:48:10.5992640Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-12-17T23:48:10.5993600Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-12-17T23:48:10.5996110Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-12-17T23:48:10.5996700Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-12-17T23:48:10.5997700Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-12-17T23:48:10.6000140Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-12-17T23:48:10.6001910Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-12-17T23:48:10.6006460Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-12-17T23:48:10.6007350Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-12-17T23:48:10.6009960Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-12-17T23:48:10.6011080Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2024-12-17T23:48:10.6012080Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2024-12-17T23:48:10.6014390Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2024-12-17T23:48:10.6015240Z adding 'torch/include/ATen/native/hip/ck_types.h' 2024-12-17T23:48:10.6019760Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2024-12-17T23:48:10.6020920Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2024-12-17T23:48:10.6022270Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2024-12-17T23:48:10.6023650Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2024-12-17T23:48:10.6024890Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-12-17T23:48:10.6026280Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-12-17T23:48:10.6027400Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-12-17T23:48:10.6029560Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-12-17T23:48:10.6030920Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2024-12-17T23:48:10.6035060Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-12-17T23:48:10.6035880Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-12-17T23:48:10.6037230Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-12-17T23:48:10.6038490Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-12-17T23:48:10.6039820Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-12-17T23:48:10.6041150Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-12-17T23:48:10.6042240Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-12-17T23:48:10.6046040Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-12-17T23:48:10.6047560Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-12-17T23:48:10.6048810Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-12-17T23:48:10.6049920Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-12-17T23:48:10.6050860Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-12-17T23:48:10.6052040Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-12-17T23:48:10.6053020Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-12-17T23:48:10.6054450Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-12-17T23:48:10.6055800Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-12-17T23:48:10.6056920Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-12-17T23:48:10.6059920Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-12-17T23:48:10.6063540Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-12-17T23:48:10.6066100Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-12-17T23:48:10.6067670Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-12-17T23:48:10.6068670Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-12-17T23:48:10.6071570Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-12-17T23:48:10.6074380Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-12-17T23:48:10.6076770Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-12-17T23:48:10.6077470Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-12-17T23:48:10.6078640Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2024-12-17T23:48:10.6079700Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-12-17T23:48:10.6080660Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-12-17T23:48:10.6081730Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2024-12-17T23:48:10.6083180Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-12-17T23:48:10.6086830Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-12-17T23:48:10.6087880Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-12-17T23:48:10.6088970Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-12-17T23:48:10.6090370Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-12-17T23:48:10.6148520Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-12-17T23:48:10.6149530Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-12-17T23:48:10.6150790Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6151850Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6152910Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6153920Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h' 2024-12-17T23:48:10.6154950Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-12-17T23:48:10.6156110Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-12-17T23:48:10.6157280Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6158290Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-12-17T23:48:10.6159290Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-12-17T23:48:10.6160300Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h' 2024-12-17T23:48:10.6161360Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-12-17T23:48:10.6162520Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-12-17T23:48:10.6163760Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-12-17T23:48:10.6164950Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-12-17T23:48:10.6166130Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6167240Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6168150Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6169170Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-12-17T23:48:10.6170260Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-12-17T23:48:10.6171380Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6172350Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-12-17T23:48:10.6173310Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-12-17T23:48:10.6174350Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-12-17T23:48:10.6175440Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-12-17T23:48:10.6176410Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-12-17T23:48:10.6177550Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6178510Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-12-17T23:48:10.6179590Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-12-17T23:48:10.6180740Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-12-17T23:48:10.6181870Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6182900Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-12-17T23:48:10.6183940Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-12-17T23:48:10.6184990Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-12-17T23:48:10.6186340Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-12-17T23:48:10.6187430Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-12-17T23:48:10.6188630Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.6189570Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-12-17T23:48:10.6190610Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-12-17T23:48:10.6191640Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-12-17T23:48:10.6192650Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-12-17T23:48:10.6193690Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-12-17T23:48:10.6194830Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-12-17T23:48:10.6195960Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-12-17T23:48:10.6197100Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6198050Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-12-17T23:48:10.6199060Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-12-17T23:48:10.6200060Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-12-17T23:48:10.6201310Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-12-17T23:48:10.6202520Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-12-17T23:48:10.6203710Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6204750Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-12-17T23:48:10.6205730Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-12-17T23:48:10.6206810Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-12-17T23:48:10.6207990Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-12-17T23:48:10.6209080Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-12-17T23:48:10.6210220Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6211240Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-12-17T23:48:10.6212170Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-12-17T23:48:10.6213200Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-12-17T23:48:10.6214180Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-12-17T23:48:10.6215430Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-12-17T23:48:10.6216440Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-12-17T23:48:10.6217470Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-12-17T23:48:10.6218470Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-12-17T23:48:10.6219440Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-12-17T23:48:10.6220540Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-12-17T23:48:10.6221520Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-12-17T23:48:10.6222690Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6223580Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-12-17T23:48:10.6224660Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-12-17T23:48:10.6225860Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-12-17T23:48:10.6227030Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6228020Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2024-12-17T23:48:10.6229050Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-12-17T23:48:10.6230130Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-12-17T23:48:10.6231100Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-12-17T23:48:10.6232220Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6233120Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-12-17T23:48:10.6234160Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-12-17T23:48:10.6235120Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-12-17T23:48:10.6236220Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6237130Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-12-17T23:48:10.6238200Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-12-17T23:48:10.6239120Z adding 'torch/include/ATen/ops/_backward.h' 2024-12-17T23:48:10.6240230Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6241180Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-12-17T23:48:10.6242220Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-12-17T23:48:10.6243290Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-12-17T23:48:10.6244440Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-12-17T23:48:10.6246920Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6247610Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-12-17T23:48:10.6248780Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-12-17T23:48:10.6249910Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6250850Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-12-17T23:48:10.6252030Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-12-17T23:48:10.6253190Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-12-17T23:48:10.6254420Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6255380Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-12-17T23:48:10.6256620Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-12-17T23:48:10.6257810Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-12-17T23:48:10.6259010Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6260000Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-12-17T23:48:10.6261000Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-12-17T23:48:10.6261990Z adding 'torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h' 2024-12-17T23:48:10.6263090Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-12-17T23:48:10.6264430Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-12-17T23:48:10.6265370Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-12-17T23:48:10.6266490Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6267380Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-12-17T23:48:10.6268440Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-12-17T23:48:10.6269410Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-12-17T23:48:10.6270540Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6271430Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-12-17T23:48:10.6272440Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-12-17T23:48:10.6273440Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-12-17T23:48:10.6274550Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6275430Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-12-17T23:48:10.6276460Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-12-17T23:48:10.6277470Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-12-17T23:48:10.6278550Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6279410Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-12-17T23:48:10.6280430Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-12-17T23:48:10.6281420Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-12-17T23:48:10.6282490Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6283360Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-12-17T23:48:10.6284430Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-12-17T23:48:10.6285450Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-12-17T23:48:10.6286530Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6287390Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-12-17T23:48:10.6288380Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-12-17T23:48:10.6289370Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-12-17T23:48:10.6290460Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6291350Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-12-17T23:48:10.6292380Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-12-17T23:48:10.6293340Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-12-17T23:48:10.6294440Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6295340Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-12-17T23:48:10.6296360Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-12-17T23:48:10.6297420Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-12-17T23:48:10.6298530Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6299490Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6300460Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6301430Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-12-17T23:48:10.6302600Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-12-17T23:48:10.6303660Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-12-17T23:48:10.6304770Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6305790Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-12-17T23:48:10.6306810Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-12-17T23:48:10.6307720Z adding 'torch/include/ATen/ops/_cdist_forward_mps_dispatch.h' 2024-12-17T23:48:10.6308680Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-12-17T23:48:10.6309800Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-12-17T23:48:10.6310830Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-12-17T23:48:10.6311990Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6312940Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-12-17T23:48:10.6313900Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-12-17T23:48:10.6314860Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-12-17T23:48:10.6315960Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-12-17T23:48:10.6316970Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-12-17T23:48:10.6318120Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6319040Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-12-17T23:48:10.6320140Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-12-17T23:48:10.6321160Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-12-17T23:48:10.6322320Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6323290Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-12-17T23:48:10.6324290Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-12-17T23:48:10.6325360Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-12-17T23:48:10.6326370Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-12-17T23:48:10.6327440Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6328360Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-12-17T23:48:10.6329560Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-12-17T23:48:10.6330700Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-12-17T23:48:10.6331790Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6332700Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-12-17T23:48:10.6333670Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-12-17T23:48:10.6334820Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-12-17T23:48:10.6335890Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-12-17T23:48:10.6336950Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-12-17T23:48:10.6337940Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-12-17T23:48:10.6338900Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-12-17T23:48:10.6339980Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-12-17T23:48:10.6340920Z adding 'torch/include/ATen/ops/_conj.h' 2024-12-17T23:48:10.6342010Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6342950Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-12-17T23:48:10.6344030Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6345060Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.6345960Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-12-17T23:48:10.6347040Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-12-17T23:48:10.6348050Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-12-17T23:48:10.6349100Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-12-17T23:48:10.6350140Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-12-17T23:48:10.6351250Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6352160Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-12-17T23:48:10.6353270Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-12-17T23:48:10.6354620Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-12-17T23:48:10.6355890Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-12-17T23:48:10.6356900Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-12-17T23:48:10.6358040Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-12-17T23:48:10.6359140Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-12-17T23:48:10.6360270Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.6361210Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-12-17T23:48:10.6362200Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-12-17T23:48:10.6363190Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-12-17T23:48:10.6364170Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-12-17T23:48:10.6365170Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-12-17T23:48:10.6366270Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-12-17T23:48:10.6367370Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-12-17T23:48:10.6368550Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.6369480Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-12-17T23:48:10.6370470Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-12-17T23:48:10.6371430Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-12-17T23:48:10.6372420Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-12-17T23:48:10.6373400Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-12-17T23:48:10.6374490Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-12-17T23:48:10.6375520Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-12-17T23:48:10.6376550Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-12-17T23:48:10.6377510Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2024-12-17T23:48:10.6378540Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2024-12-17T23:48:10.6379490Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2024-12-17T23:48:10.6380520Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2024-12-17T23:48:10.6381510Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h' 2024-12-17T23:48:10.6382480Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-12-17T23:48:10.6383490Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-12-17T23:48:10.6385410Z adding 'torch/include/ATen/ops/_convolution.h' 2024-12-17T23:48:10.6386360Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6387410Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6388630Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-12-17T23:48:10.6389840Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6390780Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-12-17T23:48:10.6391910Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-12-17T23:48:10.6393030Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-12-17T23:48:10.6394170Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6395110Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-12-17T23:48:10.6396210Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-12-17T23:48:10.6397240Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-12-17T23:48:10.6398530Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-12-17T23:48:10.6399630Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-12-17T23:48:10.6400640Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-12-17T23:48:10.6401800Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6402730Z adding 'torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h' 2024-12-17T23:48:10.6403710Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-12-17T23:48:10.6404780Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-12-17T23:48:10.6405850Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6406780Z adding 'torch/include/ATen/ops/_copy_from_mps_dispatch.h' 2024-12-17T23:48:10.6407750Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-12-17T23:48:10.6408840Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-12-17T23:48:10.6409850Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-12-17T23:48:10.6410860Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-12-17T23:48:10.6411810Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-12-17T23:48:10.6412810Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-12-17T23:48:10.6413860Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-12-17T23:48:10.6414920Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-12-17T23:48:10.6416030Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-12-17T23:48:10.6417010Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-12-17T23:48:10.6418080Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-12-17T23:48:10.6419140Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-12-17T23:48:10.6420130Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-12-17T23:48:10.6421200Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-12-17T23:48:10.6422370Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-12-17T23:48:10.6423590Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-12-17T23:48:10.6424810Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6425800Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6426790Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6427820Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-12-17T23:48:10.6429060Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-12-17T23:48:10.6430240Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6431210Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-12-17T23:48:10.6432180Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-12-17T23:48:10.6433160Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-12-17T23:48:10.6434240Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-12-17T23:48:10.6435600Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-12-17T23:48:10.6436770Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-12-17T23:48:10.6437920Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6438920Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-12-17T23:48:10.6439940Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-12-17T23:48:10.6441150Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-12-17T23:48:10.6442300Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-12-17T23:48:10.6443430Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6444450Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-12-17T23:48:10.6445410Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-12-17T23:48:10.6446540Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-12-17T23:48:10.6453520Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-12-17T23:48:10.6453800Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-12-17T23:48:10.6454040Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6454180Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6454300Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-12-17T23:48:10.6455090Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-12-17T23:48:10.6456360Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6457370Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-12-17T23:48:10.6458730Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-12-17T23:48:10.6460050Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6461070Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-12-17T23:48:10.6462040Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-12-17T23:48:10.6463200Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-12-17T23:48:10.6464240Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-12-17T23:48:10.6465620Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-12-17T23:48:10.6466640Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-12-17T23:48:10.6467700Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6468650Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-12-17T23:48:10.6469670Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-12-17T23:48:10.6470680Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-12-17T23:48:10.6471800Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6472710Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-12-17T23:48:10.6473780Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-12-17T23:48:10.6474760Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-12-17T23:48:10.6475880Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6476790Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-12-17T23:48:10.6477810Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-12-17T23:48:10.6478770Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-12-17T23:48:10.6479870Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6480790Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-12-17T23:48:10.6481890Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-12-17T23:48:10.6482840Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-12-17T23:48:10.6483910Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-12-17T23:48:10.6484850Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-12-17T23:48:10.6485810Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-12-17T23:48:10.6486880Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-12-17T23:48:10.6487860Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-12-17T23:48:10.6488880Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-12-17T23:48:10.6490210Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-12-17T23:48:10.6491170Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-12-17T23:48:10.6492320Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-12-17T23:48:10.6493240Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-12-17T23:48:10.6494330Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6495220Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-12-17T23:48:10.6496240Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-12-17T23:48:10.6497140Z adding 'torch/include/ATen/ops/_dimI.h' 2024-12-17T23:48:10.6498120Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-12-17T23:48:10.6499150Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-12-17T23:48:10.6500090Z adding 'torch/include/ATen/ops/_dimV.h' 2024-12-17T23:48:10.6501040Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-12-17T23:48:10.6502040Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-12-17T23:48:10.6503020Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-12-17T23:48:10.6504120Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6505050Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-12-17T23:48:10.6506070Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-12-17T23:48:10.6507080Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-12-17T23:48:10.6508240Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6509170Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-12-17T23:48:10.6510120Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-12-17T23:48:10.6511140Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-12-17T23:48:10.6512160Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-12-17T23:48:10.6513550Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-12-17T23:48:10.6514720Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6515780Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-12-17T23:48:10.6516990Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-12-17T23:48:10.6518310Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-12-17T23:48:10.6519450Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-12-17T23:48:10.6520460Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-12-17T23:48:10.6521640Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-12-17T23:48:10.6522990Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-12-17T23:48:10.6524120Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6525130Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-12-17T23:48:10.6526120Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-12-17T23:48:10.6527100Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-12-17T23:48:10.6528080Z adding 'torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h' 2024-12-17T23:48:10.6529120Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-12-17T23:48:10.6530290Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-12-17T23:48:10.6531460Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-12-17T23:48:10.6532650Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-12-17T23:48:10.6533810Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6534820Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6535830Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-12-17T23:48:10.6536960Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-12-17T23:48:10.6538110Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6539090Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-12-17T23:48:10.6540110Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-12-17T23:48:10.6541530Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-12-17T23:48:10.6542770Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6543750Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6544730Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6545770Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-12-17T23:48:10.6546970Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-12-17T23:48:10.6548140Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-12-17T23:48:10.6549310Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6550270Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-12-17T23:48:10.6551250Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-12-17T23:48:10.6552300Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-12-17T23:48:10.6553500Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-12-17T23:48:10.6554540Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-12-17T23:48:10.6555760Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-12-17T23:48:10.6557020Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-12-17T23:48:10.6558180Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6559190Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6560180Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6561190Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-12-17T23:48:10.6562360Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-12-17T23:48:10.6563480Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-12-17T23:48:10.6564640Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6565590Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-12-17T23:48:10.6566700Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-12-17T23:48:10.6568190Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-12-17T23:48:10.6569370Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6570370Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-12-17T23:48:10.6571390Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-12-17T23:48:10.6572570Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-12-17T23:48:10.6574530Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-12-17T23:48:10.6575360Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6576420Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-12-17T23:48:10.6577520Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-12-17T23:48:10.6578770Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-12-17T23:48:10.6579760Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-12-17T23:48:10.6580900Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6581780Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-12-17T23:48:10.6582860Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-12-17T23:48:10.6584070Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-12-17T23:48:10.6585090Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-12-17T23:48:10.6586180Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6587140Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6588130Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-12-17T23:48:10.6589220Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-12-17T23:48:10.6590380Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6591350Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-12-17T23:48:10.6592370Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-12-17T23:48:10.6593360Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-12-17T23:48:10.6594480Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-12-17T23:48:10.6595570Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-12-17T23:48:10.6596620Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-12-17T23:48:10.6597700Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-12-17T23:48:10.6598710Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6599650Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-12-17T23:48:10.6600750Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-12-17T23:48:10.6601860Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6602800Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-12-17T23:48:10.6603770Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-12-17T23:48:10.6604760Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-12-17T23:48:10.6605890Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-12-17T23:48:10.6607070Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-12-17T23:48:10.6608230Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6609220Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-12-17T23:48:10.6610190Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-12-17T23:48:10.6611210Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-12-17T23:48:10.6612360Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-12-17T23:48:10.6613460Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-12-17T23:48:10.6614570Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-12-17T23:48:10.6615570Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-12-17T23:48:10.6616620Z adding 'torch/include/ATen/ops/_fft_c2c_mps_dispatch.h' 2024-12-17T23:48:10.6617610Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-12-17T23:48:10.6618730Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-12-17T23:48:10.6619970Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-12-17T23:48:10.6621060Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-12-17T23:48:10.6622110Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-12-17T23:48:10.6623120Z adding 'torch/include/ATen/ops/_fft_c2r_mps_dispatch.h' 2024-12-17T23:48:10.6624130Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-12-17T23:48:10.6625240Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-12-17T23:48:10.6626290Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-12-17T23:48:10.6627350Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-12-17T23:48:10.6628370Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-12-17T23:48:10.6629360Z adding 'torch/include/ATen/ops/_fft_r2c_mps_dispatch.h' 2024-12-17T23:48:10.6630400Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-12-17T23:48:10.6631500Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-12-17T23:48:10.6632570Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-12-17T23:48:10.6633620Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-12-17T23:48:10.6634620Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-12-17T23:48:10.6635570Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-12-17T23:48:10.6636610Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-12-17T23:48:10.6637910Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-12-17T23:48:10.6639100Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-12-17T23:48:10.6640110Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-12-17T23:48:10.6641420Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-12-17T23:48:10.6642830Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-12-17T23:48:10.6644010Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-12-17T23:48:10.6645000Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-12-17T23:48:10.6646200Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-12-17T23:48:10.6647250Z adding 'torch/include/ATen/ops/_foobar.h' 2024-12-17T23:48:10.6648380Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6649310Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-12-17T23:48:10.6650310Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-12-17T23:48:10.6651400Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-12-17T23:48:10.6652440Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-12-17T23:48:10.6653560Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6654480Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-12-17T23:48:10.6655460Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-12-17T23:48:10.6656570Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-12-17T23:48:10.6657580Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-12-17T23:48:10.6658710Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6659680Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-12-17T23:48:10.6660670Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-12-17T23:48:10.6661760Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-12-17T23:48:10.6663130Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-12-17T23:48:10.6664320Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6665340Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-12-17T23:48:10.6666440Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-12-17T23:48:10.6668380Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-12-17T23:48:10.6669280Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-12-17T23:48:10.6670520Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6671490Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-12-17T23:48:10.6672680Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-12-17T23:48:10.6674390Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-12-17T23:48:10.6675400Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-12-17T23:48:10.6676590Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6677610Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-12-17T23:48:10.6678710Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-12-17T23:48:10.6680310Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-12-17T23:48:10.6681390Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-12-17T23:48:10.6682450Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6683390Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-12-17T23:48:10.6684340Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-12-17T23:48:10.6685440Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-12-17T23:48:10.6686460Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-12-17T23:48:10.6687560Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6688470Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-12-17T23:48:10.6689450Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-12-17T23:48:10.6690520Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-12-17T23:48:10.6691530Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-12-17T23:48:10.6692610Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6693560Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-12-17T23:48:10.6694480Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-12-17T23:48:10.6695610Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-12-17T23:48:10.6696810Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-12-17T23:48:10.6697980Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6698940Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-12-17T23:48:10.6700000Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-12-17T23:48:10.6701390Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-12-17T23:48:10.6702560Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-12-17T23:48:10.6703720Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6704710Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-12-17T23:48:10.6705740Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-12-17T23:48:10.6707150Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-12-17T23:48:10.6708180Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-12-17T23:48:10.6709290Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6710290Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-12-17T23:48:10.6711290Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-12-17T23:48:10.6712490Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-12-17T23:48:10.6713530Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-12-17T23:48:10.6714660Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6715620Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-12-17T23:48:10.6716550Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-12-17T23:48:10.6717650Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-12-17T23:48:10.6718640Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-12-17T23:48:10.6719700Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6720600Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-12-17T23:48:10.6721590Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-12-17T23:48:10.6722720Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-12-17T23:48:10.6723910Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-12-17T23:48:10.6725100Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6726060Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-12-17T23:48:10.6727190Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-12-17T23:48:10.6728820Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-12-17T23:48:10.6729690Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-12-17T23:48:10.6730750Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6731700Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-12-17T23:48:10.6732620Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-12-17T23:48:10.6733680Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-12-17T23:48:10.6734660Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-12-17T23:48:10.6735740Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6736630Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-12-17T23:48:10.6737570Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-12-17T23:48:10.6739170Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-12-17T23:48:10.6740000Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-12-17T23:48:10.6741090Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6741990Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-12-17T23:48:10.6742970Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-12-17T23:48:10.6744020Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-12-17T23:48:10.6745060Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-12-17T23:48:10.6746150Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6747080Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-12-17T23:48:10.6748050Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-12-17T23:48:10.6749120Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-12-17T23:48:10.6750160Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-12-17T23:48:10.6751250Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6752160Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-12-17T23:48:10.6753080Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-12-17T23:48:10.6754160Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-12-17T23:48:10.6755140Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-12-17T23:48:10.6756200Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6757130Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-12-17T23:48:10.6758080Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-12-17T23:48:10.6759140Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-12-17T23:48:10.6760360Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-12-17T23:48:10.6761520Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6762520Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-12-17T23:48:10.6763590Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-12-17T23:48:10.6765020Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-12-17T23:48:10.6766060Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-12-17T23:48:10.6767160Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6768080Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-12-17T23:48:10.6769030Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-12-17T23:48:10.6770090Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-12-17T23:48:10.6771150Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-12-17T23:48:10.6772120Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-12-17T23:48:10.6773210Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6774150Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-12-17T23:48:10.6775100Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-12-17T23:48:10.6776190Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-12-17T23:48:10.6777230Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-12-17T23:48:10.6778320Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6779250Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-12-17T23:48:10.6780200Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-12-17T23:48:10.6781330Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-12-17T23:48:10.6782310Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-12-17T23:48:10.6783430Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6784360Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-12-17T23:48:10.6785340Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-12-17T23:48:10.6786420Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-12-17T23:48:10.6787510Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6788430Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-12-17T23:48:10.6789430Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-12-17T23:48:10.6790460Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-12-17T23:48:10.6791470Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-12-17T23:48:10.6792540Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6793470Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-12-17T23:48:10.6794440Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-12-17T23:48:10.6795530Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-12-17T23:48:10.6796760Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-12-17T23:48:10.6797940Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6798920Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-12-17T23:48:10.6799990Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-12-17T23:48:10.6801370Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-12-17T23:48:10.6802650Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-12-17T23:48:10.6803840Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6804850Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-12-17T23:48:10.6805920Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-12-17T23:48:10.6807310Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-12-17T23:48:10.6808540Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-12-17T23:48:10.6809760Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6810720Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-12-17T23:48:10.6811830Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-12-17T23:48:10.6813770Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-12-17T23:48:10.6814340Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-12-17T23:48:10.6815430Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6816350Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-12-17T23:48:10.6817310Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-12-17T23:48:10.6818420Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-12-17T23:48:10.6819480Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-12-17T23:48:10.6820710Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6821620Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-12-17T23:48:10.6822600Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-12-17T23:48:10.6823700Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-12-17T23:48:10.6824880Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-12-17T23:48:10.6826030Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6827020Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-12-17T23:48:10.6828090Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-12-17T23:48:10.6829520Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-12-17T23:48:10.6830570Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-12-17T23:48:10.6831690Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6832600Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-12-17T23:48:10.6833560Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-12-17T23:48:10.6834680Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-12-17T23:48:10.6835710Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-12-17T23:48:10.6836840Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6837770Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-12-17T23:48:10.6838800Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-12-17T23:48:10.6839960Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-12-17T23:48:10.6840970Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2024-12-17T23:48:10.6842060Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6842990Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2024-12-17T23:48:10.6843950Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2024-12-17T23:48:10.6845060Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2024-12-17T23:48:10.6846090Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-12-17T23:48:10.6847230Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6848210Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-12-17T23:48:10.6849190Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-12-17T23:48:10.6850330Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-12-17T23:48:10.6851340Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-12-17T23:48:10.6852450Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6853380Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-12-17T23:48:10.6854340Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-12-17T23:48:10.6855430Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-12-17T23:48:10.6856510Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-12-17T23:48:10.6857600Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6858580Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-12-17T23:48:10.6859530Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-12-17T23:48:10.6860580Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-12-17T23:48:10.6861590Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-12-17T23:48:10.6862730Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6863630Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-12-17T23:48:10.6864630Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-12-17T23:48:10.6865710Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-12-17T23:48:10.6866740Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-12-17T23:48:10.6867900Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6868750Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-12-17T23:48:10.6869710Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-12-17T23:48:10.6870790Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-12-17T23:48:10.6871970Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-12-17T23:48:10.6873140Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6874140Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-12-17T23:48:10.6875260Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-12-17T23:48:10.6876670Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-12-17T23:48:10.6877680Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-12-17T23:48:10.6878730Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6879630Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-12-17T23:48:10.6880590Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-12-17T23:48:10.6881660Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-12-17T23:48:10.6882640Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-12-17T23:48:10.6883710Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6884620Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-12-17T23:48:10.6885570Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-12-17T23:48:10.6886620Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-12-17T23:48:10.6887640Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-12-17T23:48:10.6888710Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6889650Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-12-17T23:48:10.6890640Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-12-17T23:48:10.6891710Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-12-17T23:48:10.6892730Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-12-17T23:48:10.6893810Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6894750Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-12-17T23:48:10.6895710Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-12-17T23:48:10.6896800Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-12-17T23:48:10.6897840Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-12-17T23:48:10.6898860Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-12-17T23:48:10.6899840Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-12-17T23:48:10.6900850Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-12-17T23:48:10.6901870Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-12-17T23:48:10.6902970Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6903870Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-12-17T23:48:10.6904920Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-12-17T23:48:10.6905930Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-12-17T23:48:10.6907060Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6908000Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-12-17T23:48:10.6909110Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6910010Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-12-17T23:48:10.6911080Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-12-17T23:48:10.6912040Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-12-17T23:48:10.6913120Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-12-17T23:48:10.6914240Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-12-17T23:48:10.6915420Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6916410Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-12-17T23:48:10.6917420Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-12-17T23:48:10.6918680Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-12-17T23:48:10.6920280Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-12-17T23:48:10.6921390Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6922420Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-12-17T23:48:10.6923380Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-12-17T23:48:10.6924360Z adding 'torch/include/ATen/ops/_fused_adam_mps_dispatch.h' 2024-12-17T23:48:10.6925570Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-12-17T23:48:10.6927660Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-12-17T23:48:10.6928680Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-12-17T23:48:10.6929950Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6930890Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-12-17T23:48:10.6931860Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-12-17T23:48:10.6932840Z adding 'torch/include/ATen/ops/_fused_adamw_mps_dispatch.h' 2024-12-17T23:48:10.6934020Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-12-17T23:48:10.6935930Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-12-17T23:48:10.6936790Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-12-17T23:48:10.6937940Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6938880Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-12-17T23:48:10.6939840Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-12-17T23:48:10.6940960Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-12-17T23:48:10.6942250Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-12-17T23:48:10.6943460Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6944460Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-12-17T23:48:10.6945460Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-12-17T23:48:10.6946500Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-12-17T23:48:10.6947890Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-12-17T23:48:10.6948890Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-12-17T23:48:10.6949930Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-12-17T23:48:10.6950900Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-12-17T23:48:10.6951860Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-12-17T23:48:10.6952850Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-12-17T23:48:10.6953950Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-12-17T23:48:10.6955300Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-12-17T23:48:10.6956540Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6957530Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-12-17T23:48:10.6958510Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-12-17T23:48:10.6959480Z adding 'torch/include/ATen/ops/_fused_sgd_mps_dispatch.h' 2024-12-17T23:48:10.6960640Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-12-17T23:48:10.6962580Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-12-17T23:48:10.6963170Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-12-17T23:48:10.6964330Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6965280Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-12-17T23:48:10.6966370Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6967410Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.6968260Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-12-17T23:48:10.6969360Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-12-17T23:48:10.6970320Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-12-17T23:48:10.6971370Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-12-17T23:48:10.6972370Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-12-17T23:48:10.6973490Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6974370Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-12-17T23:48:10.6975420Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-12-17T23:48:10.6976490Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-12-17T23:48:10.6977540Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-12-17T23:48:10.6978680Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6979630Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-12-17T23:48:10.6985540Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-12-17T23:48:10.6985880Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6986030Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-12-17T23:48:10.6986750Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-12-17T23:48:10.6986890Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-12-17T23:48:10.6987130Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.6987290Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-12-17T23:48:10.6988370Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-12-17T23:48:10.6989150Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-12-17T23:48:10.6990250Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6991150Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-12-17T23:48:10.6992190Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-12-17T23:48:10.6993270Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-12-17T23:48:10.6994420Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.6995410Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-12-17T23:48:10.6996520Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h' 2024-12-17T23:48:10.6998870Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-12-17T23:48:10.6999700Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-12-17T23:48:10.7000820Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-12-17T23:48:10.7001940Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7002900Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-12-17T23:48:10.7003850Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h' 2024-12-17T23:48:10.7004830Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-12-17T23:48:10.7005970Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-12-17T23:48:10.7007080Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-12-17T23:48:10.7008190Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7009150Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-12-17T23:48:10.7010110Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h' 2024-12-17T23:48:10.7011090Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-12-17T23:48:10.7012180Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-12-17T23:48:10.7013230Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-12-17T23:48:10.7014400Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7015340Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-12-17T23:48:10.7016310Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-12-17T23:48:10.7017280Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-12-17T23:48:10.7018220Z adding 'torch/include/ATen/ops/_index_put_impl_mps_dispatch.h' 2024-12-17T23:48:10.7019230Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-12-17T23:48:10.7020410Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-12-17T23:48:10.7021370Z adding 'torch/include/ATen/ops/_indices.h' 2024-12-17T23:48:10.7022400Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-12-17T23:48:10.7023520Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7024580Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7025440Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-12-17T23:48:10.7026510Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-12-17T23:48:10.7027490Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-12-17T23:48:10.7028530Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-12-17T23:48:10.7029530Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-12-17T23:48:10.7030580Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-12-17T23:48:10.7031570Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-12-17T23:48:10.7032530Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-12-17T23:48:10.7033610Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-12-17T23:48:10.7034590Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-12-17T23:48:10.7035670Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7036570Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-12-17T23:48:10.7037560Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-12-17T23:48:10.7038540Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-12-17T23:48:10.7039610Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7040480Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-12-17T23:48:10.7041470Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-12-17T23:48:10.7042440Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-12-17T23:48:10.7043510Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7044380Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-12-17T23:48:10.7045390Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-12-17T23:48:10.7046550Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-12-17T23:48:10.7047610Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-12-17T23:48:10.7048630Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-12-17T23:48:10.7049590Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-12-17T23:48:10.7050640Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-12-17T23:48:10.7051550Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-12-17T23:48:10.7052670Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7053520Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-12-17T23:48:10.7054520Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-12-17T23:48:10.7055510Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-12-17T23:48:10.7056610Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7057510Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-12-17T23:48:10.7058550Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-12-17T23:48:10.7059580Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-12-17T23:48:10.7060720Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7061630Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-12-17T23:48:10.7062640Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-12-17T23:48:10.7063610Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-12-17T23:48:10.7064620Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-12-17T23:48:10.7065590Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-12-17T23:48:10.7066680Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-12-17T23:48:10.7067760Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-12-17T23:48:10.7068920Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7069870Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-12-17T23:48:10.7070860Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-12-17T23:48:10.7071810Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-12-17T23:48:10.7072810Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-12-17T23:48:10.7073760Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-12-17T23:48:10.7074900Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-12-17T23:48:10.7075900Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-12-17T23:48:10.7076920Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-12-17T23:48:10.7077860Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-12-17T23:48:10.7078820Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-12-17T23:48:10.7079840Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-12-17T23:48:10.7080910Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-12-17T23:48:10.7082050Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7082990Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-12-17T23:48:10.7083990Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-12-17T23:48:10.7085020Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-12-17T23:48:10.7086000Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-12-17T23:48:10.7086970Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-12-17T23:48:10.7088140Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-12-17T23:48:10.7089220Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-12-17T23:48:10.7090410Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7091370Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-12-17T23:48:10.7092420Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-12-17T23:48:10.7093390Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-12-17T23:48:10.7094430Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-12-17T23:48:10.7095420Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-12-17T23:48:10.7096590Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-12-17T23:48:10.7097660Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-12-17T23:48:10.7098880Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7099780Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-12-17T23:48:10.7100780Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-12-17T23:48:10.7101770Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-12-17T23:48:10.7102760Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-12-17T23:48:10.7103760Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-12-17T23:48:10.7104900Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-12-17T23:48:10.7105920Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-12-17T23:48:10.7106940Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-12-17T23:48:10.7107890Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-12-17T23:48:10.7108860Z adding 'torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h' 2024-12-17T23:48:10.7109830Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-12-17T23:48:10.7110860Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-12-17T23:48:10.7111910Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-12-17T23:48:10.7113010Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-12-17T23:48:10.7114200Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7115130Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-12-17T23:48:10.7116130Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-12-17T23:48:10.7117130Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-12-17T23:48:10.7118140Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-12-17T23:48:10.7119100Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h' 2024-12-17T23:48:10.7120100Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-12-17T23:48:10.7121240Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-12-17T23:48:10.7122350Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7123290Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-12-17T23:48:10.7124290Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-12-17T23:48:10.7125260Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-12-17T23:48:10.7126310Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-12-17T23:48:10.7127290Z adding 'torch/include/ATen/ops/_log_softmax_mps_dispatch.h' 2024-12-17T23:48:10.7128290Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-12-17T23:48:10.7129410Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-12-17T23:48:10.7130450Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-12-17T23:48:10.7131470Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-12-17T23:48:10.7132440Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-12-17T23:48:10.7133420Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-12-17T23:48:10.7134490Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-12-17T23:48:10.7135660Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-12-17T23:48:10.7136820Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7137790Z adding 'torch/include/ATen/ops/_lstm_mps_mps_dispatch.h' 2024-12-17T23:48:10.7138800Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-12-17T23:48:10.7140040Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-12-17T23:48:10.7141060Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-12-17T23:48:10.7142150Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7143040Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-12-17T23:48:10.7144100Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-12-17T23:48:10.7145230Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-12-17T23:48:10.7146330Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-12-17T23:48:10.7147290Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-12-17T23:48:10.7148360Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-12-17T23:48:10.7149360Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-12-17T23:48:10.7150450Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7151410Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-12-17T23:48:10.7152520Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7153570Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7154440Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-12-17T23:48:10.7155550Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-12-17T23:48:10.7156520Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-12-17T23:48:10.7157560Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-12-17T23:48:10.7158680Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-12-17T23:48:10.7159830Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7160780Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-12-17T23:48:10.7161750Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-12-17T23:48:10.7162740Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-12-17T23:48:10.7163990Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-12-17T23:48:10.7164920Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-12-17T23:48:10.7166040Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7166990Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-12-17T23:48:10.7167950Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-12-17T23:48:10.7168940Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-12-17T23:48:10.7170030Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-12-17T23:48:10.7171000Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-12-17T23:48:10.7172100Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7173030Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-12-17T23:48:10.7174010Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-12-17T23:48:10.7175080Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-12-17T23:48:10.7176150Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-12-17T23:48:10.7177260Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-12-17T23:48:10.7178380Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7179360Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7180320Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7181320Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-12-17T23:48:10.7182420Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-12-17T23:48:10.7183530Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7184460Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-12-17T23:48:10.7185430Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-12-17T23:48:10.7186410Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-12-17T23:48:10.7187530Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-12-17T23:48:10.7188570Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-12-17T23:48:10.7189680Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-12-17T23:48:10.7190620Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-12-17T23:48:10.7191690Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-12-17T23:48:10.7192710Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-12-17T23:48:10.7193850Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7194740Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-12-17T23:48:10.7195840Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-12-17T23:48:10.7196870Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-12-17T23:48:10.7197990Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7198950Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-12-17T23:48:10.7199900Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-12-17T23:48:10.7201040Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-12-17T23:48:10.7202390Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-12-17T23:48:10.7203550Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7204520Z adding 'torch/include/ATen/ops/_mps_convolution_mps_dispatch.h' 2024-12-17T23:48:10.7205500Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-12-17T23:48:10.7206680Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-12-17T23:48:10.7208060Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-12-17T23:48:10.7209260Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7210230Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h' 2024-12-17T23:48:10.7211220Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-12-17T23:48:10.7212360Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-12-17T23:48:10.7213660Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-12-17T23:48:10.7214770Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7215820Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-12-17T23:48:10.7216870Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-12-17T23:48:10.7217900Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h' 2024-12-17T23:48:10.7219080Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-12-17T23:48:10.7220250Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-12-17T23:48:10.7221820Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7222740Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-12-17T23:48:10.7223980Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-12-17T23:48:10.7225430Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-12-17T23:48:10.7226720Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-12-17T23:48:10.7227920Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7228970Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-12-17T23:48:10.7229950Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-12-17T23:48:10.7231020Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-12-17T23:48:10.7232290Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-12-17T23:48:10.7233250Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-12-17T23:48:10.7234340Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7235280Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-12-17T23:48:10.7236430Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7237430Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7238300Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-12-17T23:48:10.7239360Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-12-17T23:48:10.7240340Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-12-17T23:48:10.7241370Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-12-17T23:48:10.7242470Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-12-17T23:48:10.7243470Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-12-17T23:48:10.7244450Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-12-17T23:48:10.7245430Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-12-17T23:48:10.7246480Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-12-17T23:48:10.7247490Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-12-17T23:48:10.7248600Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-12-17T23:48:10.7249710Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7250620Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-12-17T23:48:10.7251710Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-12-17T23:48:10.7252780Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7253730Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-12-17T23:48:10.7254690Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-12-17T23:48:10.7255680Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-12-17T23:48:10.7256790Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-12-17T23:48:10.7257970Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-12-17T23:48:10.7258950Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-12-17T23:48:10.7260030Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-12-17T23:48:10.7261010Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-12-17T23:48:10.7261950Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-12-17T23:48:10.7262980Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-12-17T23:48:10.7263940Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-12-17T23:48:10.7264860Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-12-17T23:48:10.7265870Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-12-17T23:48:10.7266840Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-12-17T23:48:10.7267760Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-12-17T23:48:10.7268750Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-12-17T23:48:10.7269700Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-12-17T23:48:10.7270590Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-12-17T23:48:10.7271600Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-12-17T23:48:10.7272540Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-12-17T23:48:10.7273430Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-12-17T23:48:10.7274390Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-12-17T23:48:10.7275340Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-12-17T23:48:10.7276230Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-12-17T23:48:10.7277230Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-12-17T23:48:10.7278230Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-12-17T23:48:10.7279220Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-12-17T23:48:10.7280360Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7281430Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7282270Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-12-17T23:48:10.7283310Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-12-17T23:48:10.7284210Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-12-17T23:48:10.7285200Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-12-17T23:48:10.7286270Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-12-17T23:48:10.7287240Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-12-17T23:48:10.7288300Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-12-17T23:48:10.7289290Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-12-17T23:48:10.7290290Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-12-17T23:48:10.7291300Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-12-17T23:48:10.7292330Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-12-17T23:48:10.7293480Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7294440Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-12-17T23:48:10.7295440Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-12-17T23:48:10.7296400Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-12-17T23:48:10.7297440Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-12-17T23:48:10.7298380Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-12-17T23:48:10.7299350Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-12-17T23:48:10.7300370Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-12-17T23:48:10.7301350Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-12-17T23:48:10.7302430Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-12-17T23:48:10.7303550Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-12-17T23:48:10.7304720Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7305670Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-12-17T23:48:10.7306790Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-12-17T23:48:10.7307760Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-12-17T23:48:10.7308860Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7309750Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-12-17T23:48:10.7310820Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-12-17T23:48:10.7311870Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-12-17T23:48:10.7312840Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-12-17T23:48:10.7313860Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-12-17T23:48:10.7314870Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-12-17T23:48:10.7315980Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7316890Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-12-17T23:48:10.7317950Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-12-17T23:48:10.7318930Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-12-17T23:48:10.7320110Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7320960Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-12-17T23:48:10.7322010Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-12-17T23:48:10.7323030Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-12-17T23:48:10.7324090Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-12-17T23:48:10.7325210Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7326310Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7327170Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-12-17T23:48:10.7328280Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-12-17T23:48:10.7329290Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-12-17T23:48:10.7330250Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-12-17T23:48:10.7331200Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-12-17T23:48:10.7332240Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-12-17T23:48:10.7333270Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-12-17T23:48:10.7334380Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-12-17T23:48:10.7335530Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7336640Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7337530Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-12-17T23:48:10.7338680Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-12-17T23:48:10.7339610Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-12-17T23:48:10.7340680Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-12-17T23:48:10.7341730Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-12-17T23:48:10.7342900Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7343810Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-12-17T23:48:10.7344900Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-12-17T23:48:10.7345840Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-12-17T23:48:10.7346950Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7347820Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-12-17T23:48:10.7348830Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-12-17T23:48:10.7350160Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-12-17T23:48:10.7351340Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7352270Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-12-17T23:48:10.7353400Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-12-17T23:48:10.7354330Z adding 'torch/include/ATen/ops/_nnz.h' 2024-12-17T23:48:10.7355310Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-12-17T23:48:10.7356330Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-12-17T23:48:10.7357410Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-12-17T23:48:10.7358540Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-12-17T23:48:10.7359670Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7360560Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-12-17T23:48:10.7361630Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-12-17T23:48:10.7362750Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7363640Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-12-17T23:48:10.7364740Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-12-17T23:48:10.7365760Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-12-17T23:48:10.7366870Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7367780Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-12-17T23:48:10.7368770Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-12-17T23:48:10.7369830Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-12-17T23:48:10.7370930Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7371820Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-12-17T23:48:10.7372840Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-12-17T23:48:10.7373860Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-12-17T23:48:10.7374990Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7375930Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-12-17T23:48:10.7376980Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-12-17T23:48:10.7378090Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-12-17T23:48:10.7379160Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-12-17T23:48:10.7380150Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-12-17T23:48:10.7381160Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-12-17T23:48:10.7382180Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-12-17T23:48:10.7383160Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-12-17T23:48:10.7384290Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7385240Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7386200Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7387150Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-12-17T23:48:10.7388270Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-12-17T23:48:10.7389270Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-12-17T23:48:10.7390370Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7391310Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-12-17T23:48:10.7392250Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-12-17T23:48:10.7393190Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-12-17T23:48:10.7394280Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-12-17T23:48:10.7395270Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-12-17T23:48:10.7396370Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7397310Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-12-17T23:48:10.7398370Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-12-17T23:48:10.7399370Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-12-17T23:48:10.7400360Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-12-17T23:48:10.7401390Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7402350Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7403290Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h' 2024-12-17T23:48:10.7404240Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-12-17T23:48:10.7405280Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-12-17T23:48:10.7406260Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-12-17T23:48:10.7407200Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-12-17T23:48:10.7408190Z adding 'torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h' 2024-12-17T23:48:10.7409120Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-12-17T23:48:10.7410140Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-12-17T23:48:10.7411090Z adding 'torch/include/ATen/ops/_print.h' 2024-12-17T23:48:10.7412170Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7413040Z adding 'torch/include/ATen/ops/_print_native.h' 2024-12-17T23:48:10.7414060Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-12-17T23:48:10.7415070Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-12-17T23:48:10.7416150Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7417060Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-12-17T23:48:10.7418070Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-12-17T23:48:10.7419110Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-12-17T23:48:10.7420230Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7421120Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-12-17T23:48:10.7422180Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-12-17T23:48:10.7423240Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-12-17T23:48:10.7424460Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-12-17T23:48:10.7425590Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7426690Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7427520Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-12-17T23:48:10.7428600Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-12-17T23:48:10.7429630Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-12-17T23:48:10.7430570Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-12-17T23:48:10.7431510Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-12-17T23:48:10.7432460Z adding 'torch/include/ATen/ops/_reshape_alias_mps_dispatch.h' 2024-12-17T23:48:10.7433400Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-12-17T23:48:10.7434420Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-12-17T23:48:10.7435460Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-12-17T23:48:10.7436550Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7437400Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-12-17T23:48:10.7438440Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-12-17T23:48:10.7439440Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-12-17T23:48:10.7440530Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7441430Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-12-17T23:48:10.7442440Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-12-17T23:48:10.7443700Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-12-17T23:48:10.7444860Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7445810Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-12-17T23:48:10.7446780Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-12-17T23:48:10.7447930Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-12-17T23:48:10.7448920Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-12-17T23:48:10.7450040Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7450920Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-12-17T23:48:10.7451970Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-12-17T23:48:10.7452930Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-12-17T23:48:10.7455140Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7455710Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-12-17T23:48:10.7457130Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-12-17T23:48:10.7458280Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-12-17T23:48:10.7459380Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7460390Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-12-17T23:48:10.7461360Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-12-17T23:48:10.7462350Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-12-17T23:48:10.7463430Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-12-17T23:48:10.7464430Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-12-17T23:48:10.7465540Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7466440Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-12-17T23:48:10.7467460Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-12-17T23:48:10.7468540Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-12-17T23:48:10.7469700Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7470690Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-12-17T23:48:10.7471780Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h' 2024-12-17T23:48:10.7472800Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-12-17T23:48:10.7473860Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-12-17T23:48:10.7474870Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-12-17T23:48:10.7476000Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-12-17T23:48:10.7477070Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-12-17T23:48:10.7478330Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-12-17T23:48:10.7479750Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7480460Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-12-17T23:48:10.7481610Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-12-17T23:48:10.7482670Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-12-17T23:48:10.7483700Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-12-17T23:48:10.7484830Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-12-17T23:48:10.7485920Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-12-17T23:48:10.7487000Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-12-17T23:48:10.7488090Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7489070Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-12-17T23:48:10.7490220Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-12-17T23:48:10.7491270Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-12-17T23:48:10.7496850Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-12-17T23:48:10.7497130Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-12-17T23:48:10.7497270Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-12-17T23:48:10.7498040Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-12-17T23:48:10.7498280Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7498450Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-12-17T23:48:10.7498740Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-12-17T23:48:10.7499930Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-12-17T23:48:10.7500810Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-12-17T23:48:10.7501980Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-12-17T23:48:10.7502950Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7503940Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-12-17T23:48:10.7505070Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-12-17T23:48:10.7506080Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-12-17T23:48:10.7507090Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-12-17T23:48:10.7508180Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-12-17T23:48:10.7509200Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-12-17T23:48:10.7510300Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-12-17T23:48:10.7511430Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-12-17T23:48:10.7512680Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-12-17T23:48:10.7513910Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7514890Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-12-17T23:48:10.7516080Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-12-17T23:48:10.7517220Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7518180Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-12-17T23:48:10.7519310Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-12-17T23:48:10.7520350Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-12-17T23:48:10.7521480Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-12-17T23:48:10.7522480Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-12-17T23:48:10.7523640Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-12-17T23:48:10.7524800Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-12-17T23:48:10.7525980Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7526950Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7527920Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7528930Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-12-17T23:48:10.7530110Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-12-17T23:48:10.7531090Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-12-17T23:48:10.7532180Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7533090Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-12-17T23:48:10.7534120Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-12-17T23:48:10.7536150Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-12-17T23:48:10.7537150Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7538140Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7539180Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7540250Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-12-17T23:48:10.7541570Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-12-17T23:48:10.7542920Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-12-17T23:48:10.7544040Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-12-17T23:48:10.7545100Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-12-17T23:48:10.7546090Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-12-17T23:48:10.7547220Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-12-17T23:48:10.7548230Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-12-17T23:48:10.7549360Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7550280Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-12-17T23:48:10.7551370Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-12-17T23:48:10.7552370Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-12-17T23:48:10.7553490Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7554370Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-12-17T23:48:10.7555430Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-12-17T23:48:10.7556490Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-12-17T23:48:10.7557600Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7558510Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-12-17T23:48:10.7559570Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-12-17T23:48:10.7560530Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-12-17T23:48:10.7561630Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7562520Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-12-17T23:48:10.7563560Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-12-17T23:48:10.7564570Z adding 'torch/include/ATen/ops/_softmax.h' 2024-12-17T23:48:10.7565660Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-12-17T23:48:10.7566820Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7567760Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-12-17T23:48:10.7568760Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-12-17T23:48:10.7569720Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-12-17T23:48:10.7570710Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-12-17T23:48:10.7571660Z adding 'torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h' 2024-12-17T23:48:10.7572680Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-12-17T23:48:10.7573810Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-12-17T23:48:10.7574940Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7575880Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-12-17T23:48:10.7576870Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-12-17T23:48:10.7577820Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-12-17T23:48:10.7578810Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-12-17T23:48:10.7579750Z adding 'torch/include/ATen/ops/_softmax_mps_dispatch.h' 2024-12-17T23:48:10.7580750Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-12-17T23:48:10.7581840Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-12-17T23:48:10.7582970Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-12-17T23:48:10.7584050Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7584960Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-12-17T23:48:10.7586080Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-12-17T23:48:10.7587080Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-12-17T23:48:10.7588120Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-12-17T23:48:10.7589230Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7590280Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7591150Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-12-17T23:48:10.7592240Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-12-17T23:48:10.7593210Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-12-17T23:48:10.7594260Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-12-17T23:48:10.7595360Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-12-17T23:48:10.7596500Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7597420Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-12-17T23:48:10.7598520Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-12-17T23:48:10.7599590Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-12-17T23:48:10.7600740Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7601630Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-12-17T23:48:10.7602690Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-12-17T23:48:10.7603960Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-12-17T23:48:10.7605160Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7606070Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-12-17T23:48:10.7607160Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-12-17T23:48:10.7608280Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-12-17T23:48:10.7609430Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7610380Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-12-17T23:48:10.7611490Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-12-17T23:48:10.7612730Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-12-17T23:48:10.7613930Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7614860Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-12-17T23:48:10.7615950Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-12-17T23:48:10.7617090Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-12-17T23:48:10.7619080Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-12-17T23:48:10.7619890Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7620900Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-12-17T23:48:10.7621920Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-12-17T23:48:10.7623100Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-12-17T23:48:10.7624180Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7625200Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-12-17T23:48:10.7626160Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-12-17T23:48:10.7627310Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-12-17T23:48:10.7628390Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-12-17T23:48:10.7629510Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7630410Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-12-17T23:48:10.7631530Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-12-17T23:48:10.7632570Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-12-17T23:48:10.7633710Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7634660Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-12-17T23:48:10.7635770Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-12-17T23:48:10.7636850Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-12-17T23:48:10.7637980Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7638940Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-12-17T23:48:10.7640030Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-12-17T23:48:10.7641140Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-12-17T23:48:10.7642290Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7643220Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-12-17T23:48:10.7644370Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-12-17T23:48:10.7645410Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-12-17T23:48:10.7646500Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-12-17T23:48:10.7647670Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7648590Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-12-17T23:48:10.7649700Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-12-17T23:48:10.7650750Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7651790Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7652750Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-12-17T23:48:10.7653940Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-12-17T23:48:10.7654950Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-12-17T23:48:10.7656070Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7656970Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-12-17T23:48:10.7658120Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-12-17T23:48:10.7659130Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-12-17T23:48:10.7660310Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7661200Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-12-17T23:48:10.7662300Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-12-17T23:48:10.7663320Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-12-17T23:48:10.7664370Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-12-17T23:48:10.7665410Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-12-17T23:48:10.7666510Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-12-17T23:48:10.7667480Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-12-17T23:48:10.7668520Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-12-17T23:48:10.7669570Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-12-17T23:48:10.7670660Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-12-17T23:48:10.7671580Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-12-17T23:48:10.7672690Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-12-17T23:48:10.7673690Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-12-17T23:48:10.7674730Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-12-17T23:48:10.7675700Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-12-17T23:48:10.7676760Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-12-17T23:48:10.7677690Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-12-17T23:48:10.7678710Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-12-17T23:48:10.7679650Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-12-17T23:48:10.7680720Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-12-17T23:48:10.7681760Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-12-17T23:48:10.7682800Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-12-17T23:48:10.7683800Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-12-17T23:48:10.7684870Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-12-17T23:48:10.7685850Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-12-17T23:48:10.7686910Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-12-17T23:48:10.7687820Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-12-17T23:48:10.7688840Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-12-17T23:48:10.7689840Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-12-17T23:48:10.7690910Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-12-17T23:48:10.7691850Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-12-17T23:48:10.7692890Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-12-17T23:48:10.7693930Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-12-17T23:48:10.7695020Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-12-17T23:48:10.7696170Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7697090Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-12-17T23:48:10.7698170Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-12-17T23:48:10.7699240Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7700650Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7701700Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-12-17T23:48:10.7702900Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-12-17T23:48:10.7703930Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-12-17T23:48:10.7705050Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7705930Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-12-17T23:48:10.7706990Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-12-17T23:48:10.7708070Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-12-17T23:48:10.7709140Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-12-17T23:48:10.7710260Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7711170Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-12-17T23:48:10.7712260Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-12-17T23:48:10.7713360Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7714330Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7715240Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-12-17T23:48:10.7716430Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-12-17T23:48:10.7717500Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-12-17T23:48:10.7718640Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7719560Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-12-17T23:48:10.7720540Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-12-17T23:48:10.7721640Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-12-17T23:48:10.7722630Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-12-17T23:48:10.7723600Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-12-17T23:48:10.7724620Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-12-17T23:48:10.7725660Z adding 'torch/include/ATen/ops/_stack.h' 2024-12-17T23:48:10.7726770Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7727700Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-12-17T23:48:10.7728660Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-12-17T23:48:10.7729740Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-12-17T23:48:10.7730780Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-12-17T23:48:10.7731890Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7732820Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-12-17T23:48:10.7733850Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-12-17T23:48:10.7734800Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-12-17T23:48:10.7735880Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7736810Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-12-17T23:48:10.7737750Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-12-17T23:48:10.7738670Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-12-17T23:48:10.7739740Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-12-17T23:48:10.7740740Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-12-17T23:48:10.7741820Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-12-17T23:48:10.7742850Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-12-17T23:48:10.7743970Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7744850Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-12-17T23:48:10.7745940Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-12-17T23:48:10.7746990Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-12-17T23:48:10.7748110Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7749110Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7750020Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-12-17T23:48:10.7751140Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-12-17T23:48:10.7752170Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-12-17T23:48:10.7753240Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7754190Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-12-17T23:48:10.7755270Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7756330Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7757240Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-12-17T23:48:10.7758280Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-12-17T23:48:10.7759230Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-12-17T23:48:10.7760250Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-12-17T23:48:10.7761180Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-12-17T23:48:10.7762260Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7763140Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-12-17T23:48:10.7764140Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-12-17T23:48:10.7765200Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-12-17T23:48:10.7766280Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7767200Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-12-17T23:48:10.7768170Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-12-17T23:48:10.7769230Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-12-17T23:48:10.7770270Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-12-17T23:48:10.7771390Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7772330Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-12-17T23:48:10.7773350Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-12-17T23:48:10.7774410Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-12-17T23:48:10.7775430Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-12-17T23:48:10.7776550Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7777470Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-12-17T23:48:10.7778420Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-12-17T23:48:10.7779500Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-12-17T23:48:10.7780530Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-12-17T23:48:10.7781660Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7782590Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-12-17T23:48:10.7783540Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-12-17T23:48:10.7784600Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-12-17T23:48:10.7785600Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-12-17T23:48:10.7786690Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7787570Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-12-17T23:48:10.7788590Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-12-17T23:48:10.7789600Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-12-17T23:48:10.7790710Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7791600Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-12-17T23:48:10.7792620Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-12-17T23:48:10.7793580Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-12-17T23:48:10.7794680Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7795550Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-12-17T23:48:10.7796570Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-12-17T23:48:10.7797580Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-12-17T23:48:10.7798700Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7799570Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-12-17T23:48:10.7800610Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-12-17T23:48:10.7801690Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-12-17T23:48:10.7802800Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7803710Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-12-17T23:48:10.7804810Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-12-17T23:48:10.7805860Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-12-17T23:48:10.7806990Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7807930Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-12-17T23:48:10.7809020Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-12-17T23:48:10.7810050Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-12-17T23:48:10.7811210Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-12-17T23:48:10.7812360Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7813320Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7814360Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-12-17T23:48:10.7815540Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-12-17T23:48:10.7816650Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7817630Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-12-17T23:48:10.7818590Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-12-17T23:48:10.7819750Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-12-17T23:48:10.7820870Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-12-17T23:48:10.7821920Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-12-17T23:48:10.7823030Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7824080Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-12-17T23:48:10.7825220Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7826190Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-12-17T23:48:10.7827170Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-12-17T23:48:10.7828370Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-12-17T23:48:10.7829350Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-12-17T23:48:10.7830430Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-12-17T23:48:10.7831550Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7832490Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-12-17T23:48:10.7833500Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-12-17T23:48:10.7834660Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-12-17T23:48:10.7835800Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-12-17T23:48:10.7836940Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7837910Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-12-17T23:48:10.7839090Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-12-17T23:48:10.7840080Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-12-17T23:48:10.7841220Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7842070Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-12-17T23:48:10.7843100Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-12-17T23:48:10.7844120Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-12-17T23:48:10.7845230Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7846170Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-12-17T23:48:10.7847280Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-12-17T23:48:10.7848390Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-12-17T23:48:10.7849430Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-12-17T23:48:10.7850560Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7851500Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-12-17T23:48:10.7852450Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-12-17T23:48:10.7853420Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-12-17T23:48:10.7854550Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-12-17T23:48:10.7855550Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-12-17T23:48:10.7856650Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7857550Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-12-17T23:48:10.7858490Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-12-17T23:48:10.7859480Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-12-17T23:48:10.7860660Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-12-17T23:48:10.7861700Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7862640Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-12-17T23:48:10.7863620Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-12-17T23:48:10.7864710Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7865640Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-12-17T23:48:10.7866600Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-12-17T23:48:10.7867570Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-12-17T23:48:10.7868630Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-12-17T23:48:10.7869640Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-12-17T23:48:10.7870750Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7871680Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-12-17T23:48:10.7872620Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-12-17T23:48:10.7873600Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-12-17T23:48:10.7874670Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-12-17T23:48:10.7875700Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-12-17T23:48:10.7876720Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-12-17T23:48:10.7877920Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-12-17T23:48:10.7878960Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-12-17T23:48:10.7880010Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-12-17T23:48:10.7880970Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-12-17T23:48:10.7882010Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-12-17T23:48:10.7883090Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-12-17T23:48:10.7884210Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7885170Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-12-17T23:48:10.7886120Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-12-17T23:48:10.7887140Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-12-17T23:48:10.7888260Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-12-17T23:48:10.7889510Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-12-17T23:48:10.7890760Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7891750Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-12-17T23:48:10.7892760Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-12-17T23:48:10.7893810Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-12-17T23:48:10.7895100Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-12-17T23:48:10.7897110Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-12-17T23:48:10.7898100Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7899290Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7900260Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-12-17T23:48:10.7901530Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-12-17T23:48:10.7902760Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-12-17T23:48:10.7903980Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7905020Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-12-17T23:48:10.7906110Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-12-17T23:48:10.7907330Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-12-17T23:48:10.7908430Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-12-17T23:48:10.7909590Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7910580Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-12-17T23:48:10.7911590Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-12-17T23:48:10.7912710Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-12-17T23:48:10.7913770Z adding 'torch/include/ATen/ops/_unique.h' 2024-12-17T23:48:10.7914910Z adding 'torch/include/ATen/ops/_unique2.h' 2024-12-17T23:48:10.7916070Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7917050Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-12-17T23:48:10.7918010Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-12-17T23:48:10.7918970Z adding 'torch/include/ATen/ops/_unique2_mps_dispatch.h' 2024-12-17T23:48:10.7920000Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-12-17T23:48:10.7921160Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-12-17T23:48:10.7922290Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7923270Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-12-17T23:48:10.7924250Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-12-17T23:48:10.7925260Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-12-17T23:48:10.7926400Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-12-17T23:48:10.7927430Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-12-17T23:48:10.7928540Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7929450Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-12-17T23:48:10.7930530Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-12-17T23:48:10.7931540Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-12-17T23:48:10.7932650Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7933560Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-12-17T23:48:10.7934610Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-12-17T23:48:10.7936010Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-12-17T23:48:10.7936760Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7937680Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-12-17T23:48:10.7938750Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-12-17T23:48:10.7940180Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-12-17T23:48:10.7941310Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7942200Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-12-17T23:48:10.7943280Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-12-17T23:48:10.7944330Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-12-17T23:48:10.7945490Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7946380Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-12-17T23:48:10.7947470Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-12-17T23:48:10.7948600Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-12-17T23:48:10.7949770Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.7950700Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-12-17T23:48:10.7951790Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-12-17T23:48:10.7953260Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-12-17T23:48:10.7954680Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-12-17T23:48:10.7955910Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7956940Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7957990Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7959010Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-12-17T23:48:10.7960060Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-12-17T23:48:10.7961090Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-12-17T23:48:10.7962240Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-12-17T23:48:10.7963370Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7964380Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7965410Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-12-17T23:48:10.7966430Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-12-17T23:48:10.7967440Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-12-17T23:48:10.7968460Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-12-17T23:48:10.7969510Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-12-17T23:48:10.7970690Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-12-17T23:48:10.7972140Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-12-17T23:48:10.7973530Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-12-17T23:48:10.7974800Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7975840Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7976890Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7977900Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-12-17T23:48:10.7978970Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-12-17T23:48:10.7980030Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-12-17T23:48:10.7981140Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-12-17T23:48:10.7982310Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7983310Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.7984340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-12-17T23:48:10.7985350Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-12-17T23:48:10.7986340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-12-17T23:48:10.7987370Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-12-17T23:48:10.7988410Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-12-17T23:48:10.7989600Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-12-17T23:48:10.7990990Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-12-17T23:48:10.7992380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-12-17T23:48:10.7993570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.7994580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.7995630Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.7996680Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-12-17T23:48:10.7997700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-12-17T23:48:10.7998720Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h' 2024-12-17T23:48:10.7999770Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-12-17T23:48:10.8000930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-12-17T23:48:10.8002050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8003030Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8004020Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-12-17T23:48:10.8005030Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-12-17T23:48:10.8006030Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-12-17T23:48:10.8007050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-12-17T23:48:10.8008050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h' 2024-12-17T23:48:10.8009110Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-12-17T23:48:10.8010280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-12-17T23:48:10.8011700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-12-17T23:48:10.8017880Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-12-17T23:48:10.8018280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8018460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8019290Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8019440Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-12-17T23:48:10.8019610Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-12-17T23:48:10.8019780Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h' 2024-12-17T23:48:10.8020500Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-12-17T23:48:10.8021720Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-12-17T23:48:10.8022820Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8023790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8024770Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-12-17T23:48:10.8025790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-12-17T23:48:10.8026780Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-12-17T23:48:10.8027820Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-12-17T23:48:10.8028830Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h' 2024-12-17T23:48:10.8029870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-12-17T23:48:10.8031050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-12-17T23:48:10.8032660Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-12-17T23:48:10.8033900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-12-17T23:48:10.8035140Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8036150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8037160Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8038170Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-12-17T23:48:10.8039280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-12-17T23:48:10.8040260Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-12-17T23:48:10.8041420Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-12-17T23:48:10.8042570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8043560Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8044570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-12-17T23:48:10.8045610Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-12-17T23:48:10.8046600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-12-17T23:48:10.8047700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-12-17T23:48:10.8048750Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-12-17T23:48:10.8049960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-12-17T23:48:10.8050990Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-12-17T23:48:10.8052050Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-12-17T23:48:10.8053040Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-12-17T23:48:10.8054170Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-12-17T23:48:10.8055180Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-12-17T23:48:10.8056300Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8057190Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-12-17T23:48:10.8058210Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-12-17T23:48:10.8059260Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-12-17T23:48:10.8060300Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-12-17T23:48:10.8061280Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-12-17T23:48:10.8062240Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-12-17T23:48:10.8063330Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-12-17T23:48:10.8064300Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-12-17T23:48:10.8065390Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8066280Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-12-17T23:48:10.8067320Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-12-17T23:48:10.8068310Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-12-17T23:48:10.8069400Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8070270Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-12-17T23:48:10.8071310Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-12-17T23:48:10.8072360Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-12-17T23:48:10.8073470Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8074380Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-12-17T23:48:10.8075440Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-12-17T23:48:10.8076460Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-12-17T23:48:10.8077580Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8078490Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-12-17T23:48:10.8079530Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-12-17T23:48:10.8080530Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-12-17T23:48:10.8081630Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8082530Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-12-17T23:48:10.8083560Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-12-17T23:48:10.8084560Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-12-17T23:48:10.8085650Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8086520Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-12-17T23:48:10.8087540Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-12-17T23:48:10.8088470Z adding 'torch/include/ATen/ops/_values.h' 2024-12-17T23:48:10.8089470Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-12-17T23:48:10.8090560Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8091620Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8092480Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-12-17T23:48:10.8093550Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-12-17T23:48:10.8094540Z adding 'torch/include/ATen/ops/_values_native.h' 2024-12-17T23:48:10.8095560Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-12-17T23:48:10.8096510Z adding 'torch/include/ATen/ops/_version.h' 2024-12-17T23:48:10.8097610Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8098510Z adding 'torch/include/ATen/ops/_version_native.h' 2024-12-17T23:48:10.8099550Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-12-17T23:48:10.8100550Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-12-17T23:48:10.8101610Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-12-17T23:48:10.8102590Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2024-12-17T23:48:10.8103600Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2024-12-17T23:48:10.8104630Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2024-12-17T23:48:10.8105620Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2024-12-17T23:48:10.8106620Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h' 2024-12-17T23:48:10.8107610Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-12-17T23:48:10.8108650Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-12-17T23:48:10.8109660Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-12-17T23:48:10.8110690Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-12-17T23:48:10.8111640Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h' 2024-12-17T23:48:10.8112610Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-12-17T23:48:10.8113670Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-12-17T23:48:10.8114630Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-12-17T23:48:10.8115740Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8116750Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-12-17T23:48:10.8117870Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8118760Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-12-17T23:48:10.8119820Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-12-17T23:48:10.8120850Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-12-17T23:48:10.8122000Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-12-17T23:48:10.8123100Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8124070Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8125040Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8126010Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h' 2024-12-17T23:48:10.8127030Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-12-17T23:48:10.8128160Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-12-17T23:48:10.8129280Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8130220Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-12-17T23:48:10.8131170Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-12-17T23:48:10.8132110Z adding 'torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h' 2024-12-17T23:48:10.8133090Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-12-17T23:48:10.8134220Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-12-17T23:48:10.8135210Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-12-17T23:48:10.8136220Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-12-17T23:48:10.8137250Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-12-17T23:48:10.8138390Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8139300Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-12-17T23:48:10.8140350Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-12-17T23:48:10.8141490Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-12-17T23:48:10.8142630Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8143540Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-12-17T23:48:10.8144640Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-12-17T23:48:10.8145640Z adding 'torch/include/ATen/ops/abs.h' 2024-12-17T23:48:10.8146740Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8147660Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-12-17T23:48:10.8148630Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-12-17T23:48:10.8149580Z adding 'torch/include/ATen/ops/abs_mps_dispatch.h' 2024-12-17T23:48:10.8150580Z adding 'torch/include/ATen/ops/abs_native.h' 2024-12-17T23:48:10.8151690Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-12-17T23:48:10.8152730Z adding 'torch/include/ATen/ops/absolute.h' 2024-12-17T23:48:10.8153830Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8154730Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-12-17T23:48:10.8155820Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-12-17T23:48:10.8156850Z adding 'torch/include/ATen/ops/acos.h' 2024-12-17T23:48:10.8157980Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8159090Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-12-17T23:48:10.8159880Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-12-17T23:48:10.8160820Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-12-17T23:48:10.8161800Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-12-17T23:48:10.8162730Z adding 'torch/include/ATen/ops/acos_mps_dispatch.h' 2024-12-17T23:48:10.8163710Z adding 'torch/include/ATen/ops/acos_native.h' 2024-12-17T23:48:10.8164810Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-12-17T23:48:10.8165810Z adding 'torch/include/ATen/ops/acosh.h' 2024-12-17T23:48:10.8166950Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8167880Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-12-17T23:48:10.8168830Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-12-17T23:48:10.8169810Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-12-17T23:48:10.8170800Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-12-17T23:48:10.8171770Z adding 'torch/include/ATen/ops/acosh_mps_dispatch.h' 2024-12-17T23:48:10.8172750Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-12-17T23:48:10.8173830Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-12-17T23:48:10.8174900Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-12-17T23:48:10.8176040Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8177040Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8177950Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-12-17T23:48:10.8179040Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-12-17T23:48:10.8180240Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-12-17T23:48:10.8181770Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8182780Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-12-17T23:48:10.8183760Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-12-17T23:48:10.8184730Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h' 2024-12-17T23:48:10.8185740Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-12-17T23:48:10.8186800Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-12-17T23:48:10.8187970Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-12-17T23:48:10.8189060Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-12-17T23:48:10.8190130Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8191110Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8192090Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-12-17T23:48:10.8193140Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-12-17T23:48:10.8194220Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8195170Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-12-17T23:48:10.8196120Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-12-17T23:48:10.8197070Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-12-17T23:48:10.8198170Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-12-17T23:48:10.8199150Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-12-17T23:48:10.8200270Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8201170Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-12-17T23:48:10.8202210Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-12-17T23:48:10.8203270Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-12-17T23:48:10.8204360Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-12-17T23:48:10.8205560Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8206500Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8207500Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8208470Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-12-17T23:48:10.8209490Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-12-17T23:48:10.8210440Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h' 2024-12-17T23:48:10.8211450Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-12-17T23:48:10.8212610Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-12-17T23:48:10.8213720Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8214670Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-12-17T23:48:10.8215640Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-12-17T23:48:10.8216620Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-12-17T23:48:10.8217620Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-12-17T23:48:10.8218570Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h' 2024-12-17T23:48:10.8219570Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-12-17T23:48:10.8220680Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-12-17T23:48:10.8221760Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-12-17T23:48:10.8222860Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-12-17T23:48:10.8224040Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8224940Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8225910Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8226930Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-12-17T23:48:10.8227970Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-12-17T23:48:10.8229000Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-12-17T23:48:10.8230100Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-12-17T23:48:10.8231230Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8232130Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-12-17T23:48:10.8233100Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-12-17T23:48:10.8234070Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-12-17T23:48:10.8235060Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-12-17T23:48:10.8236020Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-12-17T23:48:10.8237200Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-12-17T23:48:10.8238240Z adding 'torch/include/ATen/ops/add.h' 2024-12-17T23:48:10.8239360Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8240430Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8241350Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-12-17T23:48:10.8242320Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-12-17T23:48:10.8243300Z adding 'torch/include/ATen/ops/add_meta.h' 2024-12-17T23:48:10.8244330Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-12-17T23:48:10.8245290Z adding 'torch/include/ATen/ops/add_mps_dispatch.h' 2024-12-17T23:48:10.8246440Z adding 'torch/include/ATen/ops/add_native.h' 2024-12-17T23:48:10.8247810Z adding 'torch/include/ATen/ops/add_ops.h' 2024-12-17T23:48:10.8248810Z adding 'torch/include/ATen/ops/addbmm.h' 2024-12-17T23:48:10.8249890Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-12-17T23:48:10.8250880Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-12-17T23:48:10.8251860Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-12-17T23:48:10.8252850Z adding 'torch/include/ATen/ops/addbmm_mps_dispatch.h' 2024-12-17T23:48:10.8253860Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-12-17T23:48:10.8255030Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-12-17T23:48:10.8256080Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-12-17T23:48:10.8257240Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8258170Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-12-17T23:48:10.8259120Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-12-17T23:48:10.8260100Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-12-17T23:48:10.8261090Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-12-17T23:48:10.8262050Z adding 'torch/include/ATen/ops/addcdiv_mps_dispatch.h' 2024-12-17T23:48:10.8263020Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-12-17T23:48:10.8264170Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-12-17T23:48:10.8265230Z adding 'torch/include/ATen/ops/addcmul.h' 2024-12-17T23:48:10.8266370Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8267250Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-12-17T23:48:10.8268200Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-12-17T23:48:10.8269190Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-12-17T23:48:10.8270180Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-12-17T23:48:10.8271110Z adding 'torch/include/ATen/ops/addcmul_mps_dispatch.h' 2024-12-17T23:48:10.8272100Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-12-17T23:48:10.8273250Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-12-17T23:48:10.8274290Z adding 'torch/include/ATen/ops/addmm.h' 2024-12-17T23:48:10.8275440Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8276330Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-12-17T23:48:10.8277320Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-12-17T23:48:10.8278310Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-12-17T23:48:10.8279320Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-12-17T23:48:10.8280280Z adding 'torch/include/ATen/ops/addmm_mps_dispatch.h' 2024-12-17T23:48:10.8281380Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-12-17T23:48:10.8282560Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-12-17T23:48:10.8283630Z adding 'torch/include/ATen/ops/addmv.h' 2024-12-17T23:48:10.8284790Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8285690Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-12-17T23:48:10.8286670Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-12-17T23:48:10.8287710Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-12-17T23:48:10.8288660Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-12-17T23:48:10.8289620Z adding 'torch/include/ATen/ops/addmv_mps_dispatch.h' 2024-12-17T23:48:10.8290630Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-12-17T23:48:10.8291780Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-12-17T23:48:10.8292840Z adding 'torch/include/ATen/ops/addr.h' 2024-12-17T23:48:10.8293950Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8294870Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-12-17T23:48:10.8295850Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-12-17T23:48:10.8296790Z adding 'torch/include/ATen/ops/addr_mps_dispatch.h' 2024-12-17T23:48:10.8297810Z adding 'torch/include/ATen/ops/addr_native.h' 2024-12-17T23:48:10.8298960Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-12-17T23:48:10.8299970Z adding 'torch/include/ATen/ops/adjoint.h' 2024-12-17T23:48:10.8301060Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8301970Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-12-17T23:48:10.8302990Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-12-17T23:48:10.8304240Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-12-17T23:48:10.8305360Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-12-17T23:48:10.8306480Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8307390Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-12-17T23:48:10.8308510Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-12-17T23:48:10.8309620Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8310540Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-12-17T23:48:10.8311650Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-12-17T23:48:10.8312590Z adding 'torch/include/ATen/ops/alias.h' 2024-12-17T23:48:10.8313670Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8314580Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-12-17T23:48:10.8315660Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8316710Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8317540Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-12-17T23:48:10.8318620Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-12-17T23:48:10.8319580Z adding 'torch/include/ATen/ops/alias_native.h' 2024-12-17T23:48:10.8320580Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-12-17T23:48:10.8321550Z adding 'torch/include/ATen/ops/align_as.h' 2024-12-17T23:48:10.8322620Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8323520Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-12-17T23:48:10.8324550Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-12-17T23:48:10.8325590Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-12-17T23:48:10.8326650Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8327540Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-12-17T23:48:10.8328580Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-12-17T23:48:10.8329510Z adding 'torch/include/ATen/ops/align_to.h' 2024-12-17T23:48:10.8330610Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8331510Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-12-17T23:48:10.8332610Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-12-17T23:48:10.8333810Z adding 'torch/include/ATen/ops/all.h' 2024-12-17T23:48:10.8334930Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8336020Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8337000Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8338000Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-12-17T23:48:10.8339020Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-12-17T23:48:10.8340020Z adding 'torch/include/ATen/ops/all_meta.h' 2024-12-17T23:48:10.8341030Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-12-17T23:48:10.8342070Z adding 'torch/include/ATen/ops/all_mps_dispatch.h' 2024-12-17T23:48:10.8343150Z adding 'torch/include/ATen/ops/all_native.h' 2024-12-17T23:48:10.8344510Z adding 'torch/include/ATen/ops/all_ops.h' 2024-12-17T23:48:10.8345510Z adding 'torch/include/ATen/ops/allclose.h' 2024-12-17T23:48:10.8346660Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8347510Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-12-17T23:48:10.8348560Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-12-17T23:48:10.8349580Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-12-17T23:48:10.8350700Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8351590Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-12-17T23:48:10.8352670Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-12-17T23:48:10.8353700Z adding 'torch/include/ATen/ops/amax.h' 2024-12-17T23:48:10.8354840Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8355730Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-12-17T23:48:10.8356710Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-12-17T23:48:10.8357690Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-12-17T23:48:10.8358680Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-12-17T23:48:10.8359620Z adding 'torch/include/ATen/ops/amax_mps_dispatch.h' 2024-12-17T23:48:10.8360590Z adding 'torch/include/ATen/ops/amax_native.h' 2024-12-17T23:48:10.8361680Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-12-17T23:48:10.8362700Z adding 'torch/include/ATen/ops/amin.h' 2024-12-17T23:48:10.8363830Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8364710Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-12-17T23:48:10.8365660Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-12-17T23:48:10.8366620Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-12-17T23:48:10.8367620Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-12-17T23:48:10.8368570Z adding 'torch/include/ATen/ops/amin_mps_dispatch.h' 2024-12-17T23:48:10.8369550Z adding 'torch/include/ATen/ops/amin_native.h' 2024-12-17T23:48:10.8370660Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-12-17T23:48:10.8371740Z adding 'torch/include/ATen/ops/aminmax.h' 2024-12-17T23:48:10.8372910Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8373840Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-12-17T23:48:10.8374840Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-12-17T23:48:10.8375830Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-12-17T23:48:10.8376830Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-12-17T23:48:10.8377800Z adding 'torch/include/ATen/ops/aminmax_mps_dispatch.h' 2024-12-17T23:48:10.8378760Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-12-17T23:48:10.8379880Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-12-17T23:48:10.8380880Z adding 'torch/include/ATen/ops/and.h' 2024-12-17T23:48:10.8381980Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8382890Z adding 'torch/include/ATen/ops/and_native.h' 2024-12-17T23:48:10.8384040Z adding 'torch/include/ATen/ops/and_ops.h' 2024-12-17T23:48:10.8385080Z adding 'torch/include/ATen/ops/angle.h' 2024-12-17T23:48:10.8386110Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-12-17T23:48:10.8387140Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-12-17T23:48:10.8388050Z adding 'torch/include/ATen/ops/angle_native.h' 2024-12-17T23:48:10.8389110Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-12-17T23:48:10.8390290Z adding 'torch/include/ATen/ops/any.h' 2024-12-17T23:48:10.8391410Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8392470Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8393430Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8394420Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-12-17T23:48:10.8395420Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-12-17T23:48:10.8396420Z adding 'torch/include/ATen/ops/any_meta.h' 2024-12-17T23:48:10.8397470Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-12-17T23:48:10.8398450Z adding 'torch/include/ATen/ops/any_mps_dispatch.h' 2024-12-17T23:48:10.8399500Z adding 'torch/include/ATen/ops/any_native.h' 2024-12-17T23:48:10.8400880Z adding 'torch/include/ATen/ops/any_ops.h' 2024-12-17T23:48:10.8402130Z adding 'torch/include/ATen/ops/arange.h' 2024-12-17T23:48:10.8403330Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8404310Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-12-17T23:48:10.8405250Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-12-17T23:48:10.8406240Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-12-17T23:48:10.8407170Z adding 'torch/include/ATen/ops/arange_mps_dispatch.h' 2024-12-17T23:48:10.8408240Z adding 'torch/include/ATen/ops/arange_native.h' 2024-12-17T23:48:10.8409550Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-12-17T23:48:10.8410570Z adding 'torch/include/ATen/ops/arccos.h' 2024-12-17T23:48:10.8411710Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8412600Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-12-17T23:48:10.8413710Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-12-17T23:48:10.8414720Z adding 'torch/include/ATen/ops/arccosh.h' 2024-12-17T23:48:10.8415840Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8416730Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-12-17T23:48:10.8422660Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-12-17T23:48:10.8423520Z adding 'torch/include/ATen/ops/arcsin.h' 2024-12-17T23:48:10.8424650Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8425550Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-12-17T23:48:10.8426650Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-12-17T23:48:10.8427660Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-12-17T23:48:10.8428760Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8429660Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-12-17T23:48:10.8430730Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-12-17T23:48:10.8431730Z adding 'torch/include/ATen/ops/arctan.h' 2024-12-17T23:48:10.8432760Z adding 'torch/include/ATen/ops/arctan2.h' 2024-12-17T23:48:10.8433870Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8434770Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-12-17T23:48:10.8435910Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-12-17T23:48:10.8436980Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8437860Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-12-17T23:48:10.8438930Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-12-17T23:48:10.8439950Z adding 'torch/include/ATen/ops/arctanh.h' 2024-12-17T23:48:10.8441050Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8441940Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-12-17T23:48:10.8443030Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-12-17T23:48:10.8444100Z adding 'torch/include/ATen/ops/argmax.h' 2024-12-17T23:48:10.8445240Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8446180Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-12-17T23:48:10.8447190Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-12-17T23:48:10.8448140Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-12-17T23:48:10.8449140Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-12-17T23:48:10.8450120Z adding 'torch/include/ATen/ops/argmax_mps_dispatch.h' 2024-12-17T23:48:10.8451090Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-12-17T23:48:10.8452200Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-12-17T23:48:10.8453230Z adding 'torch/include/ATen/ops/argmin.h' 2024-12-17T23:48:10.8454370Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8455300Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-12-17T23:48:10.8456290Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-12-17T23:48:10.8457280Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-12-17T23:48:10.8458270Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-12-17T23:48:10.8459220Z adding 'torch/include/ATen/ops/argmin_mps_dispatch.h' 2024-12-17T23:48:10.8460190Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-12-17T23:48:10.8461260Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-12-17T23:48:10.8462360Z adding 'torch/include/ATen/ops/argsort.h' 2024-12-17T23:48:10.8463480Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8464420Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-12-17T23:48:10.8465560Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-12-17T23:48:10.8466540Z adding 'torch/include/ATen/ops/argwhere.h' 2024-12-17T23:48:10.8467660Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8468530Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-12-17T23:48:10.8469560Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-12-17T23:48:10.8470760Z adding 'torch/include/ATen/ops/as_strided.h' 2024-12-17T23:48:10.8471960Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8473160Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-12-17T23:48:10.8474360Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8475450Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8476330Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-12-17T23:48:10.8477430Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-12-17T23:48:10.8478480Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-12-17T23:48:10.8479470Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-12-17T23:48:10.8480420Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-12-17T23:48:10.8481390Z adding 'torch/include/ATen/ops/as_strided_mps_dispatch.h' 2024-12-17T23:48:10.8482360Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-12-17T23:48:10.8483470Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-12-17T23:48:10.8484820Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-12-17T23:48:10.8485970Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8487040Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8487940Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-12-17T23:48:10.8489060Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-12-17T23:48:10.8490080Z adding 'torch/include/ATen/ops/asin.h' 2024-12-17T23:48:10.8491210Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8492110Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-12-17T23:48:10.8493110Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-12-17T23:48:10.8494050Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-12-17T23:48:10.8495020Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-12-17T23:48:10.8495950Z adding 'torch/include/ATen/ops/asin_mps_dispatch.h' 2024-12-17T23:48:10.8496980Z adding 'torch/include/ATen/ops/asin_native.h' 2024-12-17T23:48:10.8498070Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-12-17T23:48:10.8499080Z adding 'torch/include/ATen/ops/asinh.h' 2024-12-17T23:48:10.8500220Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8501090Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-12-17T23:48:10.8502070Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-12-17T23:48:10.8503030Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-12-17T23:48:10.8504000Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-12-17T23:48:10.8504980Z adding 'torch/include/ATen/ops/asinh_mps_dispatch.h' 2024-12-17T23:48:10.8505990Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-12-17T23:48:10.8507100Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-12-17T23:48:10.8508100Z adding 'torch/include/ATen/ops/atan.h' 2024-12-17T23:48:10.8509140Z adding 'torch/include/ATen/ops/atan2.h' 2024-12-17T23:48:10.8510280Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8511200Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-12-17T23:48:10.8512160Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-12-17T23:48:10.8513150Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-12-17T23:48:10.8514120Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-12-17T23:48:10.8515070Z adding 'torch/include/ATen/ops/atan2_mps_dispatch.h' 2024-12-17T23:48:10.8516040Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-12-17T23:48:10.8517140Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-12-17T23:48:10.8518240Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8519090Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-12-17T23:48:10.8520020Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-12-17T23:48:10.8521030Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-12-17T23:48:10.8522000Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-12-17T23:48:10.8522950Z adding 'torch/include/ATen/ops/atan_mps_dispatch.h' 2024-12-17T23:48:10.8523940Z adding 'torch/include/ATen/ops/atan_native.h' 2024-12-17T23:48:10.8525040Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-12-17T23:48:10.8526060Z adding 'torch/include/ATen/ops/atanh.h' 2024-12-17T23:48:10.8532570Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8532810Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-12-17T23:48:10.8532910Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-12-17T23:48:10.8533850Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-12-17T23:48:10.8533950Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-12-17T23:48:10.8534050Z adding 'torch/include/ATen/ops/atanh_mps_dispatch.h' 2024-12-17T23:48:10.8534130Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-12-17T23:48:10.8534210Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-12-17T23:48:10.8534780Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-12-17T23:48:10.8535900Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8536790Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-12-17T23:48:10.8538020Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-12-17T23:48:10.8539040Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-12-17T23:48:10.8540030Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8540900Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-12-17T23:48:10.8542000Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-12-17T23:48:10.8543040Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-12-17T23:48:10.8544090Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8544960Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-12-17T23:48:10.8546020Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-12-17T23:48:10.8547090Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-12-17T23:48:10.8548230Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8549230Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8550160Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-12-17T23:48:10.8551280Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-12-17T23:48:10.8552390Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-12-17T23:48:10.8553530Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-12-17T23:48:10.8554730Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8555690Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8556700Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8557700Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-12-17T23:48:10.8558710Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-12-17T23:48:10.8559690Z adding 'torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h' 2024-12-17T23:48:10.8560730Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-12-17T23:48:10.8561940Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-12-17T23:48:10.8563050Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8563980Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-12-17T23:48:10.8565000Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-12-17T23:48:10.8566320Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-12-17T23:48:10.8567360Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-12-17T23:48:10.8568350Z adding 'torch/include/ATen/ops/avg_pool2d_mps_dispatch.h' 2024-12-17T23:48:10.8569450Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-12-17T23:48:10.8570610Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-12-17T23:48:10.8571720Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-12-17T23:48:10.8572860Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-12-17T23:48:10.8574050Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8574950Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8575930Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8576920Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-12-17T23:48:10.8577930Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-12-17T23:48:10.8578940Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-12-17T23:48:10.8580090Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-12-17T23:48:10.8581220Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8582110Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-12-17T23:48:10.8583090Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-12-17T23:48:10.8584080Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-12-17T23:48:10.8585060Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-12-17T23:48:10.8586120Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-12-17T23:48:10.8587260Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-12-17T23:48:10.8588330Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-12-17T23:48:10.8589480Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8590440Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-12-17T23:48:10.8591400Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-12-17T23:48:10.8592380Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-12-17T23:48:10.8593390Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-12-17T23:48:10.8594370Z adding 'torch/include/ATen/ops/baddbmm_mps_dispatch.h' 2024-12-17T23:48:10.8595370Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-12-17T23:48:10.8596520Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-12-17T23:48:10.8597760Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-12-17T23:48:10.8598950Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8599880Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-12-17T23:48:10.8601090Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-12-17T23:48:10.8602100Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-12-17T23:48:10.8603190Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-12-17T23:48:10.8604300Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8605290Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8606380Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-12-17T23:48:10.8607550Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8608550Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-12-17T23:48:10.8609720Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-12-17T23:48:10.8610730Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-12-17T23:48:10.8611760Z adding 'torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h' 2024-12-17T23:48:10.8612770Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-12-17T23:48:10.8613910Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-12-17T23:48:10.8615070Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-12-17T23:48:10.8616250Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8617210Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-12-17T23:48:10.8618220Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-12-17T23:48:10.8619390Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-12-17T23:48:10.8620480Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8621460Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-12-17T23:48:10.8622550Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-12-17T23:48:10.8623530Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-12-17T23:48:10.8624690Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-12-17T23:48:10.8625800Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-12-17T23:48:10.8626960Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8627930Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-12-17T23:48:10.8628930Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-12-17T23:48:10.8630100Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-12-17T23:48:10.8631260Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-12-17T23:48:10.8632440Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8633390Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-12-17T23:48:10.8634370Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-12-17T23:48:10.8635560Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-12-17T23:48:10.8636560Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-12-17T23:48:10.8637610Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-12-17T23:48:10.8638680Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-12-17T23:48:10.8639790Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8640740Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-12-17T23:48:10.8641710Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-12-17T23:48:10.8642810Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-12-17T23:48:10.8643900Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-12-17T23:48:10.8645030Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8645980Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-12-17T23:48:10.8646940Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-12-17T23:48:10.8647910Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-12-17T23:48:10.8649050Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-12-17T23:48:10.8650170Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-12-17T23:48:10.8651330Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8652390Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8653320Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-12-17T23:48:10.8654310Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-12-17T23:48:10.8655340Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-12-17T23:48:10.8656280Z adding 'torch/include/ATen/ops/bernoulli_mps_dispatch.h' 2024-12-17T23:48:10.8657330Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-12-17T23:48:10.8658730Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-12-17T23:48:10.8659750Z adding 'torch/include/ATen/ops/bilinear.h' 2024-12-17T23:48:10.8661240Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8662100Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-12-17T23:48:10.8663160Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-12-17T23:48:10.8664240Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-12-17T23:48:10.8665390Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-12-17T23:48:10.8666450Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-12-17T23:48:10.8667470Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-12-17T23:48:10.8668430Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h' 2024-12-17T23:48:10.8669480Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-12-17T23:48:10.8670640Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-12-17T23:48:10.8671680Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-12-17T23:48:10.8672650Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-12-17T23:48:10.8673630Z adding 'torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h' 2024-12-17T23:48:10.8674650Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-12-17T23:48:10.8675780Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-12-17T23:48:10.8676910Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-12-17T23:48:10.8678050Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8678990Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-12-17T23:48:10.8680110Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-12-17T23:48:10.8681110Z adding 'torch/include/ATen/ops/bincount.h' 2024-12-17T23:48:10.8682200Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8683190Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-12-17T23:48:10.8684090Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-12-17T23:48:10.8685020Z adding 'torch/include/ATen/ops/bincount_mps_dispatch.h' 2024-12-17T23:48:10.8686030Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-12-17T23:48:10.8687150Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-12-17T23:48:10.8688180Z adding 'torch/include/ATen/ops/binomial.h' 2024-12-17T23:48:10.8689280Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8690230Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-12-17T23:48:10.8691170Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-12-17T23:48:10.8692150Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-12-17T23:48:10.8693230Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-12-17T23:48:10.8694360Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-12-17T23:48:10.8695510Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8696540Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8697450Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-12-17T23:48:10.8698420Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-12-17T23:48:10.8699370Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-12-17T23:48:10.8700380Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-12-17T23:48:10.8701330Z adding 'torch/include/ATen/ops/bitwise_and_mps_dispatch.h' 2024-12-17T23:48:10.8702380Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-12-17T23:48:10.8703750Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-12-17T23:48:10.8704990Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-12-17T23:48:10.8706180Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8707210Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8708140Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-12-17T23:48:10.8709100Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-12-17T23:48:10.8710080Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-12-17T23:48:10.8711040Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-12-17T23:48:10.8711980Z adding 'torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h' 2024-12-17T23:48:10.8712990Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-12-17T23:48:10.8714360Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-12-17T23:48:10.8715340Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-12-17T23:48:10.8716470Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8717350Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-12-17T23:48:10.8718340Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-12-17T23:48:10.8719320Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-12-17T23:48:10.8720310Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-12-17T23:48:10.8721250Z adding 'torch/include/ATen/ops/bitwise_not_mps_dispatch.h' 2024-12-17T23:48:10.8722240Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-12-17T23:48:10.8723350Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-12-17T23:48:10.8724480Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-12-17T23:48:10.8725600Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8726620Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8727510Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-12-17T23:48:10.8728470Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-12-17T23:48:10.8729450Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-12-17T23:48:10.8730400Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-12-17T23:48:10.8731330Z adding 'torch/include/ATen/ops/bitwise_or_mps_dispatch.h' 2024-12-17T23:48:10.8732350Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-12-17T23:48:10.8733680Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-12-17T23:48:10.8734830Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-12-17T23:48:10.8735990Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8737050Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8737900Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-12-17T23:48:10.8738850Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-12-17T23:48:10.8739810Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-12-17T23:48:10.8740840Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-12-17T23:48:10.8741810Z adding 'torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h' 2024-12-17T23:48:10.8742810Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-12-17T23:48:10.8744180Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-12-17T23:48:10.8745290Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-12-17T23:48:10.8746430Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8747510Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8748400Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-12-17T23:48:10.8749350Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-12-17T23:48:10.8750320Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-12-17T23:48:10.8751300Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-12-17T23:48:10.8752290Z adding 'torch/include/ATen/ops/bitwise_xor_mps_dispatch.h' 2024-12-17T23:48:10.8753350Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-12-17T23:48:10.8754770Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-12-17T23:48:10.8755940Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-12-17T23:48:10.8757130Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8758090Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-12-17T23:48:10.8759300Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-12-17T23:48:10.8760330Z adding 'torch/include/ATen/ops/block_diag.h' 2024-12-17T23:48:10.8761450Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8762330Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-12-17T23:48:10.8763440Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-12-17T23:48:10.8764420Z adding 'torch/include/ATen/ops/bmm.h' 2024-12-17T23:48:10.8765550Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8766440Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-12-17T23:48:10.8767420Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-12-17T23:48:10.8768410Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-12-17T23:48:10.8769370Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-12-17T23:48:10.8770330Z adding 'torch/include/ATen/ops/bmm_mps_dispatch.h' 2024-12-17T23:48:10.8771360Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-12-17T23:48:10.8772420Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-12-17T23:48:10.8773470Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-12-17T23:48:10.8774580Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8775480Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-12-17T23:48:10.8776530Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-12-17T23:48:10.8777580Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-12-17T23:48:10.8778650Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8779550Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-12-17T23:48:10.8780560Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-12-17T23:48:10.8781680Z adding 'torch/include/ATen/ops/bucketize.h' 2024-12-17T23:48:10.8782800Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8783760Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-12-17T23:48:10.8784740Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-12-17T23:48:10.8785750Z adding 'torch/include/ATen/ops/bucketize_mps_dispatch.h' 2024-12-17T23:48:10.8786790Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-12-17T23:48:10.8787990Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-12-17T23:48:10.8788980Z adding 'torch/include/ATen/ops/can_cast.h' 2024-12-17T23:48:10.8790060Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8790950Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-12-17T23:48:10.8791980Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-12-17T23:48:10.8792960Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-12-17T23:48:10.8794070Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8794940Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-12-17T23:48:10.8795960Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-12-17T23:48:10.8797030Z adding 'torch/include/ATen/ops/cat.h' 2024-12-17T23:48:10.8798220Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8799170Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8800140Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-12-17T23:48:10.8801110Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-12-17T23:48:10.8802750Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-12-17T23:48:10.8803490Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-12-17T23:48:10.8804490Z adding 'torch/include/ATen/ops/cat_mps_dispatch.h' 2024-12-17T23:48:10.8805560Z adding 'torch/include/ATen/ops/cat_native.h' 2024-12-17T23:48:10.8806750Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-12-17T23:48:10.8807860Z adding 'torch/include/ATen/ops/cauchy.h' 2024-12-17T23:48:10.8809010Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8809940Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-12-17T23:48:10.8810880Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-12-17T23:48:10.8811800Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-12-17T23:48:10.8812800Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-12-17T23:48:10.8813930Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-12-17T23:48:10.8814900Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-12-17T23:48:10.8815980Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8816910Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-12-17T23:48:10.8818020Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8819050Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8819910Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-12-17T23:48:10.8820970Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-12-17T23:48:10.8821940Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-12-17T23:48:10.8822960Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-12-17T23:48:10.8823950Z adding 'torch/include/ATen/ops/cdist.h' 2024-12-17T23:48:10.8825030Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8825930Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-12-17T23:48:10.8827020Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-12-17T23:48:10.8827990Z adding 'torch/include/ATen/ops/ceil.h' 2024-12-17T23:48:10.8829100Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8830000Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-12-17T23:48:10.8830960Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-12-17T23:48:10.8831930Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-12-17T23:48:10.8832920Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-12-17T23:48:10.8833870Z adding 'torch/include/ATen/ops/ceil_mps_dispatch.h' 2024-12-17T23:48:10.8834860Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-12-17T23:48:10.8835970Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-12-17T23:48:10.8837020Z adding 'torch/include/ATen/ops/celu.h' 2024-12-17T23:48:10.8838130Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8839050Z adding 'torch/include/ATen/ops/celu_native.h' 2024-12-17T23:48:10.8840180Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-12-17T23:48:10.8841200Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-12-17T23:48:10.8842310Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8843220Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-12-17T23:48:10.8844270Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-12-17T23:48:10.8845200Z adding 'torch/include/ATen/ops/chalf.h' 2024-12-17T23:48:10.8846290Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8847200Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-12-17T23:48:10.8848210Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-12-17T23:48:10.8849410Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-12-17T23:48:10.8850550Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8851530Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-12-17T23:48:10.8852450Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-12-17T23:48:10.8853440Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-12-17T23:48:10.8854510Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-12-17T23:48:10.8855500Z adding 'torch/include/ATen/ops/cholesky.h' 2024-12-17T23:48:10.8856540Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-12-17T23:48:10.8857480Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-12-17T23:48:10.8858500Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-12-17T23:48:10.8859520Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-12-17T23:48:10.8860460Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-12-17T23:48:10.8861400Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-12-17T23:48:10.8862470Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-12-17T23:48:10.8863440Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-12-17T23:48:10.8864510Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-12-17T23:48:10.8865560Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-12-17T23:48:10.8866700Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8867600Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-12-17T23:48:10.8868690Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-12-17T23:48:10.8869740Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-12-17T23:48:10.8870900Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8871800Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-12-17T23:48:10.8872890Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-12-17T23:48:10.8873850Z adding 'torch/include/ATen/ops/chunk.h' 2024-12-17T23:48:10.8875010Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8875840Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-12-17T23:48:10.8876880Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-12-17T23:48:10.8878030Z adding 'torch/include/ATen/ops/clamp.h' 2024-12-17T23:48:10.8879200Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8880170Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-12-17T23:48:10.8881180Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-12-17T23:48:10.8882270Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-12-17T23:48:10.8883410Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8884340Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-12-17T23:48:10.8885340Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-12-17T23:48:10.8886330Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-12-17T23:48:10.8887350Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-12-17T23:48:10.8888320Z adding 'torch/include/ATen/ops/clamp_max_mps_dispatch.h' 2024-12-17T23:48:10.8889320Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-12-17T23:48:10.8890560Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-12-17T23:48:10.8891560Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-12-17T23:48:10.8892630Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-12-17T23:48:10.8893710Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-12-17T23:48:10.8894860Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8895810Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-12-17T23:48:10.8896770Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-12-17T23:48:10.8898160Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-12-17T23:48:10.8899210Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-12-17T23:48:10.8900170Z adding 'torch/include/ATen/ops/clamp_min_mps_dispatch.h' 2024-12-17T23:48:10.8901170Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-12-17T23:48:10.8902480Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-12-17T23:48:10.8903550Z adding 'torch/include/ATen/ops/clamp_mps_dispatch.h' 2024-12-17T23:48:10.8904630Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-12-17T23:48:10.8905970Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-12-17T23:48:10.8907140Z adding 'torch/include/ATen/ops/clip.h' 2024-12-17T23:48:10.8908320Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8909320Z adding 'torch/include/ATen/ops/clip_native.h' 2024-12-17T23:48:10.8910610Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-12-17T23:48:10.8911660Z adding 'torch/include/ATen/ops/clone.h' 2024-12-17T23:48:10.8912770Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8913720Z adding 'torch/include/ATen/ops/clone_native.h' 2024-12-17T23:48:10.8914810Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-12-17T23:48:10.8915780Z adding 'torch/include/ATen/ops/coalesce.h' 2024-12-17T23:48:10.8916910Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8917790Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-12-17T23:48:10.8918830Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-12-17T23:48:10.8920090Z adding 'torch/include/ATen/ops/col2im.h' 2024-12-17T23:48:10.8921230Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-12-17T23:48:10.8922240Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-12-17T23:48:10.8923240Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-12-17T23:48:10.8924380Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-12-17T23:48:10.8925340Z adding 'torch/include/ATen/ops/col_indices.h' 2024-12-17T23:48:10.8926430Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8927350Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-12-17T23:48:10.8928510Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8929510Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.8930350Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-12-17T23:48:10.8931430Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-12-17T23:48:10.8932380Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-12-17T23:48:10.8933420Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-12-17T23:48:10.8934460Z adding 'torch/include/ATen/ops/column_stack.h' 2024-12-17T23:48:10.8935580Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8936500Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-12-17T23:48:10.8937570Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-12-17T23:48:10.8938720Z adding 'torch/include/ATen/ops/combinations.h' 2024-12-17T23:48:10.8939830Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8940720Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-12-17T23:48:10.8941760Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-12-17T23:48:10.8942770Z adding 'torch/include/ATen/ops/complex.h' 2024-12-17T23:48:10.8943850Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8944780Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-12-17T23:48:10.8945750Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-12-17T23:48:10.8946720Z adding 'torch/include/ATen/ops/complex_mps_dispatch.h' 2024-12-17T23:48:10.8947650Z adding 'torch/include/ATen/ops/complex_native.h' 2024-12-17T23:48:10.8948730Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-12-17T23:48:10.8949840Z adding 'torch/include/ATen/ops/concat.h' 2024-12-17T23:48:10.8950990Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8951910Z adding 'torch/include/ATen/ops/concat_native.h' 2024-12-17T23:48:10.8953070Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-12-17T23:48:10.8954180Z adding 'torch/include/ATen/ops/concatenate.h' 2024-12-17T23:48:10.8955330Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8956240Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-12-17T23:48:10.8957430Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-12-17T23:48:10.8958460Z adding 'torch/include/ATen/ops/conj.h' 2024-12-17T23:48:10.8959540Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8960490Z adding 'torch/include/ATen/ops/conj_native.h' 2024-12-17T23:48:10.8961480Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-12-17T23:48:10.8962560Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-12-17T23:48:10.8963650Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8964670Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8965610Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-12-17T23:48:10.8966630Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-12-17T23:48:10.8967580Z adding 'torch/include/ATen/ops/conj_physical_mps_dispatch.h' 2024-12-17T23:48:10.8968600Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-12-17T23:48:10.8969730Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-12-17T23:48:10.8970960Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-12-17T23:48:10.8972150Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8973090Z adding 'torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h' 2024-12-17T23:48:10.8974060Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-12-17T23:48:10.8975190Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-12-17T23:48:10.8976130Z adding 'torch/include/ATen/ops/contiguous.h' 2024-12-17T23:48:10.8977310Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8978170Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-12-17T23:48:10.8979220Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-12-17T23:48:10.8980450Z adding 'torch/include/ATen/ops/conv1d.h' 2024-12-17T23:48:10.8981620Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8982580Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-12-17T23:48:10.8983730Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-12-17T23:48:10.8984970Z adding 'torch/include/ATen/ops/conv2d.h' 2024-12-17T23:48:10.8986150Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8987090Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-12-17T23:48:10.8988200Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-12-17T23:48:10.8989440Z adding 'torch/include/ATen/ops/conv3d.h' 2024-12-17T23:48:10.8990600Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.8991530Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-12-17T23:48:10.8992640Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-12-17T23:48:10.8994060Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-12-17T23:48:10.8995360Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.8996330Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-12-17T23:48:10.8997310Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-12-17T23:48:10.8998490Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-12-17T23:48:10.8999500Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-12-17T23:48:10.9000530Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-12-17T23:48:10.9001640Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9002570Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-12-17T23:48:10.9003620Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-12-17T23:48:10.9004730Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9005620Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-12-17T23:48:10.9006710Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-12-17T23:48:10.9007870Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-12-17T23:48:10.9009010Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9009940Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-12-17T23:48:10.9011020Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-12-17T23:48:10.9012140Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-12-17T23:48:10.9013320Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9014220Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-12-17T23:48:10.9015290Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-12-17T23:48:10.9016400Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-12-17T23:48:10.9017550Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9018470Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-12-17T23:48:10.9019550Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-12-17T23:48:10.9020960Z adding 'torch/include/ATen/ops/convolution.h' 2024-12-17T23:48:10.9022590Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-12-17T23:48:10.9023850Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9024870Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9025900Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-12-17T23:48:10.9027100Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-12-17T23:48:10.9029140Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-12-17T23:48:10.9029940Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9030920Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-12-17T23:48:10.9032130Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-12-17T23:48:10.9033280Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9034230Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-12-17T23:48:10.9035390Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-12-17T23:48:10.9037020Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-12-17T23:48:10.9038090Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9039080Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-12-17T23:48:10.9040230Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-12-17T23:48:10.9041240Z adding 'torch/include/ATen/ops/copy.h' 2024-12-17T23:48:10.9042390Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9043390Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9044330Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-12-17T23:48:10.9045290Z adding 'torch/include/ATen/ops/copy_native.h' 2024-12-17T23:48:10.9046410Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-12-17T23:48:10.9052660Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-12-17T23:48:10.9053020Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9053170Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-12-17T23:48:10.9054070Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-12-17T23:48:10.9054210Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-12-17T23:48:10.9054280Z adding 'torch/include/ATen/ops/copysign.h' 2024-12-17T23:48:10.9054450Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9054730Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9055840Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-12-17T23:48:10.9056600Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-12-17T23:48:10.9057690Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-12-17T23:48:10.9058550Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-12-17T23:48:10.9059500Z adding 'torch/include/ATen/ops/copysign_mps_dispatch.h' 2024-12-17T23:48:10.9060500Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-12-17T23:48:10.9061730Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-12-17T23:48:10.9062760Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-12-17T23:48:10.9063850Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9064760Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-12-17T23:48:10.9065770Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-12-17T23:48:10.9066790Z adding 'torch/include/ATen/ops/cos.h' 2024-12-17T23:48:10.9067920Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9068830Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-12-17T23:48:10.9069800Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-12-17T23:48:10.9070770Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-12-17T23:48:10.9071740Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-12-17T23:48:10.9072720Z adding 'torch/include/ATen/ops/cos_mps_dispatch.h' 2024-12-17T23:48:10.9073700Z adding 'torch/include/ATen/ops/cos_native.h' 2024-12-17T23:48:10.9074800Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-12-17T23:48:10.9075820Z adding 'torch/include/ATen/ops/cosh.h' 2024-12-17T23:48:10.9077000Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9077800Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-12-17T23:48:10.9078740Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-12-17T23:48:10.9079680Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-12-17T23:48:10.9080650Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-12-17T23:48:10.9081610Z adding 'torch/include/ATen/ops/cosh_mps_dispatch.h' 2024-12-17T23:48:10.9082580Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-12-17T23:48:10.9083670Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-12-17T23:48:10.9084760Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-12-17T23:48:10.9085870Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9086770Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-12-17T23:48:10.9087840Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-12-17T23:48:10.9088810Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-12-17T23:48:10.9089920Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9090810Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-12-17T23:48:10.9091830Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-12-17T23:48:10.9092910Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-12-17T23:48:10.9094040Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9094990Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-12-17T23:48:10.9095960Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-12-17T23:48:10.9096870Z adding 'torch/include/ATen/ops/count_nonzero_mps_dispatch.h' 2024-12-17T23:48:10.9097880Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-12-17T23:48:10.9099040Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-12-17T23:48:10.9100040Z adding 'torch/include/ATen/ops/cov.h' 2024-12-17T23:48:10.9101160Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9102040Z adding 'torch/include/ATen/ops/cov_native.h' 2024-12-17T23:48:10.9103110Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-12-17T23:48:10.9104140Z adding 'torch/include/ATen/ops/cross.h' 2024-12-17T23:48:10.9105260Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9106300Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-12-17T23:48:10.9107450Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9108350Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-12-17T23:48:10.9109430Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-12-17T23:48:10.9110380Z adding 'torch/include/ATen/ops/cross_native.h' 2024-12-17T23:48:10.9111450Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-12-17T23:48:10.9112410Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-12-17T23:48:10.9113490Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9114430Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-12-17T23:48:10.9115550Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9116610Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9117480Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-12-17T23:48:10.9118560Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-12-17T23:48:10.9119520Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-12-17T23:48:10.9120530Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-12-17T23:48:10.9121580Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-12-17T23:48:10.9122710Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9123660Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-12-17T23:48:10.9124790Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-12-17T23:48:10.9125890Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-12-17T23:48:10.9126970Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-12-17T23:48:10.9128100Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9129040Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9130010Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-12-17T23:48:10.9131110Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-12-17T23:48:10.9132180Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9133130Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-12-17T23:48:10.9134110Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-12-17T23:48:10.9135230Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-12-17T23:48:10.9136360Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-12-17T23:48:10.9137610Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-12-17T23:48:10.9138810Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9139780Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9141200Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-12-17T23:48:10.9142490Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-12-17T23:48:10.9143620Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9144630Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-12-17T23:48:10.9145610Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-12-17T23:48:10.9146820Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-12-17T23:48:10.9148170Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-12-17T23:48:10.9149640Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-12-17T23:48:10.9150840Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9151800Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-12-17T23:48:10.9152830Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-12-17T23:48:10.9153990Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-12-17T23:48:10.9155090Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-12-17T23:48:10.9156090Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-12-17T23:48:10.9157220Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-12-17T23:48:10.9158570Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-12-17T23:48:10.9159760Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9160750Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-12-17T23:48:10.9161730Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-12-17T23:48:10.9162870Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-12-17T23:48:10.9164340Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-12-17T23:48:10.9165550Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9166510Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-12-17T23:48:10.9167540Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-12-17T23:48:10.9168680Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-12-17T23:48:10.9169700Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-12-17T23:48:10.9170830Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-12-17T23:48:10.9171920Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9172900Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9173860Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-12-17T23:48:10.9174990Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-12-17T23:48:10.9176080Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9177000Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-12-17T23:48:10.9177960Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-12-17T23:48:10.9179020Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-12-17T23:48:10.9180010Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-12-17T23:48:10.9181110Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9182000Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-12-17T23:48:10.9183000Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-12-17T23:48:10.9184080Z adding 'torch/include/ATen/ops/cummax.h' 2024-12-17T23:48:10.9185210Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9186260Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9187200Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-12-17T23:48:10.9188430Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-12-17T23:48:10.9189450Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-12-17T23:48:10.9190560Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9191450Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-12-17T23:48:10.9192490Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-12-17T23:48:10.9193550Z adding 'torch/include/ATen/ops/cummin.h' 2024-12-17T23:48:10.9194660Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9195690Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9196590Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-12-17T23:48:10.9197780Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-12-17T23:48:10.9198890Z adding 'torch/include/ATen/ops/cumprod.h' 2024-12-17T23:48:10.9199930Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-12-17T23:48:10.9201030Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9201930Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-12-17T23:48:10.9202980Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-12-17T23:48:10.9204120Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9205120Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9206090Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-12-17T23:48:10.9207090Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-12-17T23:48:10.9208050Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-12-17T23:48:10.9209060Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-12-17T23:48:10.9210030Z adding 'torch/include/ATen/ops/cumprod_mps_dispatch.h' 2024-12-17T23:48:10.9211050Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-12-17T23:48:10.9212340Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-12-17T23:48:10.9213430Z adding 'torch/include/ATen/ops/cumsum.h' 2024-12-17T23:48:10.9214580Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9215540Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9216520Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-12-17T23:48:10.9217460Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-12-17T23:48:10.9218440Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-12-17T23:48:10.9219450Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-12-17T23:48:10.9220420Z adding 'torch/include/ATen/ops/cumsum_mps_dispatch.h' 2024-12-17T23:48:10.9221450Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-12-17T23:48:10.9222720Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-12-17T23:48:10.9223770Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-12-17T23:48:10.9224890Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9225800Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-12-17T23:48:10.9226880Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-12-17T23:48:10.9227810Z adding 'torch/include/ATen/ops/data.h' 2024-12-17T23:48:10.9228920Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9229830Z adding 'torch/include/ATen/ops/data_native.h' 2024-12-17T23:48:10.9230860Z adding 'torch/include/ATen/ops/data_ops.h' 2024-12-17T23:48:10.9231880Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-12-17T23:48:10.9232990Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9233940Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-12-17T23:48:10.9235030Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-12-17T23:48:10.9236020Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-12-17T23:48:10.9237150Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9238040Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-12-17T23:48:10.9239080Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-12-17T23:48:10.9240180Z adding 'torch/include/ATen/ops/dequantize.h' 2024-12-17T23:48:10.9241300Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9242250Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-12-17T23:48:10.9243200Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-12-17T23:48:10.9244180Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-12-17T23:48:10.9245370Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-12-17T23:48:10.9246350Z adding 'torch/include/ATen/ops/det.h' 2024-12-17T23:48:10.9247420Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9248280Z adding 'torch/include/ATen/ops/det_native.h' 2024-12-17T23:48:10.9249280Z adding 'torch/include/ATen/ops/det_ops.h' 2024-12-17T23:48:10.9250280Z adding 'torch/include/ATen/ops/detach.h' 2024-12-17T23:48:10.9251380Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9252300Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-12-17T23:48:10.9253410Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9254440Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9255290Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-12-17T23:48:10.9256340Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-12-17T23:48:10.9257290Z adding 'torch/include/ATen/ops/detach_native.h' 2024-12-17T23:48:10.9258330Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-12-17T23:48:10.9259350Z adding 'torch/include/ATen/ops/diag.h' 2024-12-17T23:48:10.9260450Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9261470Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-12-17T23:48:10.9262560Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9263620Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9264480Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-12-17T23:48:10.9265620Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-12-17T23:48:10.9266550Z adding 'torch/include/ATen/ops/diag_native.h' 2024-12-17T23:48:10.9267640Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-12-17T23:48:10.9268710Z adding 'torch/include/ATen/ops/diagflat.h' 2024-12-17T23:48:10.9269840Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9270710Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-12-17T23:48:10.9271750Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-12-17T23:48:10.9272790Z adding 'torch/include/ATen/ops/diagonal.h' 2024-12-17T23:48:10.9274060Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-12-17T23:48:10.9275240Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9276150Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-12-17T23:48:10.9277270Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-12-17T23:48:10.9278350Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9279360Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9280320Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-12-17T23:48:10.9281440Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9282470Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9283330Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-12-17T23:48:10.9284430Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-12-17T23:48:10.9285430Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-12-17T23:48:10.9286510Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-12-17T23:48:10.9287590Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-12-17T23:48:10.9288690Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9289770Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9290630Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-12-17T23:48:10.9291750Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-12-17T23:48:10.9292820Z adding 'torch/include/ATen/ops/diff.h' 2024-12-17T23:48:10.9293960Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9294880Z adding 'torch/include/ATen/ops/diff_native.h' 2024-12-17T23:48:10.9295980Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-12-17T23:48:10.9297030Z adding 'torch/include/ATen/ops/digamma.h' 2024-12-17T23:48:10.9298160Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9299060Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-12-17T23:48:10.9300030Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-12-17T23:48:10.9301000Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-12-17T23:48:10.9301980Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-12-17T23:48:10.9302960Z adding 'torch/include/ATen/ops/digamma_mps_dispatch.h' 2024-12-17T23:48:10.9303950Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-12-17T23:48:10.9305050Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-12-17T23:48:10.9306080Z adding 'torch/include/ATen/ops/dist.h' 2024-12-17T23:48:10.9307180Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9308080Z adding 'torch/include/ATen/ops/dist_native.h' 2024-12-17T23:48:10.9309180Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-12-17T23:48:10.9310350Z adding 'torch/include/ATen/ops/div.h' 2024-12-17T23:48:10.9311500Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9312550Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9313530Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-12-17T23:48:10.9314550Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-12-17T23:48:10.9315520Z adding 'torch/include/ATen/ops/div_meta.h' 2024-12-17T23:48:10.9316510Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-12-17T23:48:10.9317530Z adding 'torch/include/ATen/ops/div_mps_dispatch.h' 2024-12-17T23:48:10.9318630Z adding 'torch/include/ATen/ops/div_native.h' 2024-12-17T23:48:10.9320590Z adding 'torch/include/ATen/ops/div_ops.h' 2024-12-17T23:48:10.9321360Z adding 'torch/include/ATen/ops/divide.h' 2024-12-17T23:48:10.9322540Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9323520Z adding 'torch/include/ATen/ops/divide_native.h' 2024-12-17T23:48:10.9324930Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-12-17T23:48:10.9325950Z adding 'torch/include/ATen/ops/dot.h' 2024-12-17T23:48:10.9327020Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9327950Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-12-17T23:48:10.9328930Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-12-17T23:48:10.9329850Z adding 'torch/include/ATen/ops/dot_mps_dispatch.h' 2024-12-17T23:48:10.9330850Z adding 'torch/include/ATen/ops/dot_native.h' 2024-12-17T23:48:10.9331920Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-12-17T23:48:10.9332950Z adding 'torch/include/ATen/ops/dropout.h' 2024-12-17T23:48:10.9334040Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9334960Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-12-17T23:48:10.9336050Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-12-17T23:48:10.9337110Z adding 'torch/include/ATen/ops/dsplit.h' 2024-12-17T23:48:10.9338190Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9339100Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-12-17T23:48:10.9340190Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-12-17T23:48:10.9341200Z adding 'torch/include/ATen/ops/dstack.h' 2024-12-17T23:48:10.9342310Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9343200Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-12-17T23:48:10.9344270Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-12-17T23:48:10.9345270Z adding 'torch/include/ATen/ops/einsum.h' 2024-12-17T23:48:10.9346380Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9347260Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-12-17T23:48:10.9348320Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-12-17T23:48:10.9349370Z adding 'torch/include/ATen/ops/elu.h' 2024-12-17T23:48:10.9350480Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-12-17T23:48:10.9351660Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9352600Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9353590Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9354570Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-12-17T23:48:10.9355590Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-12-17T23:48:10.9356530Z adding 'torch/include/ATen/ops/elu_backward_mps_dispatch.h' 2024-12-17T23:48:10.9357530Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-12-17T23:48:10.9358660Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-12-17T23:48:10.9359800Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9360720Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-12-17T23:48:10.9361710Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-12-17T23:48:10.9362690Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-12-17T23:48:10.9363690Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-12-17T23:48:10.9364650Z adding 'torch/include/ATen/ops/elu_mps_dispatch.h' 2024-12-17T23:48:10.9365640Z adding 'torch/include/ATen/ops/elu_native.h' 2024-12-17T23:48:10.9366830Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-12-17T23:48:10.9368100Z adding 'torch/include/ATen/ops/embedding.h' 2024-12-17T23:48:10.9369260Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-12-17T23:48:10.9370430Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9371340Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-12-17T23:48:10.9372390Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-12-17T23:48:10.9373450Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-12-17T23:48:10.9374610Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9375560Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-12-17T23:48:10.9376740Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-12-17T23:48:10.9377900Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9379100Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-12-17T23:48:10.9380280Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9381250Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9382560Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9383520Z adding 'torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h' 2024-12-17T23:48:10.9384520Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-12-17T23:48:10.9385650Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-12-17T23:48:10.9386770Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-12-17T23:48:10.9387750Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-12-17T23:48:10.9388830Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-12-17T23:48:10.9389950Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9390890Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-12-17T23:48:10.9391860Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-12-17T23:48:10.9392800Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-12-17T23:48:10.9393780Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-12-17T23:48:10.9394930Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-12-17T23:48:10.9395950Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-12-17T23:48:10.9397070Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9397940Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-12-17T23:48:10.9398990Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-12-17T23:48:10.9400890Z adding 'torch/include/ATen/ops/empty.h' 2024-12-17T23:48:10.9401710Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9402750Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9403750Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-12-17T23:48:10.9404780Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-12-17T23:48:10.9405920Z adding 'torch/include/ATen/ops/empty_like.h' 2024-12-17T23:48:10.9407080Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9408060Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-12-17T23:48:10.9409210Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-12-17T23:48:10.9410250Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-12-17T23:48:10.9411260Z adding 'torch/include/ATen/ops/empty_mps_dispatch.h' 2024-12-17T23:48:10.9412380Z adding 'torch/include/ATen/ops/empty_native.h' 2024-12-17T23:48:10.9413640Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-12-17T23:48:10.9415060Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-12-17T23:48:10.9416310Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9417160Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-12-17T23:48:10.9418320Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-12-17T23:48:10.9419490Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-12-17T23:48:10.9420620Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9421570Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-12-17T23:48:10.9422730Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-12-17T23:48:10.9424100Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-12-17T23:48:10.9425300Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9426300Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-12-17T23:48:10.9427260Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-12-17T23:48:10.9428250Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-12-17T23:48:10.9429240Z adding 'torch/include/ATen/ops/empty_strided_mps_dispatch.h' 2024-12-17T23:48:10.9430250Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-12-17T23:48:10.9431410Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-12-17T23:48:10.9432470Z adding 'torch/include/ATen/ops/eq.h' 2024-12-17T23:48:10.9433620Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9434600Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-12-17T23:48:10.9435610Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-12-17T23:48:10.9436680Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-12-17T23:48:10.9437690Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-12-17T23:48:10.9438700Z adding 'torch/include/ATen/ops/eq_mps_dispatch.h' 2024-12-17T23:48:10.9439760Z adding 'torch/include/ATen/ops/eq_native.h' 2024-12-17T23:48:10.9441010Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-12-17T23:48:10.9442020Z adding 'torch/include/ATen/ops/equal.h' 2024-12-17T23:48:10.9443040Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-12-17T23:48:10.9444010Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-12-17T23:48:10.9444940Z adding 'torch/include/ATen/ops/equal_mps_dispatch.h' 2024-12-17T23:48:10.9445890Z adding 'torch/include/ATen/ops/equal_native.h' 2024-12-17T23:48:10.9446920Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-12-17T23:48:10.9447920Z adding 'torch/include/ATen/ops/erf.h' 2024-12-17T23:48:10.9449060Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9449970Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-12-17T23:48:10.9450920Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-12-17T23:48:10.9451910Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-12-17T23:48:10.9452900Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-12-17T23:48:10.9453850Z adding 'torch/include/ATen/ops/erf_mps_dispatch.h' 2024-12-17T23:48:10.9454850Z adding 'torch/include/ATen/ops/erf_native.h' 2024-12-17T23:48:10.9455960Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-12-17T23:48:10.9456990Z adding 'torch/include/ATen/ops/erfc.h' 2024-12-17T23:48:10.9458110Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9458970Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-12-17T23:48:10.9459920Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-12-17T23:48:10.9460860Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-12-17T23:48:10.9461820Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-12-17T23:48:10.9462790Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-12-17T23:48:10.9463870Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-12-17T23:48:10.9464880Z adding 'torch/include/ATen/ops/erfinv.h' 2024-12-17T23:48:10.9466000Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9467040Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-12-17T23:48:10.9467890Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-12-17T23:48:10.9468850Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-12-17T23:48:10.9469870Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-12-17T23:48:10.9470840Z adding 'torch/include/ATen/ops/erfinv_mps_dispatch.h' 2024-12-17T23:48:10.9471830Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-12-17T23:48:10.9472940Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-12-17T23:48:10.9473960Z adding 'torch/include/ATen/ops/exp.h' 2024-12-17T23:48:10.9474960Z adding 'torch/include/ATen/ops/exp2.h' 2024-12-17T23:48:10.9476090Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9476960Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-12-17T23:48:10.9477920Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-12-17T23:48:10.9478890Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-12-17T23:48:10.9479880Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-12-17T23:48:10.9480810Z adding 'torch/include/ATen/ops/exp2_mps_dispatch.h' 2024-12-17T23:48:10.9481790Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-12-17T23:48:10.9482910Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-12-17T23:48:10.9484030Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9484920Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-12-17T23:48:10.9485860Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-12-17T23:48:10.9486790Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-12-17T23:48:10.9487790Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-12-17T23:48:10.9488680Z adding 'torch/include/ATen/ops/exp_mps_dispatch.h' 2024-12-17T23:48:10.9489650Z adding 'torch/include/ATen/ops/exp_native.h' 2024-12-17T23:48:10.9490750Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-12-17T23:48:10.9491790Z adding 'torch/include/ATen/ops/expand.h' 2024-12-17T23:48:10.9492780Z adding 'torch/include/ATen/ops/expand_as.h' 2024-12-17T23:48:10.9493870Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9494740Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-12-17T23:48:10.9495780Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-12-17T23:48:10.9496860Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9498000Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-12-17T23:48:10.9499140Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9500230Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9501090Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-12-17T23:48:10.9502190Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-12-17T23:48:10.9503140Z adding 'torch/include/ATen/ops/expand_native.h' 2024-12-17T23:48:10.9505250Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-12-17T23:48:10.9506010Z adding 'torch/include/ATen/ops/expm1.h' 2024-12-17T23:48:10.9507160Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9508030Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-12-17T23:48:10.9508980Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-12-17T23:48:10.9509930Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-12-17T23:48:10.9510910Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-12-17T23:48:10.9511840Z adding 'torch/include/ATen/ops/expm1_mps_dispatch.h' 2024-12-17T23:48:10.9512860Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-12-17T23:48:10.9513960Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-12-17T23:48:10.9515040Z adding 'torch/include/ATen/ops/exponential.h' 2024-12-17T23:48:10.9516180Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9517140Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-12-17T23:48:10.9518130Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-12-17T23:48:10.9519040Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-12-17T23:48:10.9519970Z adding 'torch/include/ATen/ops/exponential_mps_dispatch.h' 2024-12-17T23:48:10.9520980Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-12-17T23:48:10.9522150Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-12-17T23:48:10.9523840Z adding 'torch/include/ATen/ops/eye.h' 2024-12-17T23:48:10.9524860Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9525860Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-12-17T23:48:10.9526870Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-12-17T23:48:10.9528020Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-12-17T23:48:10.9528820Z adding 'torch/include/ATen/ops/eye_mps_dispatch.h' 2024-12-17T23:48:10.9529830Z adding 'torch/include/ATen/ops/eye_native.h' 2024-12-17T23:48:10.9531040Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-12-17T23:48:10.9532170Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-12-17T23:48:10.9533370Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-12-17T23:48:10.9539060Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-12-17T23:48:10.9539680Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9540230Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-12-17T23:48:10.9540710Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-12-17T23:48:10.9541220Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9541730Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-12-17T23:48:10.9542170Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-12-17T23:48:10.9542610Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-12-17T23:48:10.9543020Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-12-17T23:48:10.9543790Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9544810Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-12-17T23:48:10.9545770Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-12-17T23:48:10.9546840Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-12-17T23:48:10.9547930Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-12-17T23:48:10.9548970Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-12-17T23:48:10.9550110Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9551020Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-12-17T23:48:10.9552070Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-12-17T23:48:10.9553190Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9554150Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-12-17T23:48:10.9555140Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-12-17T23:48:10.9556120Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-12-17T23:48:10.9557280Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-12-17T23:48:10.9558440Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9559340Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-12-17T23:48:10.9560470Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-12-17T23:48:10.9561460Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-12-17T23:48:10.9562590Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9563550Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-12-17T23:48:10.9564670Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9565570Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-12-17T23:48:10.9566640Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-12-17T23:48:10.9567600Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-12-17T23:48:10.9568690Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-12-17T23:48:10.9569700Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-12-17T23:48:10.9570810Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9571790Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-12-17T23:48:10.9572920Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9573810Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-12-17T23:48:10.9574940Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-12-17T23:48:10.9575860Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-12-17T23:48:10.9576950Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-12-17T23:48:10.9577930Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-12-17T23:48:10.9579040Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9579960Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-12-17T23:48:10.9581000Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-12-17T23:48:10.9581980Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-12-17T23:48:10.9583080Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9583980Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-12-17T23:48:10.9584980Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-12-17T23:48:10.9586020Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-12-17T23:48:10.9587110Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9587990Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-12-17T23:48:10.9589050Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-12-17T23:48:10.9590060Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-12-17T23:48:10.9591140Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9592030Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-12-17T23:48:10.9593090Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-12-17T23:48:10.9594070Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-12-17T23:48:10.9595180Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9596070Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-12-17T23:48:10.9597140Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-12-17T23:48:10.9598380Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-12-17T23:48:10.9599770Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-12-17T23:48:10.9601050Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9601970Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-12-17T23:48:10.9603100Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-12-17T23:48:10.9604250Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9605160Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-12-17T23:48:10.9606270Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-12-17T23:48:10.9607400Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-12-17T23:48:10.9608550Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9609460Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-12-17T23:48:10.9610590Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-12-17T23:48:10.9611830Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-12-17T23:48:10.9613020Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9613940Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-12-17T23:48:10.9615040Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-12-17T23:48:10.9616050Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-12-17T23:48:10.9617170Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9618080Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-12-17T23:48:10.9619100Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-12-17T23:48:10.9620320Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-12-17T23:48:10.9621600Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-12-17T23:48:10.9623170Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9624080Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-12-17T23:48:10.9625190Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-12-17T23:48:10.9626370Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9627260Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-12-17T23:48:10.9628360Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-12-17T23:48:10.9629630Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-12-17T23:48:10.9630820Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9631740Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-12-17T23:48:10.9632860Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-12-17T23:48:10.9634100Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-12-17T23:48:10.9635420Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-12-17T23:48:10.9636580Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9637520Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-12-17T23:48:10.9638610Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-12-17T23:48:10.9639750Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9640640Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-12-17T23:48:10.9641730Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-12-17T23:48:10.9642950Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-12-17T23:48:10.9644130Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9645040Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-12-17T23:48:10.9646140Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-12-17T23:48:10.9647140Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-12-17T23:48:10.9648250Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9649130Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-12-17T23:48:10.9650170Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-12-17T23:48:10.9651400Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-12-17T23:48:10.9652650Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-12-17T23:48:10.9653880Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9654760Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-12-17T23:48:10.9655850Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-12-17T23:48:10.9657010Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9657910Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-12-17T23:48:10.9659020Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-12-17T23:48:10.9660260Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-12-17T23:48:10.9661450Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9662340Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-12-17T23:48:10.9663480Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-12-17T23:48:10.9664700Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-12-17T23:48:10.9665940Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-12-17T23:48:10.9667120Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9668050Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-12-17T23:48:10.9669210Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-12-17T23:48:10.9670400Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9671360Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-12-17T23:48:10.9672430Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-12-17T23:48:10.9673660Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-12-17T23:48:10.9674870Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9675760Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-12-17T23:48:10.9676830Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-12-17T23:48:10.9678040Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-12-17T23:48:10.9679290Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-12-17T23:48:10.9680460Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9681370Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-12-17T23:48:10.9682450Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-12-17T23:48:10.9683590Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9684490Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-12-17T23:48:10.9685570Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-12-17T23:48:10.9686670Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-12-17T23:48:10.9687820Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9688740Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-12-17T23:48:10.9689830Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-12-17T23:48:10.9691050Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-12-17T23:48:10.9692240Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9693140Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-12-17T23:48:10.9694250Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-12-17T23:48:10.9695350Z adding 'torch/include/ATen/ops/fill.h' 2024-12-17T23:48:10.9696480Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9697410Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-12-17T23:48:10.9698380Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-12-17T23:48:10.9699340Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-12-17T23:48:10.9700440Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9701330Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-12-17T23:48:10.9702400Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-12-17T23:48:10.9703390Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-12-17T23:48:10.9704350Z adding 'torch/include/ATen/ops/fill_mps_dispatch.h' 2024-12-17T23:48:10.9705420Z adding 'torch/include/ATen/ops/fill_native.h' 2024-12-17T23:48:10.9706650Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-12-17T23:48:10.9707700Z adding 'torch/include/ATen/ops/fix.h' 2024-12-17T23:48:10.9708800Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9709690Z adding 'torch/include/ATen/ops/fix_native.h' 2024-12-17T23:48:10.9710790Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-12-17T23:48:10.9711870Z adding 'torch/include/ATen/ops/flatten.h' 2024-12-17T23:48:10.9713030Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9713960Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-12-17T23:48:10.9715070Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9715970Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-12-17T23:48:10.9717020Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-12-17T23:48:10.9717990Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-12-17T23:48:10.9719180Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-12-17T23:48:10.9720210Z adding 'torch/include/ATen/ops/flip.h' 2024-12-17T23:48:10.9721320Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9722230Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-12-17T23:48:10.9723170Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-12-17T23:48:10.9724090Z adding 'torch/include/ATen/ops/flip_mps_dispatch.h' 2024-12-17T23:48:10.9725060Z adding 'torch/include/ATen/ops/flip_native.h' 2024-12-17T23:48:10.9726190Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-12-17T23:48:10.9727140Z adding 'torch/include/ATen/ops/fliplr.h' 2024-12-17T23:48:10.9728230Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9729120Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-12-17T23:48:10.9730130Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-12-17T23:48:10.9731060Z adding 'torch/include/ATen/ops/flipud.h' 2024-12-17T23:48:10.9732150Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9733020Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-12-17T23:48:10.9734010Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-12-17T23:48:10.9735160Z adding 'torch/include/ATen/ops/float_power.h' 2024-12-17T23:48:10.9736370Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9737310Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-12-17T23:48:10.9738680Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-12-17T23:48:10.9739690Z adding 'torch/include/ATen/ops/floor.h' 2024-12-17T23:48:10.9740800Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9741690Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-12-17T23:48:10.9742670Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-12-17T23:48:10.9743720Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-12-17T23:48:10.9744820Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9745760Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-12-17T23:48:10.9746750Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-12-17T23:48:10.9747740Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-12-17T23:48:10.9748690Z adding 'torch/include/ATen/ops/floor_divide_mps_dispatch.h' 2024-12-17T23:48:10.9749700Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-12-17T23:48:10.9750950Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-12-17T23:48:10.9751960Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-12-17T23:48:10.9752970Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-12-17T23:48:10.9753910Z adding 'torch/include/ATen/ops/floor_mps_dispatch.h' 2024-12-17T23:48:10.9754960Z adding 'torch/include/ATen/ops/floor_native.h' 2024-12-17T23:48:10.9756030Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-12-17T23:48:10.9757040Z adding 'torch/include/ATen/ops/fmax.h' 2024-12-17T23:48:10.9758180Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9759070Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-12-17T23:48:10.9760050Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-12-17T23:48:10.9761030Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-12-17T23:48:10.9762010Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-12-17T23:48:10.9762960Z adding 'torch/include/ATen/ops/fmax_mps_dispatch.h' 2024-12-17T23:48:10.9763910Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-12-17T23:48:10.9765000Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-12-17T23:48:10.9766010Z adding 'torch/include/ATen/ops/fmin.h' 2024-12-17T23:48:10.9767150Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9768050Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-12-17T23:48:10.9769020Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-12-17T23:48:10.9769980Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-12-17T23:48:10.9770970Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-12-17T23:48:10.9771900Z adding 'torch/include/ATen/ops/fmin_mps_dispatch.h' 2024-12-17T23:48:10.9772860Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-12-17T23:48:10.9773920Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-12-17T23:48:10.9775010Z adding 'torch/include/ATen/ops/fmod.h' 2024-12-17T23:48:10.9776150Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9777140Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9778020Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-12-17T23:48:10.9778990Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-12-17T23:48:10.9779940Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-12-17T23:48:10.9780910Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-12-17T23:48:10.9781860Z adding 'torch/include/ATen/ops/fmod_mps_dispatch.h' 2024-12-17T23:48:10.9782880Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-12-17T23:48:10.9784130Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-12-17T23:48:10.9785160Z adding 'torch/include/ATen/ops/frac.h' 2024-12-17T23:48:10.9786270Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9787140Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-12-17T23:48:10.9788090Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-12-17T23:48:10.9789030Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-12-17T23:48:10.9790000Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-12-17T23:48:10.9790920Z adding 'torch/include/ATen/ops/frac_mps_dispatch.h' 2024-12-17T23:48:10.9791910Z adding 'torch/include/ATen/ops/frac_native.h' 2024-12-17T23:48:10.9793000Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-12-17T23:48:10.9794140Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-12-17T23:48:10.9795290Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-12-17T23:48:10.9796480Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9797420Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9798410Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9799430Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-12-17T23:48:10.9800460Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-12-17T23:48:10.9801500Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-12-17T23:48:10.9802640Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-12-17T23:48:10.9807600Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9808060Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-12-17T23:48:10.9808410Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-12-17T23:48:10.9808730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-12-17T23:48:10.9809050Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-12-17T23:48:10.9809380Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-12-17T23:48:10.9809680Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-12-17T23:48:10.9810760Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-12-17T23:48:10.9811890Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-12-17T23:48:10.9812930Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9813920Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9814920Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-12-17T23:48:10.9816060Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-12-17T23:48:10.9817190Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9818110Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-12-17T23:48:10.9819080Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-12-17T23:48:10.9820780Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-12-17T23:48:10.9821880Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-12-17T23:48:10.9822860Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-12-17T23:48:10.9824030Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-12-17T23:48:10.9825040Z adding 'torch/include/ATen/ops/frexp.h' 2024-12-17T23:48:10.9826170Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9827130Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-12-17T23:48:10.9828080Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-12-17T23:48:10.9829070Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-12-17T23:48:10.9830150Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-12-17T23:48:10.9831230Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-12-17T23:48:10.9832350Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9833290Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-12-17T23:48:10.9834380Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-12-17T23:48:10.9835820Z adding 'torch/include/ATen/ops/from_blob.h' 2024-12-17T23:48:10.9836940Z adding 'torch/include/ATen/ops/from_file.h' 2024-12-17T23:48:10.9838080Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9839050Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-12-17T23:48:10.9840050Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-12-17T23:48:10.9841210Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-12-17T23:48:10.9842670Z adding 'torch/include/ATen/ops/full.h' 2024-12-17T23:48:10.9844010Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9845050Z adding 'torch/include/ATen/ops/full_like.h' 2024-12-17T23:48:10.9846250Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9847160Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-12-17T23:48:10.9848340Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-12-17T23:48:10.9849350Z adding 'torch/include/ATen/ops/full_native.h' 2024-12-17T23:48:10.9850650Z adding 'torch/include/ATen/ops/full_ops.h' 2024-12-17T23:48:10.9851790Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-12-17T23:48:10.9852940Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9853850Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-12-17T23:48:10.9854990Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-12-17T23:48:10.9856020Z adding 'torch/include/ATen/ops/gather.h' 2024-12-17T23:48:10.9857050Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-12-17T23:48:10.9858190Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9859080Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-12-17T23:48:10.9860140Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-12-17T23:48:10.9861490Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9865350Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9866010Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-12-17T23:48:10.9866960Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-12-17T23:48:10.9868270Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-12-17T23:48:10.9869280Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-12-17T23:48:10.9870210Z adding 'torch/include/ATen/ops/gather_mps_dispatch.h' 2024-12-17T23:48:10.9871290Z adding 'torch/include/ATen/ops/gather_native.h' 2024-12-17T23:48:10.9872470Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-12-17T23:48:10.9873530Z adding 'torch/include/ATen/ops/gcd.h' 2024-12-17T23:48:10.9874700Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9875630Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-12-17T23:48:10.9876600Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-12-17T23:48:10.9877580Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-12-17T23:48:10.9878570Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-12-17T23:48:10.9879520Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-12-17T23:48:10.9880660Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-12-17T23:48:10.9881730Z adding 'torch/include/ATen/ops/ge.h' 2024-12-17T23:48:10.9882900Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9883840Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-12-17T23:48:10.9884840Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-12-17T23:48:10.9885830Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-12-17T23:48:10.9886890Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-12-17T23:48:10.9887890Z adding 'torch/include/ATen/ops/ge_mps_dispatch.h' 2024-12-17T23:48:10.9888930Z adding 'torch/include/ATen/ops/ge_native.h' 2024-12-17T23:48:10.9890260Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-12-17T23:48:10.9891290Z adding 'torch/include/ATen/ops/gelu.h' 2024-12-17T23:48:10.9892420Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-12-17T23:48:10.9893570Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9894510Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9895490Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9896470Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-12-17T23:48:10.9897460Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-12-17T23:48:10.9898400Z adding 'torch/include/ATen/ops/gelu_backward_mps_dispatch.h' 2024-12-17T23:48:10.9899440Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-12-17T23:48:10.9900540Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-12-17T23:48:10.9901660Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9902580Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-12-17T23:48:10.9903600Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-12-17T23:48:10.9904620Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-12-17T23:48:10.9905650Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-12-17T23:48:10.9906550Z adding 'torch/include/ATen/ops/gelu_mps_dispatch.h' 2024-12-17T23:48:10.9907580Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-12-17T23:48:10.9908700Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-12-17T23:48:10.9909750Z adding 'torch/include/ATen/ops/geometric.h' 2024-12-17T23:48:10.9910880Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9911820Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-12-17T23:48:10.9912790Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-12-17T23:48:10.9913750Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-12-17T23:48:10.9914730Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-12-17T23:48:10.9915880Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-12-17T23:48:10.9916890Z adding 'torch/include/ATen/ops/geqrf.h' 2024-12-17T23:48:10.9917920Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-12-17T23:48:10.9918890Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-12-17T23:48:10.9919880Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-12-17T23:48:10.9920960Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-12-17T23:48:10.9921970Z adding 'torch/include/ATen/ops/ger.h' 2024-12-17T23:48:10.9923090Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9923980Z adding 'torch/include/ATen/ops/ger_native.h' 2024-12-17T23:48:10.9925060Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-12-17T23:48:10.9926160Z adding 'torch/include/ATen/ops/glu.h' 2024-12-17T23:48:10.9927220Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-12-17T23:48:10.9928270Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9929260Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9930280Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-12-17T23:48:10.9931420Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9932370Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-12-17T23:48:10.9933310Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-12-17T23:48:10.9934280Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-12-17T23:48:10.9935410Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-12-17T23:48:10.9936430Z adding 'torch/include/ATen/ops/glu_backward_mps_dispatch.h' 2024-12-17T23:48:10.9937420Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-12-17T23:48:10.9938510Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-12-17T23:48:10.9939610Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:10.9940510Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-12-17T23:48:10.9941470Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-12-17T23:48:10.9942490Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-12-17T23:48:10.9943610Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9944530Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-12-17T23:48:10.9945480Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-12-17T23:48:10.9946440Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-12-17T23:48:10.9947510Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-12-17T23:48:10.9948480Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-12-17T23:48:10.9949480Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-12-17T23:48:10.9950460Z adding 'torch/include/ATen/ops/glu_mps_dispatch.h' 2024-12-17T23:48:10.9951440Z adding 'torch/include/ATen/ops/glu_native.h' 2024-12-17T23:48:10.9952520Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-12-17T23:48:10.9953700Z adding 'torch/include/ATen/ops/gradient.h' 2024-12-17T23:48:10.9954890Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9955860Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-12-17T23:48:10.9957260Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-12-17T23:48:10.9958450Z adding 'torch/include/ATen/ops/greater.h' 2024-12-17T23:48:10.9959600Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9960570Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-12-17T23:48:10.9961730Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9962650Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-12-17T23:48:10.9963900Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-12-17T23:48:10.9964910Z adding 'torch/include/ATen/ops/greater_native.h' 2024-12-17T23:48:10.9966130Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-12-17T23:48:10.9967130Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-12-17T23:48:10.9968220Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-12-17T23:48:10.9969410Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-12-17T23:48:10.9970600Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9971590Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9972560Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9973560Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-12-17T23:48:10.9974760Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-12-17T23:48:10.9975850Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9976830Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-12-17T23:48:10.9977730Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-12-17T23:48:10.9978690Z adding 'torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h' 2024-12-17T23:48:10.9979660Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-12-17T23:48:10.9980810Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-12-17T23:48:10.9981850Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-12-17T23:48:10.9982970Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-12-17T23:48:10.9984130Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9985110Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-12-17T23:48:10.9986110Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-12-17T23:48:10.9987110Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-12-17T23:48:10.9988290Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-12-17T23:48:10.9989370Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:10.9990310Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-12-17T23:48:10.9991250Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-12-17T23:48:10.9992230Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-12-17T23:48:10.9993320Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-12-17T23:48:10.9994400Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9995300Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-12-17T23:48:10.9996350Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-12-17T23:48:10.9997380Z adding 'torch/include/ATen/ops/group_norm.h' 2024-12-17T23:48:10.9998490Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:10.9999390Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-12-17T23:48:11.0000460Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-12-17T23:48:11.0001530Z adding 'torch/include/ATen/ops/gru.h' 2024-12-17T23:48:11.0002580Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-12-17T23:48:11.0003720Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0004590Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-12-17T23:48:11.0005660Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-12-17T23:48:11.0006790Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0007720Z adding 'torch/include/ATen/ops/gru_native.h' 2024-12-17T23:48:11.0008880Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-12-17T23:48:11.0009940Z adding 'torch/include/ATen/ops/gt.h' 2024-12-17T23:48:11.0011080Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0012020Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-12-17T23:48:11.0013010Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-12-17T23:48:11.0014000Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-12-17T23:48:11.0015010Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-12-17T23:48:11.0015950Z adding 'torch/include/ATen/ops/gt_mps_dispatch.h' 2024-12-17T23:48:11.0017010Z adding 'torch/include/ATen/ops/gt_native.h' 2024-12-17T23:48:11.0018260Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-12-17T23:48:11.0019720Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-12-17T23:48:11.0020960Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0021910Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-12-17T23:48:11.0023370Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-12-17T23:48:11.0024560Z adding 'torch/include/ATen/ops/hann_window.h' 2024-12-17T23:48:11.0025740Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0026660Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-12-17T23:48:11.0027850Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-12-17T23:48:11.0028890Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-12-17T23:48:11.0029950Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-12-17T23:48:11.0031120Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0032050Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0033020Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0034010Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-12-17T23:48:11.0035020Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-12-17T23:48:11.0036040Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-12-17T23:48:11.0037170Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-12-17T23:48:11.0038280Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0039200Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-12-17T23:48:11.0040170Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-12-17T23:48:11.0041130Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-12-17T23:48:11.0042130Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-12-17T23:48:11.0043080Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-12-17T23:48:11.0044160Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-12-17T23:48:11.0045180Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-12-17T23:48:11.0046220Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-12-17T23:48:11.0047410Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0048310Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0049250Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0050200Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-12-17T23:48:11.0051220Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-12-17T23:48:11.0052150Z adding 'torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h' 2024-12-17T23:48:11.0053170Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-12-17T23:48:11.0054230Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-12-17T23:48:11.0055370Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0056270Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-12-17T23:48:11.0057220Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-12-17T23:48:11.0058210Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-12-17T23:48:11.0059210Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-12-17T23:48:11.0060170Z adding 'torch/include/ATen/ops/hardsigmoid_mps_dispatch.h' 2024-12-17T23:48:11.0061150Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-12-17T23:48:11.0062280Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-12-17T23:48:11.0063320Z adding 'torch/include/ATen/ops/hardswish.h' 2024-12-17T23:48:11.0064370Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-12-17T23:48:11.0065490Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0066450Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0067400Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0068400Z adding 'torch/include/ATen/ops/hardswish_backward_mps_dispatch.h' 2024-12-17T23:48:11.0069370Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-12-17T23:48:11.0070460Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-12-17T23:48:11.0071480Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-12-17T23:48:11.0072420Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-12-17T23:48:11.0073390Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-12-17T23:48:11.0074350Z adding 'torch/include/ATen/ops/hardswish_mps_dispatch.h' 2024-12-17T23:48:11.0075330Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-12-17T23:48:11.0076450Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-12-17T23:48:11.0077520Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-12-17T23:48:11.0078600Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-12-17T23:48:11.0079650Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0080630Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0081600Z adding 'torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h' 2024-12-17T23:48:11.0082600Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-12-17T23:48:11.0083730Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-12-17T23:48:11.0084760Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-12-17T23:48:11.0085760Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-12-17T23:48:11.0086730Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-12-17T23:48:11.0087710Z adding 'torch/include/ATen/ops/hardtanh_mps_dispatch.h' 2024-12-17T23:48:11.0088720Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-12-17T23:48:11.0089880Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-12-17T23:48:11.0090910Z adding 'torch/include/ATen/ops/heaviside.h' 2024-12-17T23:48:11.0092050Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0092960Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-12-17T23:48:11.0093920Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-12-17T23:48:11.0099840Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-12-17T23:48:11.0100080Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-12-17T23:48:11.0100170Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-12-17T23:48:11.0100820Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-12-17T23:48:11.0100920Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-12-17T23:48:11.0101150Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0101280Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-12-17T23:48:11.0102020Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-12-17T23:48:11.0102910Z adding 'torch/include/ATen/ops/histc.h' 2024-12-17T23:48:11.0104080Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-12-17T23:48:11.0104940Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-12-17T23:48:11.0106330Z adding 'torch/include/ATen/ops/histc_mps_dispatch.h' 2024-12-17T23:48:11.0107270Z adding 'torch/include/ATen/ops/histc_native.h' 2024-12-17T23:48:11.0108360Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-12-17T23:48:11.0109540Z adding 'torch/include/ATen/ops/histogram.h' 2024-12-17T23:48:11.0110680Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-12-17T23:48:11.0111730Z adding 'torch/include/ATen/ops/histogram_mps_dispatch.h' 2024-12-17T23:48:11.0112810Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-12-17T23:48:11.0114110Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-12-17T23:48:11.0115190Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-12-17T23:48:11.0116380Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0117310Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-12-17T23:48:11.0118510Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-12-17T23:48:11.0119530Z adding 'torch/include/ATen/ops/hsplit.h' 2024-12-17T23:48:11.0120630Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0121530Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-12-17T23:48:11.0122630Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-12-17T23:48:11.0123640Z adding 'torch/include/ATen/ops/hspmm.h' 2024-12-17T23:48:11.0124650Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-12-17T23:48:11.0125820Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-12-17T23:48:11.0126870Z adding 'torch/include/ATen/ops/hstack.h' 2024-12-17T23:48:11.0128010Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0128890Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-12-17T23:48:11.0129970Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-12-17T23:48:11.0131030Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-12-17T23:48:11.0132110Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-12-17T23:48:11.0133290Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0134240Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0135240Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0136210Z adding 'torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h' 2024-12-17T23:48:11.0137190Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-12-17T23:48:11.0138300Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-12-17T23:48:11.0139330Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-12-17T23:48:11.0140290Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-12-17T23:48:11.0141260Z adding 'torch/include/ATen/ops/huber_loss_mps_dispatch.h' 2024-12-17T23:48:11.0142230Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-12-17T23:48:11.0143350Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-12-17T23:48:11.0144350Z adding 'torch/include/ATen/ops/hypot.h' 2024-12-17T23:48:11.0145500Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0146390Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-12-17T23:48:11.0147370Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-12-17T23:48:11.0148320Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-12-17T23:48:11.0149290Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-12-17T23:48:11.0150280Z adding 'torch/include/ATen/ops/hypot_mps_dispatch.h' 2024-12-17T23:48:11.0151240Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-12-17T23:48:11.0152380Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-12-17T23:48:11.0153370Z adding 'torch/include/ATen/ops/i0.h' 2024-12-17T23:48:11.0154500Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0155390Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-12-17T23:48:11.0156390Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-12-17T23:48:11.0157370Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-12-17T23:48:11.0158350Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-12-17T23:48:11.0159300Z adding 'torch/include/ATen/ops/i0_mps_dispatch.h' 2024-12-17T23:48:11.0160280Z adding 'torch/include/ATen/ops/i0_native.h' 2024-12-17T23:48:11.0161380Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-12-17T23:48:11.0162400Z adding 'torch/include/ATen/ops/igamma.h' 2024-12-17T23:48:11.0163530Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0164430Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-12-17T23:48:11.0165410Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-12-17T23:48:11.0166360Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-12-17T23:48:11.0167350Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-12-17T23:48:11.0168300Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-12-17T23:48:11.0169410Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-12-17T23:48:11.0170400Z adding 'torch/include/ATen/ops/igammac.h' 2024-12-17T23:48:11.0171540Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0172420Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-12-17T23:48:11.0173350Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-12-17T23:48:11.0174300Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-12-17T23:48:11.0175290Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-12-17T23:48:11.0176230Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-12-17T23:48:11.0177340Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-12-17T23:48:11.0178390Z adding 'torch/include/ATen/ops/im2col.h' 2024-12-17T23:48:11.0179450Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-12-17T23:48:11.0180420Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-12-17T23:48:11.0181410Z adding 'torch/include/ATen/ops/im2col_mps_dispatch.h' 2024-12-17T23:48:11.0182400Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-12-17T23:48:11.0183540Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-12-17T23:48:11.0184500Z adding 'torch/include/ATen/ops/imag.h' 2024-12-17T23:48:11.0185580Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0186460Z adding 'torch/include/ATen/ops/imag_native.h' 2024-12-17T23:48:11.0187510Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-12-17T23:48:11.0188540Z adding 'torch/include/ATen/ops/index.h' 2024-12-17T23:48:11.0189630Z adding 'torch/include/ATen/ops/index_add.h' 2024-12-17T23:48:11.0190810Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0191810Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0192780Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-12-17T23:48:11.0193780Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-12-17T23:48:11.0194820Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-12-17T23:48:11.0195840Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-12-17T23:48:11.0196820Z adding 'torch/include/ATen/ops/index_add_mps_dispatch.h' 2024-12-17T23:48:11.0197860Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-12-17T23:48:11.0199110Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-12-17T23:48:11.0200260Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0201220Z adding 'torch/include/ATen/ops/index_copy.h' 2024-12-17T23:48:11.0202380Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0203340Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0204280Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-12-17T23:48:11.0205260Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-12-17T23:48:11.0206300Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-12-17T23:48:11.0207290Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-12-17T23:48:11.0208270Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-12-17T23:48:11.0209510Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-12-17T23:48:11.0210560Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-12-17T23:48:11.0211490Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-12-17T23:48:11.0212670Z adding 'torch/include/ATen/ops/index_fill.h' 2024-12-17T23:48:11.0213830Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0214850Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0215810Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-12-17T23:48:11.0216760Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-12-17T23:48:11.0217720Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-12-17T23:48:11.0218660Z adding 'torch/include/ATen/ops/index_fill_mps_dispatch.h' 2024-12-17T23:48:11.0219700Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-12-17T23:48:11.0221690Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-12-17T23:48:11.0222430Z adding 'torch/include/ATen/ops/index_meta.h' 2024-12-17T23:48:11.0223430Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-12-17T23:48:11.0224360Z adding 'torch/include/ATen/ops/index_mps_dispatch.h' 2024-12-17T23:48:11.0225340Z adding 'torch/include/ATen/ops/index_native.h' 2024-12-17T23:48:11.0226480Z adding 'torch/include/ATen/ops/index_ops.h' 2024-12-17T23:48:11.0227530Z adding 'torch/include/ATen/ops/index_put.h' 2024-12-17T23:48:11.0228670Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0229610Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-12-17T23:48:11.0230800Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-12-17T23:48:11.0231890Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-12-17T23:48:11.0233060Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0233980Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-12-17T23:48:11.0234970Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-12-17T23:48:11.0236030Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-12-17T23:48:11.0237030Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-12-17T23:48:11.0238010Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-12-17T23:48:11.0239150Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-12-17T23:48:11.0240240Z adding 'torch/include/ATen/ops/index_select.h' 2024-12-17T23:48:11.0241340Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-12-17T23:48:11.0242440Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0243370Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-12-17T23:48:11.0244410Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-12-17T23:48:11.0245500Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0246440Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-12-17T23:48:11.0247450Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-12-17T23:48:11.0248400Z adding 'torch/include/ATen/ops/index_select_mps_dispatch.h' 2024-12-17T23:48:11.0249430Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-12-17T23:48:11.0250590Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-12-17T23:48:11.0251590Z adding 'torch/include/ATen/ops/indices.h' 2024-12-17T23:48:11.0252630Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0253630Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-12-17T23:48:11.0254710Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0255760Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0256590Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-12-17T23:48:11.0257640Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-12-17T23:48:11.0258620Z adding 'torch/include/ATen/ops/indices_native.h' 2024-12-17T23:48:11.0259630Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-12-17T23:48:11.0260690Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-12-17T23:48:11.0261830Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0262710Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-12-17T23:48:11.0263790Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-12-17T23:48:11.0264710Z adding 'torch/include/ATen/ops/inner.h' 2024-12-17T23:48:11.0265870Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0266740Z adding 'torch/include/ATen/ops/inner_native.h' 2024-12-17T23:48:11.0267830Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-12-17T23:48:11.0268870Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-12-17T23:48:11.0270020Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0270890Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-12-17T23:48:11.0271970Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-12-17T23:48:11.0272970Z adding 'torch/include/ATen/ops/int_repr.h' 2024-12-17T23:48:11.0274050Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0274940Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-12-17T23:48:11.0275980Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-12-17T23:48:11.0276990Z adding 'torch/include/ATen/ops/inverse.h' 2024-12-17T23:48:11.0278080Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0278990Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-12-17T23:48:11.0280020Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-12-17T23:48:11.0280980Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-12-17T23:48:11.0282130Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0282970Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-12-17T23:48:11.0283980Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-12-17T23:48:11.0284970Z adding 'torch/include/ATen/ops/is_complex.h' 2024-12-17T23:48:11.0286030Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0286880Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-12-17T23:48:11.0287890Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-12-17T23:48:11.0288840Z adding 'torch/include/ATen/ops/is_conj.h' 2024-12-17T23:48:11.0289920Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0290790Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-12-17T23:48:11.0291790Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-12-17T23:48:11.0292790Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-12-17T23:48:11.0293890Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0294780Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-12-17T23:48:11.0295780Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-12-17T23:48:11.0296760Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-12-17T23:48:11.0297850Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0298720Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-12-17T23:48:11.0299720Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-12-17T23:48:11.0300660Z adding 'torch/include/ATen/ops/is_inference.h' 2024-12-17T23:48:11.0301720Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0302580Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-12-17T23:48:11.0303570Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-12-17T23:48:11.0304480Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-12-17T23:48:11.0305540Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0306390Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-12-17T23:48:11.0307360Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-12-17T23:48:11.0308300Z adding 'torch/include/ATen/ops/is_neg.h' 2024-12-17T23:48:11.0309350Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0310220Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-12-17T23:48:11.0311210Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-12-17T23:48:11.0312210Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-12-17T23:48:11.0313250Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0314110Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-12-17T23:48:11.0315090Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-12-17T23:48:11.0316030Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-12-17T23:48:11.0317090Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0317980Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-12-17T23:48:11.0319000Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-12-17T23:48:11.0319970Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-12-17T23:48:11.0321040Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0321910Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-12-17T23:48:11.0322930Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-12-17T23:48:11.0323880Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-12-17T23:48:11.0324880Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-12-17T23:48:11.0325870Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-12-17T23:48:11.0326830Z adding 'torch/include/ATen/ops/is_set_to_mps_dispatch.h' 2024-12-17T23:48:11.0327780Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-12-17T23:48:11.0328800Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-12-17T23:48:11.0329770Z adding 'torch/include/ATen/ops/is_signed.h' 2024-12-17T23:48:11.0330830Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0331710Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-12-17T23:48:11.0332690Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-12-17T23:48:11.0333670Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-12-17T23:48:11.0334740Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0335620Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-12-17T23:48:11.0336610Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-12-17T23:48:11.0337590Z adding 'torch/include/ATen/ops/isclose.h' 2024-12-17T23:48:11.0338690Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0339970Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-12-17T23:48:11.0341010Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-12-17T23:48:11.0341970Z adding 'torch/include/ATen/ops/isfinite.h' 2024-12-17T23:48:11.0343060Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0343930Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-12-17T23:48:11.0344970Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-12-17T23:48:11.0346130Z adding 'torch/include/ATen/ops/isin.h' 2024-12-17T23:48:11.0347280Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0348250Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-12-17T23:48:11.0349290Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-12-17T23:48:11.0350300Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-12-17T23:48:11.0351350Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-12-17T23:48:11.0352340Z adding 'torch/include/ATen/ops/isin_mps_dispatch.h' 2024-12-17T23:48:11.0353350Z adding 'torch/include/ATen/ops/isin_native.h' 2024-12-17T23:48:11.0354680Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-12-17T23:48:11.0355680Z adding 'torch/include/ATen/ops/isinf.h' 2024-12-17T23:48:11.0356770Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0357720Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-12-17T23:48:11.0358750Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-12-17T23:48:11.0359740Z adding 'torch/include/ATen/ops/isnan.h' 2024-12-17T23:48:11.0360830Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0361740Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-12-17T23:48:11.0362700Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-12-17T23:48:11.0363650Z adding 'torch/include/ATen/ops/isnan_mps_dispatch.h' 2024-12-17T23:48:11.0364600Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-12-17T23:48:11.0365680Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-12-17T23:48:11.0366650Z adding 'torch/include/ATen/ops/isneginf.h' 2024-12-17T23:48:11.0367780Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0368660Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-12-17T23:48:11.0369610Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-12-17T23:48:11.0370580Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-12-17T23:48:11.0371550Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-12-17T23:48:11.0372500Z adding 'torch/include/ATen/ops/isneginf_mps_dispatch.h' 2024-12-17T23:48:11.0373480Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-12-17T23:48:11.0374540Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-12-17T23:48:11.0375560Z adding 'torch/include/ATen/ops/isposinf.h' 2024-12-17T23:48:11.0376680Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0377510Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-12-17T23:48:11.0378450Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-12-17T23:48:11.0379380Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-12-17T23:48:11.0380350Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-12-17T23:48:11.0381280Z adding 'torch/include/ATen/ops/isposinf_mps_dispatch.h' 2024-12-17T23:48:11.0382260Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-12-17T23:48:11.0383300Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-12-17T23:48:11.0384270Z adding 'torch/include/ATen/ops/isreal.h' 2024-12-17T23:48:11.0385370Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0386250Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-12-17T23:48:11.0387250Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-12-17T23:48:11.0388380Z adding 'torch/include/ATen/ops/istft.h' 2024-12-17T23:48:11.0389520Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0390450Z adding 'torch/include/ATen/ops/istft_native.h' 2024-12-17T23:48:11.0391560Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-12-17T23:48:11.0392540Z adding 'torch/include/ATen/ops/item.h' 2024-12-17T23:48:11.0393600Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0394500Z adding 'torch/include/ATen/ops/item_native.h' 2024-12-17T23:48:11.0395480Z adding 'torch/include/ATen/ops/item_ops.h' 2024-12-17T23:48:11.0396760Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-12-17T23:48:11.0398000Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0398940Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-12-17T23:48:11.0400280Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-12-17T23:48:11.0401270Z adding 'torch/include/ATen/ops/kl_div.h' 2024-12-17T23:48:11.0402350Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0403230Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-12-17T23:48:11.0404260Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-12-17T23:48:11.0405280Z adding 'torch/include/ATen/ops/kron.h' 2024-12-17T23:48:11.0406350Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0407250Z adding 'torch/include/ATen/ops/kron_native.h' 2024-12-17T23:48:11.0408320Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-12-17T23:48:11.0409460Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-12-17T23:48:11.0410570Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0411590Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0412560Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-12-17T23:48:11.0413540Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-12-17T23:48:11.0414540Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-12-17T23:48:11.0415780Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-12-17T23:48:11.0416750Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-12-17T23:48:11.0417830Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0418720Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-12-17T23:48:11.0419750Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-12-17T23:48:11.0420850Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-12-17T23:48:11.0422010Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0422920Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-12-17T23:48:11.0423990Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-12-17T23:48:11.0425020Z adding 'torch/include/ATen/ops/lcm.h' 2024-12-17T23:48:11.0426140Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0427040Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-12-17T23:48:11.0428010Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-12-17T23:48:11.0428970Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-12-17T23:48:11.0429940Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-12-17T23:48:11.0430890Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-12-17T23:48:11.0431980Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-12-17T23:48:11.0433260Z adding 'torch/include/ATen/ops/ldexp.h' 2024-12-17T23:48:11.0434170Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0435060Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-12-17T23:48:11.0436190Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-12-17T23:48:11.0437250Z adding 'torch/include/ATen/ops/le.h' 2024-12-17T23:48:11.0438360Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0439290Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-12-17T23:48:11.0440280Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-12-17T23:48:11.0441250Z adding 'torch/include/ATen/ops/le_meta.h' 2024-12-17T23:48:11.0442240Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-12-17T23:48:11.0443200Z adding 'torch/include/ATen/ops/le_mps_dispatch.h' 2024-12-17T23:48:11.0444230Z adding 'torch/include/ATen/ops/le_native.h' 2024-12-17T23:48:11.0445460Z adding 'torch/include/ATen/ops/le_ops.h' 2024-12-17T23:48:11.0446570Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-12-17T23:48:11.0447620Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-12-17T23:48:11.0448770Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0449690Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0450680Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0451680Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-12-17T23:48:11.0452690Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-12-17T23:48:11.0453670Z adding 'torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h' 2024-12-17T23:48:11.0454660Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-12-17T23:48:11.0455770Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-12-17T23:48:11.0456890Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0457820Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-12-17T23:48:11.0458800Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-12-17T23:48:11.0459770Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-12-17T23:48:11.0460760Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-12-17T23:48:11.0461690Z adding 'torch/include/ATen/ops/leaky_relu_mps_dispatch.h' 2024-12-17T23:48:11.0462710Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-12-17T23:48:11.0463820Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-12-17T23:48:11.0464910Z adding 'torch/include/ATen/ops/lerp.h' 2024-12-17T23:48:11.0466090Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0467000Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-12-17T23:48:11.0467980Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-12-17T23:48:11.0468960Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-12-17T23:48:11.0469950Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-12-17T23:48:11.0470940Z adding 'torch/include/ATen/ops/lerp_mps_dispatch.h' 2024-12-17T23:48:11.0471930Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-12-17T23:48:11.0473260Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-12-17T23:48:11.0474330Z adding 'torch/include/ATen/ops/less.h' 2024-12-17T23:48:11.0475420Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0476440Z adding 'torch/include/ATen/ops/less_equal.h' 2024-12-17T23:48:11.0477580Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0478480Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-12-17T23:48:11.0479730Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-12-17T23:48:11.0480720Z adding 'torch/include/ATen/ops/less_native.h' 2024-12-17T23:48:11.0481950Z adding 'torch/include/ATen/ops/less_ops.h' 2024-12-17T23:48:11.0482990Z adding 'torch/include/ATen/ops/lgamma.h' 2024-12-17T23:48:11.0484100Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0485010Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-12-17T23:48:11.0485970Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-12-17T23:48:11.0486950Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-12-17T23:48:11.0487920Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-12-17T23:48:11.0488860Z adding 'torch/include/ATen/ops/lgamma_mps_dispatch.h' 2024-12-17T23:48:11.0489840Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-12-17T23:48:11.0490930Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-12-17T23:48:11.0491970Z adding 'torch/include/ATen/ops/lift.h' 2024-12-17T23:48:11.0493060Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0493950Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-12-17T23:48:11.0495030Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0495970Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-12-17T23:48:11.0497050Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0498070Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0498910Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-12-17T23:48:11.0499980Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-12-17T23:48:11.0500920Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-12-17T23:48:11.0501950Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-12-17T23:48:11.0502900Z adding 'torch/include/ATen/ops/lift_native.h' 2024-12-17T23:48:11.0503950Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-12-17T23:48:11.0504990Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-12-17T23:48:11.0506130Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0507100Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-12-17T23:48:11.0508260Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0509200Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-12-17T23:48:11.0510170Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-12-17T23:48:11.0511130Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-12-17T23:48:11.0512130Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-12-17T23:48:11.0513090Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-12-17T23:48:11.0514230Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-12-17T23:48:11.0515170Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-12-17T23:48:11.0516250Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-12-17T23:48:11.0517300Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-12-17T23:48:11.0518430Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0519370Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-12-17T23:48:11.0520540Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-12-17T23:48:11.0521560Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-12-17T23:48:11.0522700Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0523600Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-12-17T23:48:11.0524560Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-12-17T23:48:11.0525520Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-12-17T23:48:11.0526490Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-12-17T23:48:11.0527420Z adding 'torch/include/ATen/ops/linalg_cross_mps_dispatch.h' 2024-12-17T23:48:11.0528400Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-12-17T23:48:11.0529460Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-12-17T23:48:11.0530450Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-12-17T23:48:11.0531520Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0532380Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-12-17T23:48:11.0533430Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-12-17T23:48:11.0534420Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-12-17T23:48:11.0535520Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0536400Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-12-17T23:48:11.0537430Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-12-17T23:48:11.0538450Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-12-17T23:48:11.0539500Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-12-17T23:48:11.0540450Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-12-17T23:48:11.0541400Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-12-17T23:48:11.0542500Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-12-17T23:48:11.0543540Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-12-17T23:48:11.0544660Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0545550Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-12-17T23:48:11.0546660Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-12-17T23:48:11.0547640Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-12-17T23:48:11.0548730Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0549650Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-12-17T23:48:11.0550600Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-12-17T23:48:11.0551600Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-12-17T23:48:11.0552650Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-12-17T23:48:11.0553680Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-12-17T23:48:11.0555160Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0555690Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-12-17T23:48:11.0556770Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-12-17T23:48:11.0557840Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-12-17T23:48:11.0558870Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-12-17T23:48:11.0559820Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-12-17T23:48:11.0560810Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-12-17T23:48:11.0561880Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-12-17T23:48:11.0562840Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-12-17T23:48:11.0563950Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0564930Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-12-17T23:48:11.0566070Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0566980Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-12-17T23:48:11.0567960Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-12-17T23:48:11.0568920Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-12-17T23:48:11.0569990Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-12-17T23:48:11.0570960Z adding 'torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h' 2024-12-17T23:48:11.0571930Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-12-17T23:48:11.0573030Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-12-17T23:48:11.0574370Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-12-17T23:48:11.0575440Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-12-17T23:48:11.0576500Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-12-17T23:48:11.0577640Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0578630Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-12-17T23:48:11.0579800Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0580730Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-12-17T23:48:11.0581720Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-12-17T23:48:11.0582690Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-12-17T23:48:11.0583700Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-12-17T23:48:11.0584690Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-12-17T23:48:11.0585810Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-12-17T23:48:11.0586800Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-12-17T23:48:11.0587950Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-12-17T23:48:11.0588970Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-12-17T23:48:11.0590120Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0591020Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-12-17T23:48:11.0591990Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-12-17T23:48:11.0592930Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-12-17T23:48:11.0593930Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-12-17T23:48:11.0594880Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-12-17T23:48:11.0595960Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-12-17T23:48:11.0597050Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-12-17T23:48:11.0598160Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0599120Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-12-17T23:48:11.0600110Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-12-17T23:48:11.0605780Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-12-17T23:48:11.0606000Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-12-17T23:48:11.0606110Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-12-17T23:48:11.0606320Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0607080Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-12-17T23:48:11.0607240Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-12-17T23:48:11.0607370Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-12-17T23:48:11.0608390Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0609520Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-12-17T23:48:11.0610540Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0611430Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-12-17T23:48:11.0612410Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-12-17T23:48:11.0613400Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-12-17T23:48:11.0614390Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-12-17T23:48:11.0615380Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-12-17T23:48:11.0616520Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-12-17T23:48:11.0617530Z adding 'torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h' 2024-12-17T23:48:11.0618530Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-12-17T23:48:11.0619640Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-12-17T23:48:11.0620610Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-12-17T23:48:11.0621600Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-12-17T23:48:11.0622580Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-12-17T23:48:11.0623690Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-12-17T23:48:11.0624760Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-12-17T23:48:11.0625920Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0626820Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-12-17T23:48:11.0627810Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-12-17T23:48:11.0628760Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-12-17T23:48:11.0629780Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-12-17T23:48:11.0630720Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-12-17T23:48:11.0631840Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-12-17T23:48:11.0632820Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-12-17T23:48:11.0633950Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0634860Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-12-17T23:48:11.0635960Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-12-17T23:48:11.0636970Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-12-17T23:48:11.0638080Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0639010Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-12-17T23:48:11.0639970Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-12-17T23:48:11.0640920Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-12-17T23:48:11.0641990Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-12-17T23:48:11.0643150Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-12-17T23:48:11.0644360Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0645320Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-12-17T23:48:11.0646560Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-12-17T23:48:11.0647600Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-12-17T23:48:11.0648730Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0649640Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-12-17T23:48:11.0650710Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-12-17T23:48:11.0652030Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-12-17T23:48:11.0653260Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0654210Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-12-17T23:48:11.0655820Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-12-17T23:48:11.0656660Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-12-17T23:48:11.0657790Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0658660Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-12-17T23:48:11.0659740Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-12-17T23:48:11.0660880Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-12-17T23:48:11.0662060Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0663000Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-12-17T23:48:11.0664230Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-12-17T23:48:11.0665490Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-12-17T23:48:11.0666600Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0667660Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0668670Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0669640Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-12-17T23:48:11.0671240Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-12-17T23:48:11.0672230Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-12-17T23:48:11.0673370Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0674320Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-12-17T23:48:11.0675290Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-12-17T23:48:11.0676240Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-12-17T23:48:11.0677250Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-12-17T23:48:11.0678220Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-12-17T23:48:11.0679330Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-12-17T23:48:11.0680400Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-12-17T23:48:11.0681510Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0682460Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-12-17T23:48:11.0683540Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-12-17T23:48:11.0684600Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-12-17T23:48:11.0685670Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0686650Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-12-17T23:48:11.0687790Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0688710Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-12-17T23:48:11.0689840Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-12-17T23:48:11.0690800Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-12-17T23:48:11.0691880Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-12-17T23:48:11.0692960Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-12-17T23:48:11.0694050Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-12-17T23:48:11.0695040Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-12-17T23:48:11.0696020Z adding 'torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h' 2024-12-17T23:48:11.0697010Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-12-17T23:48:11.0698110Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-12-17T23:48:11.0699140Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-12-17T23:48:11.0700270Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0701220Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-12-17T23:48:11.0702340Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-12-17T23:48:11.0703370Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-12-17T23:48:11.0704510Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0705430Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-12-17T23:48:11.0706530Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-12-17T23:48:11.0707550Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-12-17T23:48:11.0708670Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0709570Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-12-17T23:48:11.0710670Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-12-17T23:48:11.0711720Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-12-17T23:48:11.0712850Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0713770Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-12-17T23:48:11.0714870Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-12-17T23:48:11.0715940Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-12-17T23:48:11.0717070Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0717970Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-12-17T23:48:11.0719000Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-12-17T23:48:11.0720050Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-12-17T23:48:11.0721150Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0722050Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-12-17T23:48:11.0723120Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-12-17T23:48:11.0724200Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-12-17T23:48:11.0725360Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0726310Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-12-17T23:48:11.0727300Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-12-17T23:48:11.0728270Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-12-17T23:48:11.0729340Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-12-17T23:48:11.0730280Z adding 'torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h' 2024-12-17T23:48:11.0731270Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-12-17T23:48:11.0732400Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-12-17T23:48:11.0733430Z adding 'torch/include/ATen/ops/linear.h' 2024-12-17T23:48:11.0734530Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-12-17T23:48:11.0735690Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0736640Z adding 'torch/include/ATen/ops/linear_backward_mps_dispatch.h' 2024-12-17T23:48:11.0737640Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-12-17T23:48:11.0738800Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-12-17T23:48:11.0739910Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0740910Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0741830Z adding 'torch/include/ATen/ops/linear_mps_dispatch.h' 2024-12-17T23:48:11.0742830Z adding 'torch/include/ATen/ops/linear_native.h' 2024-12-17T23:48:11.0743910Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-12-17T23:48:11.0745550Z adding 'torch/include/ATen/ops/linspace.h' 2024-12-17T23:48:11.0746610Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0747600Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-12-17T23:48:11.0748570Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-12-17T23:48:11.0749570Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-12-17T23:48:11.0750480Z adding 'torch/include/ATen/ops/linspace_mps_dispatch.h' 2024-12-17T23:48:11.0751560Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-12-17T23:48:11.0753490Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-12-17T23:48:11.0754130Z adding 'torch/include/ATen/ops/log.h' 2024-12-17T23:48:11.0755130Z adding 'torch/include/ATen/ops/log10.h' 2024-12-17T23:48:11.0756250Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0757150Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-12-17T23:48:11.0758120Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-12-17T23:48:11.0759100Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-12-17T23:48:11.0760070Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-12-17T23:48:11.0761040Z adding 'torch/include/ATen/ops/log10_mps_dispatch.h' 2024-12-17T23:48:11.0762010Z adding 'torch/include/ATen/ops/log10_native.h' 2024-12-17T23:48:11.0763100Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-12-17T23:48:11.0764090Z adding 'torch/include/ATen/ops/log1p.h' 2024-12-17T23:48:11.0765240Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0766080Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-12-17T23:48:11.0767020Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-12-17T23:48:11.0767960Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-12-17T23:48:11.0768940Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-12-17T23:48:11.0769880Z adding 'torch/include/ATen/ops/log1p_mps_dispatch.h' 2024-12-17T23:48:11.0770860Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-12-17T23:48:11.0771970Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-12-17T23:48:11.0773000Z adding 'torch/include/ATen/ops/log2.h' 2024-12-17T23:48:11.0774120Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0775010Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-12-17T23:48:11.0775980Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-12-17T23:48:11.0776930Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-12-17T23:48:11.0777950Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-12-17T23:48:11.0778880Z adding 'torch/include/ATen/ops/log2_mps_dispatch.h' 2024-12-17T23:48:11.0779890Z adding 'torch/include/ATen/ops/log2_native.h' 2024-12-17T23:48:11.0780990Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-12-17T23:48:11.0782110Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0782980Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-12-17T23:48:11.0783920Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-12-17T23:48:11.0784910Z adding 'torch/include/ATen/ops/log_meta.h' 2024-12-17T23:48:11.0785870Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-12-17T23:48:11.0786820Z adding 'torch/include/ATen/ops/log_mps_dispatch.h' 2024-12-17T23:48:11.0787770Z adding 'torch/include/ATen/ops/log_native.h' 2024-12-17T23:48:11.0788840Z adding 'torch/include/ATen/ops/log_normal.h' 2024-12-17T23:48:11.0789970Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0790910Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-12-17T23:48:11.0791890Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-12-17T23:48:11.0792810Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-12-17T23:48:11.0793790Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-12-17T23:48:11.0794930Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-12-17T23:48:11.0796010Z adding 'torch/include/ATen/ops/log_ops.h' 2024-12-17T23:48:11.0797040Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-12-17T23:48:11.0798110Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-12-17T23:48:11.0799160Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0800200Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0801150Z adding 'torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h' 2024-12-17T23:48:11.0802150Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-12-17T23:48:11.0803250Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-12-17T23:48:11.0804310Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0805280Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-12-17T23:48:11.0806340Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-12-17T23:48:11.0807320Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-12-17T23:48:11.0808270Z adding 'torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h' 2024-12-17T23:48:11.0809280Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-12-17T23:48:11.0810370Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-12-17T23:48:11.0811360Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-12-17T23:48:11.0812810Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-12-17T23:48:11.0813910Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-12-17T23:48:11.0815020Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0816050Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0816980Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-12-17T23:48:11.0818160Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-12-17T23:48:11.0819180Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-12-17T23:48:11.0820210Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-12-17T23:48:11.0821370Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0822310Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-12-17T23:48:11.0823240Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-12-17T23:48:11.0824220Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-12-17T23:48:11.0825200Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-12-17T23:48:11.0826150Z adding 'torch/include/ATen/ops/logaddexp2_mps_dispatch.h' 2024-12-17T23:48:11.0827120Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-12-17T23:48:11.0828230Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-12-17T23:48:11.0829360Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0830220Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-12-17T23:48:11.0831170Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-12-17T23:48:11.0832130Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-12-17T23:48:11.0833110Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-12-17T23:48:11.0834060Z adding 'torch/include/ATen/ops/logaddexp_mps_dispatch.h' 2024-12-17T23:48:11.0835070Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-12-17T23:48:11.0836140Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-12-17T23:48:11.0837240Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-12-17T23:48:11.0838340Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0839370Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0840300Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-12-17T23:48:11.0841450Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-12-17T23:48:11.0842440Z adding 'torch/include/ATen/ops/logdet.h' 2024-12-17T23:48:11.0843540Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0844430Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-12-17T23:48:11.0845470Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-12-17T23:48:11.0846500Z adding 'torch/include/ATen/ops/logical_and.h' 2024-12-17T23:48:11.0847630Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0848560Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-12-17T23:48:11.0849530Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-12-17T23:48:11.0850530Z adding 'torch/include/ATen/ops/logical_and_mps_dispatch.h' 2024-12-17T23:48:11.0851480Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-12-17T23:48:11.0852610Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-12-17T23:48:11.0853610Z adding 'torch/include/ATen/ops/logical_not.h' 2024-12-17T23:48:11.0854710Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0855620Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-12-17T23:48:11.0856570Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-12-17T23:48:11.0857510Z adding 'torch/include/ATen/ops/logical_not_mps_dispatch.h' 2024-12-17T23:48:11.0858460Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-12-17T23:48:11.0859580Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-12-17T23:48:11.0860580Z adding 'torch/include/ATen/ops/logical_or.h' 2024-12-17T23:48:11.0861670Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0862570Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-12-17T23:48:11.0863510Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-12-17T23:48:11.0864450Z adding 'torch/include/ATen/ops/logical_or_mps_dispatch.h' 2024-12-17T23:48:11.0865420Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-12-17T23:48:11.0866550Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-12-17T23:48:11.0867580Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-12-17T23:48:11.0868680Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0869600Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-12-17T23:48:11.0870540Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-12-17T23:48:11.0871470Z adding 'torch/include/ATen/ops/logical_xor_mps_dispatch.h' 2024-12-17T23:48:11.0872440Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-12-17T23:48:11.0873560Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-12-17T23:48:11.0874580Z adding 'torch/include/ATen/ops/logit.h' 2024-12-17T23:48:11.0875670Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-12-17T23:48:11.0876820Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0877760Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-12-17T23:48:11.0878730Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-12-17T23:48:11.0879730Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-12-17T23:48:11.0880750Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-12-17T23:48:11.0881720Z adding 'torch/include/ATen/ops/logit_backward_mps_dispatch.h' 2024-12-17T23:48:11.0882740Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-12-17T23:48:11.0883830Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-12-17T23:48:11.0884860Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-12-17T23:48:11.0885840Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-12-17T23:48:11.0886820Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-12-17T23:48:11.0887810Z adding 'torch/include/ATen/ops/logit_mps_dispatch.h' 2024-12-17T23:48:11.0888780Z adding 'torch/include/ATen/ops/logit_native.h' 2024-12-17T23:48:11.0889900Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-12-17T23:48:11.0891510Z adding 'torch/include/ATen/ops/logspace.h' 2024-12-17T23:48:11.0892720Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0893700Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-12-17T23:48:11.0894660Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-12-17T23:48:11.0895630Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-12-17T23:48:11.0896660Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-12-17T23:48:11.0898600Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-12-17T23:48:11.0899390Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-12-17T23:48:11.0900520Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0901570Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0902540Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0903460Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-12-17T23:48:11.0904630Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-12-17T23:48:11.0905720Z adding 'torch/include/ATen/ops/lshift.h' 2024-12-17T23:48:11.0906840Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0907780Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-12-17T23:48:11.0908760Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-12-17T23:48:11.0909770Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-12-17T23:48:11.0910720Z adding 'torch/include/ATen/ops/lshift_mps_dispatch.h' 2024-12-17T23:48:11.0911720Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-12-17T23:48:11.0912970Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-12-17T23:48:11.0914070Z adding 'torch/include/ATen/ops/lstm.h' 2024-12-17T23:48:11.0915140Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-12-17T23:48:11.0916240Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0917160Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-12-17T23:48:11.0918240Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-12-17T23:48:11.0919350Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0920490Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-12-17T23:48:11.0921680Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0922660Z adding 'torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h' 2024-12-17T23:48:11.0923690Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-12-17T23:48:11.0924970Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-12-17T23:48:11.0925960Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-12-17T23:48:11.0927090Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-12-17T23:48:11.0928150Z adding 'torch/include/ATen/ops/lt.h' 2024-12-17T23:48:11.0929280Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0930200Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-12-17T23:48:11.0931190Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-12-17T23:48:11.0932200Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-12-17T23:48:11.0933230Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-12-17T23:48:11.0934200Z adding 'torch/include/ATen/ops/lt_mps_dispatch.h' 2024-12-17T23:48:11.0935270Z adding 'torch/include/ATen/ops/lt_native.h' 2024-12-17T23:48:11.0936510Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-12-17T23:48:11.0937580Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-12-17T23:48:11.0938710Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0939620Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-12-17T23:48:11.0940720Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-12-17T23:48:11.0941810Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-12-17T23:48:11.0942970Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.0943920Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-12-17T23:48:11.0944920Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-12-17T23:48:11.0945890Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-12-17T23:48:11.0946930Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-12-17T23:48:11.0947890Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-12-17T23:48:11.0949050Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-12-17T23:48:11.0950010Z adding 'torch/include/ATen/ops/mH.h' 2024-12-17T23:48:11.0951110Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0951990Z adding 'torch/include/ATen/ops/mH_native.h' 2024-12-17T23:48:11.0953020Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-12-17T23:48:11.0953960Z adding 'torch/include/ATen/ops/mT.h' 2024-12-17T23:48:11.0955040Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0955930Z adding 'torch/include/ATen/ops/mT_native.h' 2024-12-17T23:48:11.0956930Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-12-17T23:48:11.0957990Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-12-17T23:48:11.0959080Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0959980Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-12-17T23:48:11.0961040Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-12-17T23:48:11.0962130Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-12-17T23:48:11.0963260Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0964200Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-12-17T23:48:11.0965170Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-12-17T23:48:11.0966150Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-12-17T23:48:11.0967100Z adding 'torch/include/ATen/ops/masked_fill_mps_dispatch.h' 2024-12-17T23:48:11.0968170Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-12-17T23:48:11.0969500Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-12-17T23:48:11.0970540Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-12-17T23:48:11.0971680Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-12-17T23:48:11.0972830Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0973700Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-12-17T23:48:11.0974750Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-12-17T23:48:11.0975880Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0976850Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-12-17T23:48:11.0977810Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-12-17T23:48:11.0978730Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-12-17T23:48:11.0979680Z adding 'torch/include/ATen/ops/masked_scatter_mps_dispatch.h' 2024-12-17T23:48:11.0980650Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-12-17T23:48:11.0981810Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-12-17T23:48:11.0982820Z adding 'torch/include/ATen/ops/masked_select.h' 2024-12-17T23:48:11.0983860Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-12-17T23:48:11.0984970Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0985860Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-12-17T23:48:11.0986900Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-12-17T23:48:11.0987900Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-12-17T23:48:11.0988850Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-12-17T23:48:11.0989820Z adding 'torch/include/ATen/ops/masked_select_mps_dispatch.h' 2024-12-17T23:48:11.0990780Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-12-17T23:48:11.0991870Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-12-17T23:48:11.0992870Z adding 'torch/include/ATen/ops/matmul.h' 2024-12-17T23:48:11.0993940Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-12-17T23:48:11.0995090Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.0995960Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-12-17T23:48:11.0997100Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-12-17T23:48:11.0998170Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.0999130Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-12-17T23:48:11.1000190Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-12-17T23:48:11.1001130Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-12-17T23:48:11.1002230Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1003090Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-12-17T23:48:11.1004100Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-12-17T23:48:11.1005080Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-12-17T23:48:11.1006070Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-12-17T23:48:11.1007140Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1008050Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-12-17T23:48:11.1009070Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-12-17T23:48:11.1010130Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1011020Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-12-17T23:48:11.1012010Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-12-17T23:48:11.1013020Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-12-17T23:48:11.1014140Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1015060Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-12-17T23:48:11.1016130Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-12-17T23:48:11.1017350Z adding 'torch/include/ATen/ops/max.h' 2024-12-17T23:48:11.1018520Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1019540Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1020510Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-12-17T23:48:11.1021510Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-12-17T23:48:11.1022550Z adding 'torch/include/ATen/ops/max_meta.h' 2024-12-17T23:48:11.1023640Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-12-17T23:48:11.1024600Z adding 'torch/include/ATen/ops/max_mps_dispatch.h' 2024-12-17T23:48:11.1025690Z adding 'torch/include/ATen/ops/max_native.h' 2024-12-17T23:48:11.1027090Z adding 'torch/include/ATen/ops/max_ops.h' 2024-12-17T23:48:11.1028220Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-12-17T23:48:11.1029300Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1030210Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-12-17T23:48:11.1031290Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-12-17T23:48:11.1032340Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-12-17T23:48:11.1033450Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1034400Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-12-17T23:48:11.1035480Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-12-17T23:48:11.1036460Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-12-17T23:48:11.1037590Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-12-17T23:48:11.1038730Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1039680Z adding 'torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.1040690Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-12-17T23:48:11.1041850Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-12-17T23:48:11.1042950Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1043860Z adding 'torch/include/ATen/ops/max_pool2d_mps_dispatch.h' 2024-12-17T23:48:11.1044830Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-12-17T23:48:11.1045910Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-12-17T23:48:11.1047030Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-12-17T23:48:11.1048180Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-12-17T23:48:11.1049360Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1050690Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1051660Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1052650Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-12-17T23:48:11.1053670Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-12-17T23:48:11.1054620Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h' 2024-12-17T23:48:11.1055640Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-12-17T23:48:11.1056780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-12-17T23:48:11.1057910Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1058830Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-12-17T23:48:11.1059840Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-12-17T23:48:11.1060800Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-12-17T23:48:11.1061830Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-12-17T23:48:11.1062820Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h' 2024-12-17T23:48:11.1063850Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-12-17T23:48:11.1065010Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-12-17T23:48:11.1066020Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-12-17T23:48:11.1067110Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1068020Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-12-17T23:48:11.1069110Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-12-17T23:48:11.1070230Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-12-17T23:48:11.1071370Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-12-17T23:48:11.1072460Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1073450Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1074480Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-12-17T23:48:11.1075640Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-12-17T23:48:11.1076670Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-12-17T23:48:11.1077680Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-12-17T23:48:11.1078660Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-12-17T23:48:11.1079860Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-12-17T23:48:11.1081050Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-12-17T23:48:11.1082150Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-12-17T23:48:11.1083160Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-12-17T23:48:11.1084140Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-12-17T23:48:11.1085230Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-12-17T23:48:11.1086480Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-12-17T23:48:11.1087570Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-12-17T23:48:11.1088600Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-12-17T23:48:11.1089580Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-12-17T23:48:11.1090680Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-12-17T23:48:11.1091690Z adding 'torch/include/ATen/ops/maximum.h' 2024-12-17T23:48:11.1092850Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1093750Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-12-17T23:48:11.1094730Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-12-17T23:48:11.1095680Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-12-17T23:48:11.1096640Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-12-17T23:48:11.1097610Z adding 'torch/include/ATen/ops/maximum_mps_dispatch.h' 2024-12-17T23:48:11.1098570Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-12-17T23:48:11.1099650Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-12-17T23:48:11.1100820Z adding 'torch/include/ATen/ops/mean.h' 2024-12-17T23:48:11.1101930Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1102980Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1103970Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1104900Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-12-17T23:48:11.1105890Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-12-17T23:48:11.1106870Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-12-17T23:48:11.1107870Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-12-17T23:48:11.1108830Z adding 'torch/include/ATen/ops/mean_mps_dispatch.h' 2024-12-17T23:48:11.1109880Z adding 'torch/include/ATen/ops/mean_native.h' 2024-12-17T23:48:11.1111190Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-12-17T23:48:11.1112410Z adding 'torch/include/ATen/ops/median.h' 2024-12-17T23:48:11.1113530Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1114530Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1115480Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-12-17T23:48:11.1121230Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-12-17T23:48:11.1121500Z adding 'torch/include/ATen/ops/median_mps_dispatch.h' 2024-12-17T23:48:11.1121590Z adding 'torch/include/ATen/ops/median_native.h' 2024-12-17T23:48:11.1121670Z adding 'torch/include/ATen/ops/median_ops.h' 2024-12-17T23:48:11.1121740Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-12-17T23:48:11.1121910Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1122610Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-12-17T23:48:11.1123700Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-12-17T23:48:11.1124890Z adding 'torch/include/ATen/ops/min.h' 2024-12-17T23:48:11.1126190Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1127080Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1128060Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-12-17T23:48:11.1129080Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-12-17T23:48:11.1130110Z adding 'torch/include/ATen/ops/min_meta.h' 2024-12-17T23:48:11.1131150Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-12-17T23:48:11.1132180Z adding 'torch/include/ATen/ops/min_mps_dispatch.h' 2024-12-17T23:48:11.1133230Z adding 'torch/include/ATen/ops/min_native.h' 2024-12-17T23:48:11.1134830Z adding 'torch/include/ATen/ops/min_ops.h' 2024-12-17T23:48:11.1135780Z adding 'torch/include/ATen/ops/minimum.h' 2024-12-17T23:48:11.1136890Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1137800Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-12-17T23:48:11.1138810Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-12-17T23:48:11.1139740Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-12-17T23:48:11.1140750Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-12-17T23:48:11.1141720Z adding 'torch/include/ATen/ops/minimum_mps_dispatch.h' 2024-12-17T23:48:11.1142680Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-12-17T23:48:11.1143770Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-12-17T23:48:11.1144920Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-12-17T23:48:11.1146100Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-12-17T23:48:11.1147300Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1148270Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1149280Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-12-17T23:48:11.1150510Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-12-17T23:48:11.1151650Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1152610Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-12-17T23:48:11.1153630Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-12-17T23:48:11.1154830Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-12-17T23:48:11.1156740Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-12-17T23:48:11.1157430Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-12-17T23:48:11.1158540Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-12-17T23:48:11.1159530Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-12-17T23:48:11.1160660Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-12-17T23:48:11.1161780Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1162780Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-12-17T23:48:11.1163800Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-12-17T23:48:11.1164980Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-12-17T23:48:11.1166110Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-12-17T23:48:11.1167210Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-12-17T23:48:11.1168150Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-12-17T23:48:11.1169230Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-12-17T23:48:11.1170680Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-12-17T23:48:11.1171880Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1172850Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-12-17T23:48:11.1173880Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-12-17T23:48:11.1175050Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-12-17T23:48:11.1176450Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-12-17T23:48:11.1177690Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1178650Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-12-17T23:48:11.1179660Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-12-17T23:48:11.1180830Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-12-17T23:48:11.1182030Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-12-17T23:48:11.1183370Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-12-17T23:48:11.1184630Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1185650Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1186750Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-12-17T23:48:11.1188130Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-12-17T23:48:11.1189290Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1190270Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-12-17T23:48:11.1191320Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-12-17T23:48:11.1192580Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-12-17T23:48:11.1193600Z adding 'torch/include/ATen/ops/mish.h' 2024-12-17T23:48:11.1194630Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-12-17T23:48:11.1195720Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1196680Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1197610Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1198540Z adding 'torch/include/ATen/ops/mish_backward_mps_dispatch.h' 2024-12-17T23:48:11.1199520Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-12-17T23:48:11.1200580Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-12-17T23:48:11.1201690Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1202590Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-12-17T23:48:11.1203600Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-12-17T23:48:11.1204540Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-12-17T23:48:11.1205550Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-12-17T23:48:11.1206510Z adding 'torch/include/ATen/ops/mish_mps_dispatch.h' 2024-12-17T23:48:11.1207480Z adding 'torch/include/ATen/ops/mish_native.h' 2024-12-17T23:48:11.1208600Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-12-17T23:48:11.1209710Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-12-17T23:48:11.1210800Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-12-17T23:48:11.1211940Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1212840Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-12-17T23:48:11.1213960Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-12-17T23:48:11.1214960Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-12-17T23:48:11.1216020Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-12-17T23:48:11.1217370Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-12-17T23:48:11.1218560Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1219540Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-12-17T23:48:11.1220660Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-12-17T23:48:11.1221730Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-12-17T23:48:11.1222880Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-12-17T23:48:11.1224080Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1225070Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-12-17T23:48:11.1226190Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1227110Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-12-17T23:48:11.1228210Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-12-17T23:48:11.1229180Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-12-17T23:48:11.1230350Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-12-17T23:48:11.1231460Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-12-17T23:48:11.1232640Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1233650Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-12-17T23:48:11.1234760Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-12-17T23:48:11.1235840Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1236760Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-12-17T23:48:11.1237830Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-12-17T23:48:11.1239010Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-12-17T23:48:11.1240130Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-12-17T23:48:11.1241290Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1242260Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-12-17T23:48:11.1243400Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-12-17T23:48:11.1244530Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1245430Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-12-17T23:48:11.1246550Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-12-17T23:48:11.1247610Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-12-17T23:48:11.1248710Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-12-17T23:48:11.1249900Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1250840Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-12-17T23:48:11.1251960Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-12-17T23:48:11.1253110Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1254070Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-12-17T23:48:11.1255180Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-12-17T23:48:11.1256680Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-12-17T23:48:11.1257960Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1258930Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-12-17T23:48:11.1260050Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-12-17T23:48:11.1261480Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-12-17T23:48:11.1262600Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1263560Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-12-17T23:48:11.1264670Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-12-17T23:48:11.1265840Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-12-17T23:48:11.1267250Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-12-17T23:48:11.1268480Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1269550Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1270650Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-12-17T23:48:11.1272090Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-12-17T23:48:11.1273240Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1274220Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-12-17T23:48:11.1275230Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-12-17T23:48:11.1276520Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-12-17T23:48:11.1277640Z adding 'torch/include/ATen/ops/mm.h' 2024-12-17T23:48:11.1278790Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1279670Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-12-17T23:48:11.1280690Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-12-17T23:48:11.1281680Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-12-17T23:48:11.1282710Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-12-17T23:48:11.1283660Z adding 'torch/include/ATen/ops/mm_mps_dispatch.h' 2024-12-17T23:48:11.1284680Z adding 'torch/include/ATen/ops/mm_native.h' 2024-12-17T23:48:11.1285800Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-12-17T23:48:11.1286910Z adding 'torch/include/ATen/ops/mode.h' 2024-12-17T23:48:11.1288040Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1289140Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1290060Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-12-17T23:48:11.1291040Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-12-17T23:48:11.1292050Z adding 'torch/include/ATen/ops/mode_native.h' 2024-12-17T23:48:11.1293260Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-12-17T23:48:11.1294260Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-12-17T23:48:11.1295370Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1296260Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-12-17T23:48:11.1300810Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-12-17T23:48:11.1301550Z adding 'torch/include/ATen/ops/movedim.h' 2024-12-17T23:48:11.1302710Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1303660Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-12-17T23:48:11.1304740Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-12-17T23:48:11.1306420Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-12-17T23:48:11.1307520Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1308500Z adding 'torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h' 2024-12-17T23:48:11.1309500Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-12-17T23:48:11.1310700Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-12-17T23:48:11.1312390Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-12-17T23:48:11.1313440Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1314490Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h' 2024-12-17T23:48:11.1315570Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-12-17T23:48:11.1316800Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-12-17T23:48:11.1317800Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-12-17T23:48:11.1318910Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-12-17T23:48:11.1319980Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1320970Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1321950Z adding 'torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h' 2024-12-17T23:48:11.1322960Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-12-17T23:48:11.1324090Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-12-17T23:48:11.1325230Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1326140Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-12-17T23:48:11.1327140Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-12-17T23:48:11.1328120Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-12-17T23:48:11.1329130Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-12-17T23:48:11.1330080Z adding 'torch/include/ATen/ops/mse_loss_mps_dispatch.h' 2024-12-17T23:48:11.1331060Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-12-17T23:48:11.1332150Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-12-17T23:48:11.1333190Z adding 'torch/include/ATen/ops/msort.h' 2024-12-17T23:48:11.1334340Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1335180Z adding 'torch/include/ATen/ops/msort_native.h' 2024-12-17T23:48:11.1336270Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-12-17T23:48:11.1337280Z adding 'torch/include/ATen/ops/mul.h' 2024-12-17T23:48:11.1338410Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1339470Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1340400Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-12-17T23:48:11.1341460Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-12-17T23:48:11.1342430Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-12-17T23:48:11.1343390Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-12-17T23:48:11.1344360Z adding 'torch/include/ATen/ops/mul_mps_dispatch.h' 2024-12-17T23:48:11.1345450Z adding 'torch/include/ATen/ops/mul_native.h' 2024-12-17T23:48:11.1346700Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-12-17T23:48:11.1347860Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-12-17T23:48:11.1349010Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-12-17T23:48:11.1350170Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1351190Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1352260Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-12-17T23:48:11.1353450Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-12-17T23:48:11.1354520Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-12-17T23:48:11.1355500Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-12-17T23:48:11.1356520Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-12-17T23:48:11.1357670Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-12-17T23:48:11.1358750Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-12-17T23:48:11.1359840Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-12-17T23:48:11.1360910Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1361910Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1363020Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-12-17T23:48:11.1364090Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-12-17T23:48:11.1365210Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1366190Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-12-17T23:48:11.1367260Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-12-17T23:48:11.1368330Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-12-17T23:48:11.1369260Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-12-17T23:48:11.1370480Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-12-17T23:48:11.1371460Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-12-17T23:48:11.1372540Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-12-17T23:48:11.1373590Z adding 'torch/include/ATen/ops/multinomial.h' 2024-12-17T23:48:11.1374710Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-12-17T23:48:11.1375710Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-12-17T23:48:11.1376690Z adding 'torch/include/ATen/ops/multinomial_mps_dispatch.h' 2024-12-17T23:48:11.1377710Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-12-17T23:48:11.1378820Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-12-17T23:48:11.1379850Z adding 'torch/include/ATen/ops/multiply.h' 2024-12-17T23:48:11.1381030Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1381990Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-12-17T23:48:11.1383130Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-12-17T23:48:11.1384170Z adding 'torch/include/ATen/ops/mv.h' 2024-12-17T23:48:11.1385330Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1386250Z adding 'torch/include/ATen/ops/mv_native.h' 2024-12-17T23:48:11.1387330Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-12-17T23:48:11.1388360Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-12-17T23:48:11.1389470Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1390470Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-12-17T23:48:11.1391420Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-12-17T23:48:11.1392410Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-12-17T23:48:11.1393560Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-12-17T23:48:11.1394680Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-12-17T23:48:11.1395790Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1396740Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-12-17T23:48:11.1397740Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-12-17T23:48:11.1398680Z adding 'torch/include/ATen/ops/nan_to_num_mps_dispatch.h' 2024-12-17T23:48:11.1399710Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-12-17T23:48:11.1400850Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-12-17T23:48:11.1401930Z adding 'torch/include/ATen/ops/nanmean.h' 2024-12-17T23:48:11.1403040Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1403940Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-12-17T23:48:11.1405050Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-12-17T23:48:11.1406250Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-12-17T23:48:11.1407440Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1408560Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1409520Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-12-17T23:48:11.1410510Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-12-17T23:48:11.1411520Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-12-17T23:48:11.1412920Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-12-17T23:48:11.1415420Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-12-17T23:48:11.1417590Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1418510Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-12-17T23:48:11.1420420Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-12-17T23:48:11.1421340Z adding 'torch/include/ATen/ops/nansum.h' 2024-12-17T23:48:11.1422650Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-12-17T23:48:11.1423820Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-12-17T23:48:11.1424940Z adding 'torch/include/ATen/ops/nansum_mps_dispatch.h' 2024-12-17T23:48:11.1426160Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-12-17T23:48:11.1427500Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-12-17T23:48:11.1428730Z adding 'torch/include/ATen/ops/narrow.h' 2024-12-17T23:48:11.1430020Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1431310Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-12-17T23:48:11.1432620Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1433750Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-12-17T23:48:11.1434860Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-12-17T23:48:11.1436120Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-12-17T23:48:11.1437260Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-12-17T23:48:11.1438460Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-12-17T23:48:11.1439810Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-12-17T23:48:11.1441130Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-12-17T23:48:11.1442460Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1443560Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1444690Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1445870Z adding 'torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h' 2024-12-17T23:48:11.1447080Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-12-17T23:48:11.1448490Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-12-17T23:48:11.1449680Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-12-17T23:48:11.1450840Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-12-17T23:48:11.1451950Z adding 'torch/include/ATen/ops/native_batch_norm_mps_dispatch.h' 2024-12-17T23:48:11.1453130Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-12-17T23:48:11.1454500Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-12-17T23:48:11.1455720Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-12-17T23:48:11.1456910Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1458000Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-12-17T23:48:11.1459110Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-12-17T23:48:11.1460260Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-12-17T23:48:11.1461420Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-12-17T23:48:11.1462600Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-12-17T23:48:11.1463950Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1465100Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1466140Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1467220Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-12-17T23:48:11.1468430Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-12-17T23:48:11.1469670Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1470650Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-12-17T23:48:11.1471700Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-12-17T23:48:11.1472780Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-12-17T23:48:11.1473990Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-12-17T23:48:11.1475650Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-12-17T23:48:11.1477070Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-12-17T23:48:11.1478420Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1479550Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1480600Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1481730Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-12-17T23:48:11.1483130Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-12-17T23:48:11.1484420Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1485510Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-12-17T23:48:11.1486600Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-12-17T23:48:11.1487740Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-12-17T23:48:11.1489040Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-12-17T23:48:11.1490640Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-12-17T23:48:11.1492150Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-12-17T23:48:11.1493490Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1494600Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1495710Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1496840Z adding 'torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h' 2024-12-17T23:48:11.1498020Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-12-17T23:48:11.1499390Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-12-17T23:48:11.1500660Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1501730Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-12-17T23:48:11.1502880Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-12-17T23:48:11.1503990Z adding 'torch/include/ATen/ops/native_layer_norm_mps_dispatch.h' 2024-12-17T23:48:11.1505130Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-12-17T23:48:11.1506470Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-12-17T23:48:11.1507640Z adding 'torch/include/ATen/ops/native_norm.h' 2024-12-17T23:48:11.1508880Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1509910Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-12-17T23:48:11.1511240Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-12-17T23:48:11.1512450Z adding 'torch/include/ATen/ops/ne.h' 2024-12-17T23:48:11.1513690Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1514740Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-12-17T23:48:11.1515840Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-12-17T23:48:11.1516940Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-12-17T23:48:11.1518040Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-12-17T23:48:11.1519170Z adding 'torch/include/ATen/ops/ne_mps_dispatch.h' 2024-12-17T23:48:11.1520250Z adding 'torch/include/ATen/ops/ne_native.h' 2024-12-17T23:48:11.1521890Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-12-17T23:48:11.1522770Z adding 'torch/include/ATen/ops/neg.h' 2024-12-17T23:48:11.1524150Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1525080Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-12-17T23:48:11.1526140Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-12-17T23:48:11.1527220Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-12-17T23:48:11.1528270Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-12-17T23:48:11.1529330Z adding 'torch/include/ATen/ops/neg_mps_dispatch.h' 2024-12-17T23:48:11.1530420Z adding 'torch/include/ATen/ops/neg_native.h' 2024-12-17T23:48:11.1531630Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-12-17T23:48:11.1532760Z adding 'torch/include/ATen/ops/negative.h' 2024-12-17T23:48:11.1533980Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1535000Z adding 'torch/include/ATen/ops/negative_native.h' 2024-12-17T23:48:11.1536210Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-12-17T23:48:11.1537370Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-12-17T23:48:11.1538590Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1539620Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-12-17T23:48:11.1540860Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-12-17T23:48:11.1542210Z adding 'torch/include/ATen/ops/new_empty.h' 2024-12-17T23:48:11.1543490Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1544520Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-12-17T23:48:11.1545820Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-12-17T23:48:11.1547160Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-12-17T23:48:11.1548480Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1549700Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1550700Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-12-17T23:48:11.1551930Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-12-17T23:48:11.1553280Z adding 'torch/include/ATen/ops/new_full.h' 2024-12-17T23:48:11.1554570Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1555590Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-12-17T23:48:11.1556910Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-12-17T23:48:11.1558210Z adding 'torch/include/ATen/ops/new_ones.h' 2024-12-17T23:48:11.1559540Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1560660Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-12-17T23:48:11.1561900Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-12-17T23:48:11.1563250Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-12-17T23:48:11.1564860Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1565900Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-12-17T23:48:11.1567100Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-12-17T23:48:11.1568230Z adding 'torch/include/ATen/ops/nextafter.h' 2024-12-17T23:48:11.1569480Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1570470Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-12-17T23:48:11.1571560Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-12-17T23:48:11.1572620Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-12-17T23:48:11.1573700Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-12-17T23:48:11.1574760Z adding 'torch/include/ATen/ops/nextafter_mps_dispatch.h' 2024-12-17T23:48:11.1575830Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-12-17T23:48:11.1577080Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-12-17T23:48:11.1578470Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-12-17T23:48:11.1579970Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-12-17T23:48:11.1581620Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-12-17T23:48:11.1582670Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1583830Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1584950Z adding 'torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.1587020Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-12-17T23:48:11.1588050Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-12-17T23:48:11.1589290Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1590650Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-12-17T23:48:11.1591890Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-12-17T23:48:11.1593010Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-12-17T23:48:11.1594100Z adding 'torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h' 2024-12-17T23:48:11.1595230Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-12-17T23:48:11.1596460Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-12-17T23:48:11.1597560Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-12-17T23:48:11.1599000Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-12-17T23:48:11.1600380Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-12-17T23:48:11.1601690Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1602820Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:11.1603900Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:11.1605010Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-12-17T23:48:11.1606160Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-12-17T23:48:11.1607270Z adding 'torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h' 2024-12-17T23:48:11.1608380Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-12-17T23:48:11.1609660Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-12-17T23:48:11.1610890Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1612230Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-12-17T23:48:11.1613620Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1614700Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-12-17T23:48:11.1615920Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-12-17T23:48:11.1617080Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-12-17T23:48:11.1618370Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-12-17T23:48:11.1619480Z adding 'torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h' 2024-12-17T23:48:11.1620570Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-12-17T23:48:11.1621860Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-12-17T23:48:11.1622950Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-12-17T23:48:11.1624190Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-12-17T23:48:11.1625440Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1626450Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-12-17T23:48:11.1627600Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-12-17T23:48:11.1628830Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-12-17T23:48:11.1629910Z adding 'torch/include/ATen/ops/nonzero.h' 2024-12-17T23:48:11.1631060Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-12-17T23:48:11.1632100Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-12-17T23:48:11.1633160Z adding 'torch/include/ATen/ops/nonzero_mps_dispatch.h' 2024-12-17T23:48:11.1634200Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-12-17T23:48:11.1635360Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-12-17T23:48:11.1636530Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1637500Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-12-17T23:48:11.1638660Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-12-17T23:48:11.1639830Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-12-17T23:48:11.1641050Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-12-17T23:48:11.1642320Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-12-17T23:48:11.1643390Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2024-12-17T23:48:11.1644490Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-12-17T23:48:11.1645680Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-12-17T23:48:11.1647320Z adding 'torch/include/ATen/ops/norm.h' 2024-12-17T23:48:11.1648490Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1649630Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1650710Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1651840Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-12-17T23:48:11.1652930Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-12-17T23:48:11.1654060Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-12-17T23:48:11.1655270Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1656330Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-12-17T23:48:11.1657420Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-12-17T23:48:11.1658500Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-12-17T23:48:11.1659640Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-12-17T23:48:11.1660710Z adding 'torch/include/ATen/ops/norm_mps_dispatch.h' 2024-12-17T23:48:11.1661950Z adding 'torch/include/ATen/ops/norm_native.h' 2024-12-17T23:48:11.1663900Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-12-17T23:48:11.1665640Z adding 'torch/include/ATen/ops/normal.h' 2024-12-17T23:48:11.1666940Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1668010Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-12-17T23:48:11.1669140Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-12-17T23:48:11.1670230Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-12-17T23:48:11.1671360Z adding 'torch/include/ATen/ops/normal_mps_dispatch.h' 2024-12-17T23:48:11.1672700Z adding 'torch/include/ATen/ops/normal_native.h' 2024-12-17T23:48:11.1674690Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-12-17T23:48:11.1675590Z adding 'torch/include/ATen/ops/not_equal.h' 2024-12-17T23:48:11.1676850Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1677860Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-12-17T23:48:11.1679210Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-12-17T23:48:11.1680400Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-12-17T23:48:11.1681660Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1687610Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-12-17T23:48:11.1687870Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-12-17T23:48:11.1687990Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-12-17T23:48:11.1688170Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1688270Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-12-17T23:48:11.1688800Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-12-17T23:48:11.1690720Z adding 'torch/include/ATen/ops/one_hot.h' 2024-12-17T23:48:11.1692100Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1693380Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-12-17T23:48:11.1694660Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-12-17T23:48:11.1696590Z adding 'torch/include/ATen/ops/ones.h' 2024-12-17T23:48:11.1697680Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1698940Z adding 'torch/include/ATen/ops/ones_like.h' 2024-12-17T23:48:11.1700250Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1701330Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-12-17T23:48:11.1702660Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-12-17T23:48:11.1703780Z adding 'torch/include/ATen/ops/ones_native.h' 2024-12-17T23:48:11.1705420Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-12-17T23:48:11.1706340Z adding 'torch/include/ATen/ops/or.h' 2024-12-17T23:48:11.1707610Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1708670Z adding 'torch/include/ATen/ops/or_native.h' 2024-12-17T23:48:11.1710040Z adding 'torch/include/ATen/ops/or_ops.h' 2024-12-17T23:48:11.1711140Z adding 'torch/include/ATen/ops/orgqr.h' 2024-12-17T23:48:11.1712370Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1713420Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-12-17T23:48:11.1714630Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-12-17T23:48:11.1715840Z adding 'torch/include/ATen/ops/ormqr.h' 2024-12-17T23:48:11.1717080Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-12-17T23:48:11.1718210Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-12-17T23:48:11.1719340Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-12-17T23:48:11.1720620Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-12-17T23:48:11.1721760Z adding 'torch/include/ATen/ops/outer.h' 2024-12-17T23:48:11.1723040Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1724040Z adding 'torch/include/ATen/ops/outer_native.h' 2024-12-17T23:48:11.1725260Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-12-17T23:48:11.1726320Z adding 'torch/include/ATen/ops/output_nr.h' 2024-12-17T23:48:11.1727530Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1728570Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-12-17T23:48:11.1729700Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-12-17T23:48:11.1730870Z adding 'torch/include/ATen/ops/pad.h' 2024-12-17T23:48:11.1732130Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1733190Z adding 'torch/include/ATen/ops/pad_native.h' 2024-12-17T23:48:11.1734360Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-12-17T23:48:11.1735520Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-12-17T23:48:11.1736770Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1737880Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-12-17T23:48:11.1739090Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-12-17T23:48:11.1740200Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-12-17T23:48:11.1741410Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1742400Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-12-17T23:48:11.1743540Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-12-17T23:48:11.1744590Z adding 'torch/include/ATen/ops/pdist.h' 2024-12-17T23:48:11.1745790Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1746780Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-12-17T23:48:11.1747930Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-12-17T23:48:11.1748970Z adding 'torch/include/ATen/ops/permute.h' 2024-12-17T23:48:11.1750170Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1751260Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-12-17T23:48:11.1752500Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1753610Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1754580Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-12-17T23:48:11.1755740Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-12-17T23:48:11.1756880Z adding 'torch/include/ATen/ops/permute_mps_dispatch.h' 2024-12-17T23:48:11.1757970Z adding 'torch/include/ATen/ops/permute_native.h' 2024-12-17T23:48:11.1759130Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-12-17T23:48:11.1760170Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-12-17T23:48:11.1761390Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1762420Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-12-17T23:48:11.1763550Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-12-17T23:48:11.1764630Z adding 'torch/include/ATen/ops/pinverse.h' 2024-12-17T23:48:11.1765800Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1766790Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-12-17T23:48:11.1768000Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-12-17T23:48:11.1769100Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-12-17T23:48:11.1770320Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1771450Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1772450Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-12-17T23:48:11.1773540Z adding 'torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h' 2024-12-17T23:48:11.1774580Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-12-17T23:48:11.1775800Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-12-17T23:48:11.1776940Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-12-17T23:48:11.1778120Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1779240Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1780210Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-12-17T23:48:11.1781260Z adding 'torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h' 2024-12-17T23:48:11.1782330Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-12-17T23:48:11.1783540Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-12-17T23:48:11.1784650Z adding 'torch/include/ATen/ops/poisson.h' 2024-12-17T23:48:11.1785930Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1786970Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-12-17T23:48:11.1788030Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-12-17T23:48:11.1789080Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-12-17T23:48:11.1790210Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-12-17T23:48:11.1791410Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1792410Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-12-17T23:48:11.1793550Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-12-17T23:48:11.1794750Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-12-17T23:48:11.1795860Z adding 'torch/include/ATen/ops/polar.h' 2024-12-17T23:48:11.1797060Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1798150Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-12-17T23:48:11.1799200Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-12-17T23:48:11.1800250Z adding 'torch/include/ATen/ops/polar_mps_dispatch.h' 2024-12-17T23:48:11.1801310Z adding 'torch/include/ATen/ops/polar_native.h' 2024-12-17T23:48:11.1802470Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-12-17T23:48:11.1803640Z adding 'torch/include/ATen/ops/polygamma.h' 2024-12-17T23:48:11.1804870Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1806010Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1807000Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-12-17T23:48:11.1808090Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-12-17T23:48:11.1809180Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-12-17T23:48:11.1810240Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-12-17T23:48:11.1811290Z adding 'torch/include/ATen/ops/polygamma_mps_dispatch.h' 2024-12-17T23:48:11.1812360Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-12-17T23:48:11.1813580Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-12-17T23:48:11.1814660Z adding 'torch/include/ATen/ops/positive.h' 2024-12-17T23:48:11.1815840Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1816820Z adding 'torch/include/ATen/ops/positive_native.h' 2024-12-17T23:48:11.1817980Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-12-17T23:48:11.1819200Z adding 'torch/include/ATen/ops/pow.h' 2024-12-17T23:48:11.1820470Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1821600Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-12-17T23:48:11.1822730Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-12-17T23:48:11.1823880Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-12-17T23:48:11.1825040Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-12-17T23:48:11.1826100Z adding 'torch/include/ATen/ops/pow_mps_dispatch.h' 2024-12-17T23:48:11.1827330Z adding 'torch/include/ATen/ops/pow_native.h' 2024-12-17T23:48:11.1828990Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-12-17T23:48:11.1829980Z adding 'torch/include/ATen/ops/prelu.h' 2024-12-17T23:48:11.1831150Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1832180Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-12-17T23:48:11.1833280Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-12-17T23:48:11.1835240Z adding 'torch/include/ATen/ops/prod.h' 2024-12-17T23:48:11.1836120Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1837250Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.1838310Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1839360Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-12-17T23:48:11.1840490Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-12-17T23:48:11.1841570Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-12-17T23:48:11.1842700Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-12-17T23:48:11.1843830Z adding 'torch/include/ATen/ops/prod_mps_dispatch.h' 2024-12-17T23:48:11.1844970Z adding 'torch/include/ATen/ops/prod_native.h' 2024-12-17T23:48:11.1846600Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-12-17T23:48:11.1847540Z adding 'torch/include/ATen/ops/promote_types.h' 2024-12-17T23:48:11.1848710Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1849720Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-12-17T23:48:11.1850890Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-12-17T23:48:11.1851980Z adding 'torch/include/ATen/ops/put.h' 2024-12-17T23:48:11.1853210Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1854200Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-12-17T23:48:11.1855240Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-12-17T23:48:11.1856260Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-12-17T23:48:11.1857390Z adding 'torch/include/ATen/ops/put_native.h' 2024-12-17T23:48:11.1858640Z adding 'torch/include/ATen/ops/put_ops.h' 2024-12-17T23:48:11.1859800Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-12-17T23:48:11.1860920Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-12-17T23:48:11.1862010Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-12-17T23:48:11.1863140Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-12-17T23:48:11.1864490Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1865490Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-12-17T23:48:11.1866630Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-12-17T23:48:11.1867770Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-12-17T23:48:11.1868990Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1869980Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-12-17T23:48:11.1871140Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-12-17T23:48:11.1872170Z adding 'torch/include/ATen/ops/q_scale.h' 2024-12-17T23:48:11.1873250Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-12-17T23:48:11.1874340Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-12-17T23:48:11.1875470Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-12-17T23:48:11.1876550Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-12-17T23:48:11.1877670Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-12-17T23:48:11.1878780Z adding 'torch/include/ATen/ops/qr.h' 2024-12-17T23:48:11.1880040Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1881000Z adding 'torch/include/ATen/ops/qr_native.h' 2024-12-17T23:48:11.1882210Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-12-17T23:48:11.1883240Z adding 'torch/include/ATen/ops/qscheme.h' 2024-12-17T23:48:11.1884290Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-12-17T23:48:11.1885420Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-12-17T23:48:11.1886710Z adding 'torch/include/ATen/ops/quantile.h' 2024-12-17T23:48:11.1888030Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1889080Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-12-17T23:48:11.1890450Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-12-17T23:48:11.1891610Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-12-17T23:48:11.1892850Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1893880Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-12-17T23:48:11.1894970Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-12-17T23:48:11.1896070Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-12-17T23:48:11.1897280Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-12-17T23:48:11.1898640Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-12-17T23:48:11.1899950Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1901020Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-12-17T23:48:11.1902150Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-12-17T23:48:11.1903280Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-12-17T23:48:11.1904520Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1905570Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-12-17T23:48:11.1906620Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-12-17T23:48:11.1907770Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-12-17T23:48:11.1908950Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-12-17T23:48:11.1910080Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-12-17T23:48:11.1911550Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-12-17T23:48:11.1912830Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-12-17T23:48:11.1913990Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1915060Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-12-17T23:48:11.1916310Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-12-17T23:48:11.1917480Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-12-17T23:48:11.1918690Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1919700Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-12-17T23:48:11.1920920Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-12-17T23:48:11.1922080Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-12-17T23:48:11.1923300Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1924370Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-12-17T23:48:11.1925580Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-12-17T23:48:11.1926760Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-12-17T23:48:11.1927980Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1928980Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-12-17T23:48:11.1930310Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-12-17T23:48:11.1931500Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-12-17T23:48:11.1932720Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1933760Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-12-17T23:48:11.1934990Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-12-17T23:48:11.1936140Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-12-17T23:48:11.1937360Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1938370Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-12-17T23:48:11.1939580Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-12-17T23:48:11.1940750Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-12-17T23:48:11.1941970Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1942970Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-12-17T23:48:11.1944180Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-12-17T23:48:11.1945310Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-12-17T23:48:11.1946580Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1947570Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-12-17T23:48:11.1948800Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-12-17T23:48:11.1949900Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-12-17T23:48:11.1951140Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1952210Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-12-17T23:48:11.1953380Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-12-17T23:48:11.1955960Z adding 'torch/include/ATen/ops/rand.h' 2024-12-17T23:48:11.1957300Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1958430Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1959590Z adding 'torch/include/ATen/ops/rand_like.h' 2024-12-17T23:48:11.1960840Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1961860Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-12-17T23:48:11.1963100Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-12-17T23:48:11.1964260Z adding 'torch/include/ATen/ops/rand_native.h' 2024-12-17T23:48:11.1966240Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-12-17T23:48:11.1968500Z adding 'torch/include/ATen/ops/randint.h' 2024-12-17T23:48:11.1969850Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1971920Z adding 'torch/include/ATen/ops/randint_like.h' 2024-12-17T23:48:11.1973090Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1974180Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-12-17T23:48:11.1975590Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-12-17T23:48:11.1976740Z adding 'torch/include/ATen/ops/randint_native.h' 2024-12-17T23:48:11.1978710Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-12-17T23:48:11.1980920Z adding 'torch/include/ATen/ops/randn.h' 2024-12-17T23:48:11.1982110Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1983310Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.1984440Z adding 'torch/include/ATen/ops/randn_like.h' 2024-12-17T23:48:11.1985730Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1986880Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:48:11.1987850Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-12-17T23:48:11.1989080Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-12-17T23:48:11.1990210Z adding 'torch/include/ATen/ops/randn_native.h' 2024-12-17T23:48:11.1992190Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-12-17T23:48:11.1993060Z adding 'torch/include/ATen/ops/random.h' 2024-12-17T23:48:11.1994420Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.1995480Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-12-17T23:48:11.1996550Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-12-17T23:48:11.1997610Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-12-17T23:48:11.1998620Z adding 'torch/include/ATen/ops/random_mps_dispatch.h' 2024-12-17T23:48:11.1999780Z adding 'torch/include/ATen/ops/random_native.h' 2024-12-17T23:48:11.2001410Z adding 'torch/include/ATen/ops/random_ops.h' 2024-12-17T23:48:11.2002910Z adding 'torch/include/ATen/ops/randperm.h' 2024-12-17T23:48:11.2004200Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2005230Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-12-17T23:48:11.2006310Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-12-17T23:48:11.2007360Z adding 'torch/include/ATen/ops/randperm_mps_dispatch.h' 2024-12-17T23:48:11.2008470Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-12-17T23:48:11.2009790Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-12-17T23:48:11.2011040Z adding 'torch/include/ATen/ops/range.h' 2024-12-17T23:48:11.2012370Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2013470Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-12-17T23:48:11.2014510Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-12-17T23:48:11.2015550Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-12-17T23:48:11.2016580Z adding 'torch/include/ATen/ops/range_mps_dispatch.h' 2024-12-17T23:48:11.2017780Z adding 'torch/include/ATen/ops/range_native.h' 2024-12-17T23:48:11.2019160Z adding 'torch/include/ATen/ops/range_ops.h' 2024-12-17T23:48:11.2020290Z adding 'torch/include/ATen/ops/ravel.h' 2024-12-17T23:48:11.2021540Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2022510Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-12-17T23:48:11.2023610Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-12-17T23:48:11.2024670Z adding 'torch/include/ATen/ops/real.h' 2024-12-17T23:48:11.2025840Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2026790Z adding 'torch/include/ATen/ops/real_native.h' 2024-12-17T23:48:11.2027910Z adding 'torch/include/ATen/ops/real_ops.h' 2024-12-17T23:48:11.2029070Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-12-17T23:48:11.2030330Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2031350Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-12-17T23:48:11.2032380Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-12-17T23:48:11.2033460Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-12-17T23:48:11.2034510Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-12-17T23:48:11.2035540Z adding 'torch/include/ATen/ops/reciprocal_mps_dispatch.h' 2024-12-17T23:48:11.2036590Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-12-17T23:48:11.2037800Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-12-17T23:48:11.2038910Z adding 'torch/include/ATen/ops/record_stream.h' 2024-12-17T23:48:11.2040070Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-12-17T23:48:11.2041090Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-12-17T23:48:11.2042210Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-12-17T23:48:11.2043350Z adding 'torch/include/ATen/ops/refine_names.h' 2024-12-17T23:48:11.2044560Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2045540Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-12-17T23:48:11.2046670Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-12-17T23:48:11.2047990Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-12-17T23:48:11.2049380Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-12-17T23:48:11.2050730Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2051740Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2052860Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2053930Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-12-17T23:48:11.2055090Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-12-17T23:48:11.2056230Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h' 2024-12-17T23:48:11.2057390Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-12-17T23:48:11.2058580Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-12-17T23:48:11.2059800Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2060840Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-12-17T23:48:11.2061990Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-12-17T23:48:11.2063060Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-12-17T23:48:11.2064170Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-12-17T23:48:11.2065250Z adding 'torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h' 2024-12-17T23:48:11.2066400Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-12-17T23:48:11.2067580Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-12-17T23:48:11.2068900Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-12-17T23:48:11.2070250Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-12-17T23:48:11.2071420Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2072520Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2073600Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.2074690Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-12-17T23:48:11.2075940Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-12-17T23:48:11.2077080Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-12-17T23:48:11.2078160Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-12-17T23:48:11.2079290Z adding 'torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h' 2024-12-17T23:48:11.2080300Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-12-17T23:48:11.2081500Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-12-17T23:48:11.2082840Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-12-17T23:48:11.2084170Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-12-17T23:48:11.2085530Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2086580Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2087680Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2088750Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-12-17T23:48:11.2089890Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-12-17T23:48:11.2090970Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h' 2024-12-17T23:48:11.2092110Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-12-17T23:48:11.2093310Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-12-17T23:48:11.2094540Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2095530Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-12-17T23:48:11.2096620Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-12-17T23:48:11.2097670Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-12-17T23:48:11.2098800Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-12-17T23:48:11.2099810Z adding 'torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h' 2024-12-17T23:48:11.2100890Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-12-17T23:48:11.2102050Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-12-17T23:48:11.2103210Z adding 'torch/include/ATen/ops/relu.h' 2024-12-17T23:48:11.2104330Z adding 'torch/include/ATen/ops/relu6.h' 2024-12-17T23:48:11.2106090Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2106910Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-12-17T23:48:11.2108050Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-12-17T23:48:11.2109220Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2110230Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-12-17T23:48:11.2111310Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-12-17T23:48:11.2112400Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-12-17T23:48:11.2113390Z adding 'torch/include/ATen/ops/relu_mps_dispatch.h' 2024-12-17T23:48:11.2114490Z adding 'torch/include/ATen/ops/relu_native.h' 2024-12-17T23:48:11.2115670Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-12-17T23:48:11.2116930Z adding 'torch/include/ATen/ops/remainder.h' 2024-12-17T23:48:11.2118160Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2119350Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2120370Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-12-17T23:48:11.2121450Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-12-17T23:48:11.2122520Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-12-17T23:48:11.2123640Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-12-17T23:48:11.2124700Z adding 'torch/include/ATen/ops/remainder_mps_dispatch.h' 2024-12-17T23:48:11.2125820Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-12-17T23:48:11.2127460Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-12-17T23:48:11.2128470Z adding 'torch/include/ATen/ops/rename.h' 2024-12-17T23:48:11.2129690Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2130780Z adding 'torch/include/ATen/ops/rename_native.h' 2024-12-17T23:48:11.2131940Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-12-17T23:48:11.2133060Z adding 'torch/include/ATen/ops/renorm.h' 2024-12-17T23:48:11.2134300Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2135320Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-12-17T23:48:11.2136400Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-12-17T23:48:11.2137480Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-12-17T23:48:11.2138650Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-12-17T23:48:11.2139740Z adding 'torch/include/ATen/ops/renorm_mps_dispatch.h' 2024-12-17T23:48:11.2140810Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-12-17T23:48:11.2142020Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-12-17T23:48:11.2143320Z adding 'torch/include/ATen/ops/repeat.h' 2024-12-17T23:48:11.2144580Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2146330Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-12-17T23:48:11.2147320Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2148460Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2149550Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-12-17T23:48:11.2150560Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-12-17T23:48:11.2151590Z adding 'torch/include/ATen/ops/repeat_interleave_mps_dispatch.h' 2024-12-17T23:48:11.2152710Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-12-17T23:48:11.2154130Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-12-17T23:48:11.2155170Z adding 'torch/include/ATen/ops/repeat_mps_dispatch.h' 2024-12-17T23:48:11.2156250Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-12-17T23:48:11.2157540Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-12-17T23:48:11.2158860Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-12-17T23:48:11.2160550Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-12-17T23:48:11.2161670Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2162780Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2163920Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2164990Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-12-17T23:48:11.2166120Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-12-17T23:48:11.2167200Z adding 'torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h' 2024-12-17T23:48:11.2168300Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-12-17T23:48:11.2169490Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-12-17T23:48:11.2170740Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2171810Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-12-17T23:48:11.2172890Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-12-17T23:48:11.2173940Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-12-17T23:48:11.2175050Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-12-17T23:48:11.2176120Z adding 'torch/include/ATen/ops/replication_pad1d_mps_dispatch.h' 2024-12-17T23:48:11.2177270Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-12-17T23:48:11.2178480Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-12-17T23:48:11.2179720Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-12-17T23:48:11.2181110Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-12-17T23:48:11.2182280Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2183400Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2184480Z adding 'torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.2185550Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-12-17T23:48:11.2186750Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-12-17T23:48:11.2187950Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2188980Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-12-17T23:48:11.2190040Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-12-17T23:48:11.2191120Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-12-17T23:48:11.2192220Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-12-17T23:48:11.2193370Z adding 'torch/include/ATen/ops/replication_pad2d_mps_dispatch.h' 2024-12-17T23:48:11.2194440Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-12-17T23:48:11.2195700Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-12-17T23:48:11.2196960Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-12-17T23:48:11.2198320Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-12-17T23:48:11.2199460Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2200540Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2201610Z adding 'torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h' 2024-12-17T23:48:11.2202770Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-12-17T23:48:11.2203930Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-12-17T23:48:11.2205170Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2206150Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-12-17T23:48:11.2207210Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-12-17T23:48:11.2208270Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-12-17T23:48:11.2209350Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-12-17T23:48:11.2210370Z adding 'torch/include/ATen/ops/replication_pad3d_mps_dispatch.h' 2024-12-17T23:48:11.2211480Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-12-17T23:48:11.2212670Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-12-17T23:48:11.2213730Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-12-17T23:48:11.2214980Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2215970Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-12-17T23:48:11.2217090Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-12-17T23:48:11.2218220Z adding 'torch/include/ATen/ops/reshape.h' 2024-12-17T23:48:11.2219270Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-12-17T23:48:11.2220460Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2221610Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:48:11.2222570Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-12-17T23:48:11.2223730Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-12-17T23:48:11.2224910Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2226020Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:48:11.2226990Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-12-17T23:48:11.2228150Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-12-17T23:48:11.2229790Z adding 'torch/include/ATen/ops/resize.h' 2024-12-17T23:48:11.2230810Z adding 'torch/include/ATen/ops/resize_as.h' 2024-12-17T23:48:11.2232050Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2233100Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-12-17T23:48:11.2234330Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-12-17T23:48:11.2235500Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-12-17T23:48:11.2236720Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2237820Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-12-17T23:48:11.2238890Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-12-17T23:48:11.2240090Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-12-17T23:48:11.2241300Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2242420Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-12-17T23:48:11.2243520Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-12-17T23:48:11.2244590Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-12-17T23:48:11.2245630Z adding 'torch/include/ATen/ops/resize_mps_dispatch.h' 2024-12-17T23:48:11.2246750Z adding 'torch/include/ATen/ops/resize_native.h' 2024-12-17T23:48:11.2248050Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-12-17T23:48:11.2249170Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-12-17T23:48:11.2250360Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2251340Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-12-17T23:48:11.2252470Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-12-17T23:48:11.2253550Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-12-17T23:48:11.2254760Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2255720Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-12-17T23:48:11.2256840Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-12-17T23:48:11.2258050Z adding 'torch/include/ATen/ops/result_type.h' 2024-12-17T23:48:11.2259320Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2265320Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-12-17T23:48:11.2265540Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-12-17T23:48:11.2265700Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-12-17T23:48:11.2266650Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2266740Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-12-17T23:48:11.2266840Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-12-17T23:48:11.2266920Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-12-17T23:48:11.2268190Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2269070Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-12-17T23:48:11.2270200Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-12-17T23:48:11.2271520Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-12-17T23:48:11.2273720Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2274620Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-12-17T23:48:11.2275930Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-12-17T23:48:11.2277180Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-12-17T23:48:11.2278450Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-12-17T23:48:11.2279650Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2280720Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-12-17T23:48:11.2281910Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-12-17T23:48:11.2283160Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2284190Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-12-17T23:48:11.2285560Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-12-17T23:48:11.2286710Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-12-17T23:48:11.2287870Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-12-17T23:48:11.2289050Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2290070Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-12-17T23:48:11.2291240Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-12-17T23:48:11.2292450Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2293450Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-12-17T23:48:11.2294700Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-12-17T23:48:11.2295980Z adding 'torch/include/ATen/ops/roll.h' 2024-12-17T23:48:11.2297230Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2298260Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-12-17T23:48:11.2299360Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-12-17T23:48:11.2300390Z adding 'torch/include/ATen/ops/roll_mps_dispatch.h' 2024-12-17T23:48:11.2301490Z adding 'torch/include/ATen/ops/roll_native.h' 2024-12-17T23:48:11.2302790Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-12-17T23:48:11.2303940Z adding 'torch/include/ATen/ops/rot90.h' 2024-12-17T23:48:11.2305210Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2306220Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-12-17T23:48:11.2307410Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-12-17T23:48:11.2308620Z adding 'torch/include/ATen/ops/round.h' 2024-12-17T23:48:11.2309920Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2311000Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-12-17T23:48:11.2312080Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-12-17T23:48:11.2313160Z adding 'torch/include/ATen/ops/round_meta.h' 2024-12-17T23:48:11.2314270Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-12-17T23:48:11.2315360Z adding 'torch/include/ATen/ops/round_mps_dispatch.h' 2024-12-17T23:48:11.2316490Z adding 'torch/include/ATen/ops/round_native.h' 2024-12-17T23:48:11.2317820Z adding 'torch/include/ATen/ops/round_ops.h' 2024-12-17T23:48:11.2318900Z adding 'torch/include/ATen/ops/row_indices.h' 2024-12-17T23:48:11.2320110Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2321150Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-12-17T23:48:11.2322360Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2323540Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2324520Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-12-17T23:48:11.2325710Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-12-17T23:48:11.2326810Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-12-17T23:48:11.2327910Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-12-17T23:48:11.2329040Z adding 'torch/include/ATen/ops/row_stack.h' 2024-12-17T23:48:11.2330240Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2331200Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-12-17T23:48:11.2332370Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-12-17T23:48:11.2333520Z adding 'torch/include/ATen/ops/rrelu.h' 2024-12-17T23:48:11.2334760Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2335850Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-12-17T23:48:11.2337090Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-12-17T23:48:11.2338370Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-12-17T23:48:11.2339620Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-12-17T23:48:11.2340870Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2341910Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-12-17T23:48:11.2343160Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-12-17T23:48:11.2344350Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2345430Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-12-17T23:48:11.2346610Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-12-17T23:48:11.2347720Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-12-17T23:48:11.2348870Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-12-17T23:48:11.2350300Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-12-17T23:48:11.2351450Z adding 'torch/include/ATen/ops/rshift.h' 2024-12-17T23:48:11.2352660Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2353680Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-12-17T23:48:11.2354730Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-12-17T23:48:11.2355820Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-12-17T23:48:11.2356870Z adding 'torch/include/ATen/ops/rshift_mps_dispatch.h' 2024-12-17T23:48:11.2357950Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-12-17T23:48:11.2359540Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-12-17T23:48:11.2360510Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-12-17T23:48:11.2361700Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2362700Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-12-17T23:48:11.2363760Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-12-17T23:48:11.2364830Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-12-17T23:48:11.2365890Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-12-17T23:48:11.2366920Z adding 'torch/include/ATen/ops/rsqrt_mps_dispatch.h' 2024-12-17T23:48:11.2368030Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-12-17T23:48:11.2370030Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-12-17T23:48:11.2370820Z adding 'torch/include/ATen/ops/rsub.h' 2024-12-17T23:48:11.2372070Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2373110Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-12-17T23:48:11.2374160Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-12-17T23:48:11.2375240Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-12-17T23:48:11.2376530Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-12-17T23:48:11.2377810Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-12-17T23:48:11.2379060Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2380070Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-12-17T23:48:11.2381290Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-12-17T23:48:11.2382470Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-12-17T23:48:11.2383830Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2384820Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-12-17T23:48:11.2386000Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-12-17T23:48:11.2387340Z adding 'torch/include/ATen/ops/scatter.h' 2024-12-17T23:48:11.2388530Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-12-17T23:48:11.2389780Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2390920Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2391960Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-12-17T23:48:11.2393000Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-12-17T23:48:11.2394060Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-12-17T23:48:11.2395170Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-12-17T23:48:11.2396230Z adding 'torch/include/ATen/ops/scatter_add_mps_dispatch.h' 2024-12-17T23:48:11.2397380Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-12-17T23:48:11.2398710Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-12-17T23:48:11.2399980Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2401030Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2402290Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-12-17T23:48:11.2403400Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-12-17T23:48:11.2404530Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-12-17T23:48:11.2405700Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-12-17T23:48:11.2406860Z adding 'torch/include/ATen/ops/scatter_mps_dispatch.h' 2024-12-17T23:48:11.2408050Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-12-17T23:48:11.2410130Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-12-17T23:48:11.2411130Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-12-17T23:48:11.2412430Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2413410Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-12-17T23:48:11.2414520Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-12-17T23:48:11.2415620Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-12-17T23:48:11.2416740Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-12-17T23:48:11.2417810Z adding 'torch/include/ATen/ops/scatter_reduce_mps_dispatch.h' 2024-12-17T23:48:11.2418940Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-12-17T23:48:11.2420210Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-12-17T23:48:11.2421520Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-12-17T23:48:11.2422790Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-12-17T23:48:11.2423900Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-12-17T23:48:11.2425040Z adding 'torch/include/ATen/ops/searchsorted_mps_dispatch.h' 2024-12-17T23:48:11.2426200Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-12-17T23:48:11.2427630Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-12-17T23:48:11.2428820Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-12-17T23:48:11.2430070Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2431140Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-12-17T23:48:11.2432210Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-12-17T23:48:11.2433300Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-12-17T23:48:11.2434630Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-12-17T23:48:11.2435790Z adding 'torch/include/ATen/ops/select.h' 2024-12-17T23:48:11.2437140Z adding 'torch/include/ATen/ops/select_backward.h' 2024-12-17T23:48:11.2438390Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2439590Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2440550Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-12-17T23:48:11.2441760Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-12-17T23:48:11.2442960Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2444060Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2445230Z adding 'torch/include/ATen/ops/select_copy.h' 2024-12-17T23:48:11.2446450Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2447610Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2448570Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-12-17T23:48:11.2449790Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-12-17T23:48:11.2450910Z adding 'torch/include/ATen/ops/select_native.h' 2024-12-17T23:48:11.2452080Z adding 'torch/include/ATen/ops/select_ops.h' 2024-12-17T23:48:11.2453370Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-12-17T23:48:11.2454620Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2455790Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2456790Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-12-17T23:48:11.2457970Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-12-17T23:48:11.2459050Z adding 'torch/include/ATen/ops/selu.h' 2024-12-17T23:48:11.2460230Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2461210Z adding 'torch/include/ATen/ops/selu_native.h' 2024-12-17T23:48:11.2462330Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-12-17T23:48:11.2464300Z adding 'torch/include/ATen/ops/set.h' 2024-12-17T23:48:11.2465270Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2466360Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2467400Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-12-17T23:48:11.2468470Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-12-17T23:48:11.2469490Z adding 'torch/include/ATen/ops/set_data.h' 2024-12-17T23:48:11.2470690Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2471700Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-12-17T23:48:11.2472850Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-12-17T23:48:11.2473980Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-12-17T23:48:11.2475020Z adding 'torch/include/ATen/ops/set_mps_dispatch.h' 2024-12-17T23:48:11.2476180Z adding 'torch/include/ATen/ops/set_native.h' 2024-12-17T23:48:11.2478190Z adding 'torch/include/ATen/ops/set_ops.h' 2024-12-17T23:48:11.2478990Z adding 'torch/include/ATen/ops/sgn.h' 2024-12-17T23:48:11.2480230Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2481210Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-12-17T23:48:11.2482230Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-12-17T23:48:11.2483270Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-12-17T23:48:11.2484330Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-12-17T23:48:11.2485380Z adding 'torch/include/ATen/ops/sgn_mps_dispatch.h' 2024-12-17T23:48:11.2486480Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-12-17T23:48:11.2487670Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-12-17T23:48:11.2488790Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-12-17T23:48:11.2489940Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-12-17T23:48:11.2491170Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2492210Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2493310Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2494380Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-12-17T23:48:11.2495460Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-12-17T23:48:11.2496530Z adding 'torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h' 2024-12-17T23:48:11.2497610Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-12-17T23:48:11.2498790Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-12-17T23:48:11.2500010Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2501020Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-12-17T23:48:11.2502030Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-12-17T23:48:11.2503110Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-12-17T23:48:11.2504170Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-12-17T23:48:11.2505280Z adding 'torch/include/ATen/ops/sigmoid_mps_dispatch.h' 2024-12-17T23:48:11.2506310Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-12-17T23:48:11.2507510Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-12-17T23:48:11.2508620Z adding 'torch/include/ATen/ops/sign.h' 2024-12-17T23:48:11.2509830Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2510810Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-12-17T23:48:11.2511870Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-12-17T23:48:11.2512900Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-12-17T23:48:11.2513960Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-12-17T23:48:11.2514970Z adding 'torch/include/ATen/ops/sign_mps_dispatch.h' 2024-12-17T23:48:11.2516070Z adding 'torch/include/ATen/ops/sign_native.h' 2024-12-17T23:48:11.2517280Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-12-17T23:48:11.2518400Z adding 'torch/include/ATen/ops/signbit.h' 2024-12-17T23:48:11.2519620Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2520580Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-12-17T23:48:11.2521620Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-12-17T23:48:11.2522710Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-12-17T23:48:11.2523790Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-12-17T23:48:11.2524820Z adding 'torch/include/ATen/ops/signbit_mps_dispatch.h' 2024-12-17T23:48:11.2525900Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-12-17T23:48:11.2527080Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-12-17T23:48:11.2528170Z adding 'torch/include/ATen/ops/silu.h' 2024-12-17T23:48:11.2529300Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-12-17T23:48:11.2530540Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2531570Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2532590Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2533640Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2534680Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-12-17T23:48:11.2535740Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-12-17T23:48:11.2536770Z adding 'torch/include/ATen/ops/silu_backward_mps_dispatch.h' 2024-12-17T23:48:11.2537830Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-12-17T23:48:11.2539040Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-12-17T23:48:11.2540290Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2541240Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-12-17T23:48:11.2542290Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-12-17T23:48:11.2543330Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-12-17T23:48:11.2544440Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-12-17T23:48:11.2545450Z adding 'torch/include/ATen/ops/silu_mps_dispatch.h' 2024-12-17T23:48:11.2546500Z adding 'torch/include/ATen/ops/silu_native.h' 2024-12-17T23:48:11.2547710Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-12-17T23:48:11.2548830Z adding 'torch/include/ATen/ops/sin.h' 2024-12-17T23:48:11.2550020Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2550970Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-12-17T23:48:11.2551990Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-12-17T23:48:11.2553040Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-12-17T23:48:11.2554090Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-12-17T23:48:11.2555130Z adding 'torch/include/ATen/ops/sin_mps_dispatch.h' 2024-12-17T23:48:11.2556240Z adding 'torch/include/ATen/ops/sin_native.h' 2024-12-17T23:48:11.2557450Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-12-17T23:48:11.2558660Z adding 'torch/include/ATen/ops/sinc.h' 2024-12-17T23:48:11.2559830Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2560790Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-12-17T23:48:11.2561820Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-12-17T23:48:11.2562870Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-12-17T23:48:11.2563970Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-12-17T23:48:11.2565000Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-12-17T23:48:11.2566200Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-12-17T23:48:11.2567340Z adding 'torch/include/ATen/ops/sinh.h' 2024-12-17T23:48:11.2568520Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2569450Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-12-17T23:48:11.2570460Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-12-17T23:48:11.2571500Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-12-17T23:48:11.2572550Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-12-17T23:48:11.2573560Z adding 'torch/include/ATen/ops/sinh_mps_dispatch.h' 2024-12-17T23:48:11.2574650Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-12-17T23:48:11.2575870Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-12-17T23:48:11.2576950Z adding 'torch/include/ATen/ops/size.h' 2024-12-17T23:48:11.2578130Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2579110Z adding 'torch/include/ATen/ops/size_native.h' 2024-12-17T23:48:11.2580290Z adding 'torch/include/ATen/ops/size_ops.h' 2024-12-17T23:48:11.2581510Z adding 'torch/include/ATen/ops/slice.h' 2024-12-17T23:48:11.2582900Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-12-17T23:48:11.2584170Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2585180Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-12-17T23:48:11.2586380Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-12-17T23:48:11.2587680Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2589010Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-12-17T23:48:11.2590260Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2591390Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2592360Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-12-17T23:48:11.2593580Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-12-17T23:48:11.2594790Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-12-17T23:48:11.2596020Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2597030Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-12-17T23:48:11.2598200Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-12-17T23:48:11.2599250Z adding 'torch/include/ATen/ops/slice_native.h' 2024-12-17T23:48:11.2600390Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-12-17T23:48:11.2602000Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-12-17T23:48:11.2603070Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2604250Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2605210Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-12-17T23:48:11.2606400Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-12-17T23:48:11.2607520Z adding 'torch/include/ATen/ops/slogdet.h' 2024-12-17T23:48:11.2608730Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2609710Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-12-17T23:48:11.2610930Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-12-17T23:48:11.2612540Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-12-17T23:48:11.2613750Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2615080Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-12-17T23:48:11.2616380Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-12-17T23:48:11.2617510Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-12-17T23:48:11.2618760Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-12-17T23:48:11.2619820Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-12-17T23:48:11.2621020Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-12-17T23:48:11.2622660Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-12-17T23:48:11.2623820Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2624970Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-12-17T23:48:11.2626050Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-12-17T23:48:11.2627160Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-12-17T23:48:11.2628410Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-12-17T23:48:11.2630020Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-12-17T23:48:11.2631140Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2632610Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-12-17T23:48:11.2633670Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-12-17T23:48:11.2634780Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-12-17T23:48:11.2636080Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-12-17T23:48:11.2638000Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-12-17T23:48:11.2638960Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2640050Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-12-17T23:48:11.2641270Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-12-17T23:48:11.2642350Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-12-17T23:48:11.2643530Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-12-17T23:48:11.2644640Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-12-17T23:48:11.2645850Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-12-17T23:48:11.2647810Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-12-17T23:48:11.2648630Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-12-17T23:48:11.2649780Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-12-17T23:48:11.2650960Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-12-17T23:48:11.2652180Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-12-17T23:48:11.2653290Z adding 'torch/include/ATen/ops/smm.h' 2024-12-17T23:48:11.2654450Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2655480Z adding 'torch/include/ATen/ops/smm_native.h' 2024-12-17T23:48:11.2656640Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-12-17T23:48:11.2657830Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-12-17T23:48:11.2659030Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-12-17T23:48:11.2660240Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2661280Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2662330Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2663390Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h' 2024-12-17T23:48:11.2664450Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-12-17T23:48:11.2665640Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-12-17T23:48:11.2666870Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2667840Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-12-17T23:48:11.2668970Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-12-17T23:48:11.2670010Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-12-17T23:48:11.2671120Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-12-17T23:48:11.2672140Z adding 'torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h' 2024-12-17T23:48:11.2673230Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-12-17T23:48:11.2674410Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-12-17T23:48:11.2675550Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-12-17T23:48:11.2676760Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-12-17T23:48:11.2678030Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2679020Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-12-17T23:48:11.2680240Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-12-17T23:48:11.2681410Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2682420Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-12-17T23:48:11.2683600Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-12-17T23:48:11.2684730Z adding 'torch/include/ATen/ops/softmax.h' 2024-12-17T23:48:11.2685940Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2687080Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2688060Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-12-17T23:48:11.2689300Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-12-17T23:48:11.2690440Z adding 'torch/include/ATen/ops/softplus.h' 2024-12-17T23:48:11.2691580Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-12-17T23:48:11.2692840Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2693840Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2694910Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2695960Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-12-17T23:48:11.2697050Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-12-17T23:48:11.2698180Z adding 'torch/include/ATen/ops/softplus_backward_mps_dispatch.h' 2024-12-17T23:48:11.2699310Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-12-17T23:48:11.2700530Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-12-17T23:48:11.2701690Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2702680Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-12-17T23:48:11.2703760Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-12-17T23:48:11.2704810Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-12-17T23:48:11.2705900Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-12-17T23:48:11.2706940Z adding 'torch/include/ATen/ops/softplus_mps_dispatch.h' 2024-12-17T23:48:11.2708010Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-12-17T23:48:11.2709210Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-12-17T23:48:11.2710350Z adding 'torch/include/ATen/ops/softshrink.h' 2024-12-17T23:48:11.2711530Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-12-17T23:48:11.2712730Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2713740Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-12-17T23:48:11.2714770Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-12-17T23:48:11.2715840Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-12-17T23:48:11.2716960Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-12-17T23:48:11.2718080Z adding 'torch/include/ATen/ops/softshrink_backward_mps_dispatch.h' 2024-12-17T23:48:11.2719150Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-12-17T23:48:11.2720360Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-12-17T23:48:11.2721570Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2722580Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-12-17T23:48:11.2723640Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-12-17T23:48:11.2724680Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-12-17T23:48:11.2725770Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-12-17T23:48:11.2726780Z adding 'torch/include/ATen/ops/softshrink_mps_dispatch.h' 2024-12-17T23:48:11.2727840Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-12-17T23:48:11.2729010Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-12-17T23:48:11.2730370Z adding 'torch/include/ATen/ops/sort.h' 2024-12-17T23:48:11.2731570Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2732690Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2733790Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2734850Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-12-17T23:48:11.2735930Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-12-17T23:48:11.2737010Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-12-17T23:48:11.2738130Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-12-17T23:48:11.2739290Z adding 'torch/include/ATen/ops/sort_mps_dispatch.h' 2024-12-17T23:48:11.2740440Z adding 'torch/include/ATen/ops/sort_native.h' 2024-12-17T23:48:11.2742130Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-12-17T23:48:11.2743270Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-12-17T23:48:11.2744570Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2745590Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-12-17T23:48:11.2746840Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-12-17T23:48:11.2748090Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-12-17T23:48:11.2749300Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2750300Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-12-17T23:48:11.2751580Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-12-17T23:48:11.2753200Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-12-17T23:48:11.2754340Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2755370Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-12-17T23:48:11.2756590Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-12-17T23:48:11.2758050Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-12-17T23:48:11.2759370Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2760500Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2761530Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-12-17T23:48:11.2762950Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-12-17T23:48:11.2764330Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-12-17T23:48:11.2765550Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2766510Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-12-17T23:48:11.2767740Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-12-17T23:48:11.2768940Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-12-17T23:48:11.2770240Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2771160Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-12-17T23:48:11.2772380Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-12-17T23:48:11.2773450Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-12-17T23:48:11.2774660Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2775680Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-12-17T23:48:11.2776850Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-12-17T23:48:11.2777990Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-12-17T23:48:11.2779230Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2780190Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-12-17T23:48:11.2781350Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-12-17T23:48:11.2782510Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-12-17T23:48:11.2783730Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-12-17T23:48:11.2785020Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2786090Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-12-17T23:48:11.2787150Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-12-17T23:48:11.2788390Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-12-17T23:48:11.2789570Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2790690Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-12-17T23:48:11.2791730Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-12-17T23:48:11.2792960Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-12-17T23:48:11.2794120Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-12-17T23:48:11.2795250Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-12-17T23:48:11.2796440Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-12-17T23:48:11.2797540Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-12-17T23:48:11.2798760Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2799740Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-12-17T23:48:11.2800790Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-12-17T23:48:11.2801830Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-12-17T23:48:11.2802880Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-12-17T23:48:11.2803950Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-12-17T23:48:11.2805150Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-12-17T23:48:11.2806250Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-12-17T23:48:11.2807530Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2808540Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-12-17T23:48:11.2809670Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-12-17T23:48:11.2810730Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-12-17T23:48:11.2811850Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-12-17T23:48:11.2812900Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-12-17T23:48:11.2814120Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-12-17T23:48:11.2815250Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-12-17T23:48:11.2816530Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2817520Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-12-17T23:48:11.2818620Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-12-17T23:48:11.2819710Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-12-17T23:48:11.2820750Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-12-17T23:48:11.2821850Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-12-17T23:48:11.2823000Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-12-17T23:48:11.2824090Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-12-17T23:48:11.2825350Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2826370Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-12-17T23:48:11.2827390Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-12-17T23:48:11.2828420Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-12-17T23:48:11.2834430Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-12-17T23:48:11.2834650Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-12-17T23:48:11.2834770Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-12-17T23:48:11.2834900Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-12-17T23:48:11.2835130Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2835260Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-12-17T23:48:11.2835900Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-12-17T23:48:11.2836920Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-12-17T23:48:11.2838190Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-12-17T23:48:11.2839390Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-12-17T23:48:11.2840230Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-12-17T23:48:11.2841490Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-12-17T23:48:11.2842720Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2843910Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2844940Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-12-17T23:48:11.2846060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-12-17T23:48:11.2847180Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-12-17T23:48:11.2848350Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-12-17T23:48:11.2849540Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-12-17T23:48:11.2851050Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-12-17T23:48:11.2852400Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-12-17T23:48:11.2853670Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2854860Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2855850Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-12-17T23:48:11.2856960Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-12-17T23:48:11.2858030Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-12-17T23:48:11.2859090Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-12-17T23:48:11.2860160Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-12-17T23:48:11.2861520Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-12-17T23:48:11.2862720Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-12-17T23:48:11.2863940Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2865110Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2866060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-12-17T23:48:11.2867120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-12-17T23:48:11.2868120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-12-17T23:48:11.2869180Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-12-17T23:48:11.2870270Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-12-17T23:48:11.2871620Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-12-17T23:48:11.2872820Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-12-17T23:48:11.2874010Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2875130Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2876060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-12-17T23:48:11.2877080Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-12-17T23:48:11.2878120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-12-17T23:48:11.2879230Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-12-17T23:48:11.2880370Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-12-17T23:48:11.2881740Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-12-17T23:48:11.2882820Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-12-17T23:48:11.2884000Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2884970Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-12-17T23:48:11.2886140Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-12-17T23:48:11.2887230Z adding 'torch/include/ATen/ops/special_entr.h' 2024-12-17T23:48:11.2888480Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2889460Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-12-17T23:48:11.2890530Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-12-17T23:48:11.2891550Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-12-17T23:48:11.2892650Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-12-17T23:48:11.2894270Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-12-17T23:48:11.2895250Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-12-17T23:48:11.2896340Z adding 'torch/include/ATen/ops/special_erf.h' 2024-12-17T23:48:11.2897560Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2898540Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-12-17T23:48:11.2899700Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-12-17T23:48:11.2900800Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-12-17T23:48:11.2902040Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2903020Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-12-17T23:48:11.2904180Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-12-17T23:48:11.2905270Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-12-17T23:48:11.2906510Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2907520Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-12-17T23:48:11.2908540Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-12-17T23:48:11.2909630Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-12-17T23:48:11.2910690Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-12-17T23:48:11.2911730Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-12-17T23:48:11.2912910Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-12-17T23:48:11.2913970Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-12-17T23:48:11.2915260Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2916220Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-12-17T23:48:11.2917350Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-12-17T23:48:11.2918430Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-12-17T23:48:11.2919650Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2920660Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-12-17T23:48:11.2921810Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-12-17T23:48:11.2922910Z adding 'torch/include/ATen/ops/special_expit.h' 2024-12-17T23:48:11.2924110Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2925130Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-12-17T23:48:11.2926290Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-12-17T23:48:11.2927370Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-12-17T23:48:11.2928530Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2929510Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-12-17T23:48:11.2930660Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-12-17T23:48:11.2931780Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-12-17T23:48:11.2933010Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2934040Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-12-17T23:48:11.2935200Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-12-17T23:48:11.2936330Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-12-17T23:48:11.2937540Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2938580Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-12-17T23:48:11.2939800Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-12-17T23:48:11.2940900Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-12-17T23:48:11.2942100Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2943120Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-12-17T23:48:11.2944330Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-12-17T23:48:11.2945630Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-12-17T23:48:11.2946890Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2948100Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2949120Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-12-17T23:48:11.2950240Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-12-17T23:48:11.2951350Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-12-17T23:48:11.2952470Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-12-17T23:48:11.2953620Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-12-17T23:48:11.2955010Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-12-17T23:48:11.2956410Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-12-17T23:48:11.2957680Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.2958940Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2959990Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-12-17T23:48:11.2961150Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-12-17T23:48:11.2962190Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-12-17T23:48:11.2963310Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-12-17T23:48:11.2964430Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-12-17T23:48:11.2965830Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-12-17T23:48:11.2966920Z adding 'torch/include/ATen/ops/special_i0.h' 2024-12-17T23:48:11.2968140Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.2969150Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-12-17T23:48:11.2970340Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-12-17T23:48:11.2971460Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-12-17T23:48:11.2972700Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2973760Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-12-17T23:48:11.2974820Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-12-17T23:48:11.2975890Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-12-17T23:48:11.2977010Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-12-17T23:48:11.2978060Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-12-17T23:48:11.2979220Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-12-17T23:48:11.2980310Z adding 'torch/include/ATen/ops/special_i1.h' 2024-12-17T23:48:11.2981510Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2982470Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-12-17T23:48:11.2983460Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-12-17T23:48:11.2984510Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-12-17T23:48:11.2985570Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-12-17T23:48:11.2986600Z adding 'torch/include/ATen/ops/special_i1_mps_dispatch.h' 2024-12-17T23:48:11.2987620Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-12-17T23:48:11.2988760Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-12-17T23:48:11.2989830Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-12-17T23:48:11.2991060Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.2992040Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-12-17T23:48:11.2993060Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-12-17T23:48:11.2994130Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-12-17T23:48:11.2995180Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-12-17T23:48:11.2996210Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-12-17T23:48:11.2997360Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-12-17T23:48:11.2998630Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-12-17T23:48:11.2999850Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3000960Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3001980Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-12-17T23:48:11.3003020Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-12-17T23:48:11.3004080Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-12-17T23:48:11.3005160Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-12-17T23:48:11.3006230Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-12-17T23:48:11.3007610Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-12-17T23:48:11.3008820Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-12-17T23:48:11.3010100Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3011170Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3012150Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-12-17T23:48:11.3013180Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-12-17T23:48:11.3014220Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-12-17T23:48:11.3015250Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-12-17T23:48:11.3016340Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-12-17T23:48:11.3017690Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-12-17T23:48:11.3018750Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-12-17T23:48:11.3019950Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3020930Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-12-17T23:48:11.3022070Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-12-17T23:48:11.3023160Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-12-17T23:48:11.3024370Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3025340Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-12-17T23:48:11.3026420Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-12-17T23:48:11.3027470Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-12-17T23:48:11.3028590Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-12-17T23:48:11.3029600Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-12-17T23:48:11.3030780Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-12-17T23:48:11.3031860Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-12-17T23:48:11.3033070Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3034050Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-12-17T23:48:11.3035170Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-12-17T23:48:11.3036250Z adding 'torch/include/ATen/ops/special_logit.h' 2024-12-17T23:48:11.3037480Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3038460Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-12-17T23:48:11.3039630Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-12-17T23:48:11.3040790Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-12-17T23:48:11.3042010Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3043000Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-12-17T23:48:11.3044190Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-12-17T23:48:11.3045350Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-12-17T23:48:11.3046600Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3047590Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-12-17T23:48:11.3048630Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-12-17T23:48:11.3049660Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-12-17T23:48:11.3050700Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-12-17T23:48:11.3051770Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-12-17T23:48:11.3052900Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-12-17T23:48:11.3053990Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-12-17T23:48:11.3055220Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3056190Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-12-17T23:48:11.3057230Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-12-17T23:48:11.3058250Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-12-17T23:48:11.3059380Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-12-17T23:48:11.3060420Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-12-17T23:48:11.3061570Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-12-17T23:48:11.3062710Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-12-17T23:48:11.3063970Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3064980Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-12-17T23:48:11.3066060Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-12-17T23:48:11.3067190Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-12-17T23:48:11.3068290Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-12-17T23:48:11.3069320Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-12-17T23:48:11.3070470Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-12-17T23:48:11.3071560Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-12-17T23:48:11.3072850Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3073870Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-12-17T23:48:11.3074890Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-12-17T23:48:11.3075920Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-12-17T23:48:11.3077060Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-12-17T23:48:11.3078130Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-12-17T23:48:11.3079290Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-12-17T23:48:11.3080400Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-12-17T23:48:11.3081620Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3082630Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-12-17T23:48:11.3083840Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-12-17T23:48:11.3084930Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-12-17T23:48:11.3086070Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3087070Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-12-17T23:48:11.3088180Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-12-17T23:48:11.3089260Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-12-17T23:48:11.3090490Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3091430Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-12-17T23:48:11.3092470Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-12-17T23:48:11.3093500Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-12-17T23:48:11.3094570Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-12-17T23:48:11.3095600Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-12-17T23:48:11.3096740Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-12-17T23:48:11.3097860Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-12-17T23:48:11.3099070Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3100090Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-12-17T23:48:11.3101270Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-12-17T23:48:11.3102400Z adding 'torch/include/ATen/ops/special_psi.h' 2024-12-17T23:48:11.3103530Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3104510Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-12-17T23:48:11.3105640Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-12-17T23:48:11.3106710Z adding 'torch/include/ATen/ops/special_round.h' 2024-12-17T23:48:11.3107920Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3108910Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-12-17T23:48:11.3110050Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-12-17T23:48:11.3111200Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-12-17T23:48:11.3112660Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3113460Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-12-17T23:48:11.3114500Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-12-17T23:48:11.3115570Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-12-17T23:48:11.3116670Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-12-17T23:48:11.3117690Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-12-17T23:48:11.3118850Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-12-17T23:48:11.3119940Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-12-17T23:48:11.3121200Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3122140Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-12-17T23:48:11.3123220Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-12-17T23:48:11.3124260Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-12-17T23:48:11.3125300Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-12-17T23:48:11.3126340Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-12-17T23:48:11.3127490Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-12-17T23:48:11.3128730Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-12-17T23:48:11.3129990Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3131150Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3132140Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-12-17T23:48:11.3133190Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-12-17T23:48:11.3134270Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-12-17T23:48:11.3135330Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-12-17T23:48:11.3136430Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-12-17T23:48:11.3137800Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-12-17T23:48:11.3139010Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-12-17T23:48:11.3140240Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3141350Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3142290Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-12-17T23:48:11.3143350Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-12-17T23:48:11.3144390Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-12-17T23:48:11.3145430Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-12-17T23:48:11.3146510Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-12-17T23:48:11.3147880Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-12-17T23:48:11.3149510Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-12-17T23:48:11.3150750Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3151860Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3152830Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-12-17T23:48:11.3153850Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-12-17T23:48:11.3154900Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-12-17T23:48:11.3155980Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-12-17T23:48:11.3157040Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-12-17T23:48:11.3158370Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-12-17T23:48:11.3159640Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-12-17T23:48:11.3160920Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3162050Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3162990Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-12-17T23:48:11.3164040Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-12-17T23:48:11.3165100Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-12-17T23:48:11.3166180Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-12-17T23:48:11.3167300Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-12-17T23:48:11.3168680Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-12-17T23:48:11.3169720Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-12-17T23:48:11.3170940Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3171970Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-12-17T23:48:11.3173110Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-12-17T23:48:11.3174200Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-12-17T23:48:11.3175390Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3176360Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-12-17T23:48:11.3177500Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-12-17T23:48:11.3178640Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-12-17T23:48:11.3179900Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3180890Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-12-17T23:48:11.3181940Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-12-17T23:48:11.3183010Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-12-17T23:48:11.3184100Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-12-17T23:48:11.3185150Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-12-17T23:48:11.3186320Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-12-17T23:48:11.3187560Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-12-17T23:48:11.3188740Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3189890Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3190870Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-12-17T23:48:11.3191920Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-12-17T23:48:11.3192960Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-12-17T23:48:11.3194090Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-12-17T23:48:11.3195160Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-12-17T23:48:11.3196520Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-12-17T23:48:11.3197810Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-12-17T23:48:11.3199090Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3200090Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-12-17T23:48:11.3201450Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-12-17T23:48:11.3202660Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-12-17T23:48:11.3203900Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3205080Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3206070Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-12-17T23:48:11.3207170Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-12-17T23:48:11.3208190Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-12-17T23:48:11.3209250Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-12-17T23:48:11.3210350Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-12-17T23:48:11.3211690Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-12-17T23:48:11.3212910Z adding 'torch/include/ATen/ops/split.h' 2024-12-17T23:48:11.3214080Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3215180Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3216360Z adding 'torch/include/ATen/ops/split_copy.h' 2024-12-17T23:48:11.3217590Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3218740Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3219740Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-12-17T23:48:11.3220940Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-12-17T23:48:11.3222010Z adding 'torch/include/ATen/ops/split_native.h' 2024-12-17T23:48:11.3223190Z adding 'torch/include/ATen/ops/split_ops.h' 2024-12-17T23:48:11.3224370Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-12-17T23:48:11.3225590Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3226830Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-12-17T23:48:11.3228060Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3229210Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3230240Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-12-17T23:48:11.3231330Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-12-17T23:48:11.3232510Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-12-17T23:48:11.3233590Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-12-17T23:48:11.3234730Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-12-17T23:48:11.3235820Z adding 'torch/include/ATen/ops/sqrt.h' 2024-12-17T23:48:11.3237040Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3238060Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-12-17T23:48:11.3239160Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-12-17T23:48:11.3240220Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-12-17T23:48:11.3241310Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-12-17T23:48:11.3242360Z adding 'torch/include/ATen/ops/sqrt_mps_dispatch.h' 2024-12-17T23:48:11.3243500Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-12-17T23:48:11.3244680Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-12-17T23:48:11.3245840Z adding 'torch/include/ATen/ops/square.h' 2024-12-17T23:48:11.3247040Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3248020Z adding 'torch/include/ATen/ops/square_native.h' 2024-12-17T23:48:11.3249200Z adding 'torch/include/ATen/ops/square_ops.h' 2024-12-17T23:48:11.3250350Z adding 'torch/include/ATen/ops/squeeze.h' 2024-12-17T23:48:11.3251550Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3252680Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3253800Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-12-17T23:48:11.3255020Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3256170Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3257180Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-12-17T23:48:11.3258510Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-12-17T23:48:11.3259680Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-12-17T23:48:11.3261060Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-12-17T23:48:11.3262190Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-12-17T23:48:11.3263400Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3264490Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-12-17T23:48:11.3265520Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-12-17T23:48:11.3266620Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-12-17T23:48:11.3267820Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-12-17T23:48:11.3268940Z adding 'torch/include/ATen/ops/stack.h' 2024-12-17T23:48:11.3270160Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3271150Z adding 'torch/include/ATen/ops/stack_native.h' 2024-12-17T23:48:11.3272320Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-12-17T23:48:11.3273720Z adding 'torch/include/ATen/ops/std.h' 2024-12-17T23:48:11.3274960Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3276040Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-12-17T23:48:11.3277150Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-12-17T23:48:11.3278410Z adding 'torch/include/ATen/ops/std_mean.h' 2024-12-17T23:48:11.3279640Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3280810Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3281830Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-12-17T23:48:11.3282920Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-12-17T23:48:11.3283960Z adding 'torch/include/ATen/ops/std_mean_mps_dispatch.h' 2024-12-17T23:48:11.3285100Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-12-17T23:48:11.3286720Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-12-17T23:48:11.3287710Z adding 'torch/include/ATen/ops/std_mps_dispatch.h' 2024-12-17T23:48:11.3288860Z adding 'torch/include/ATen/ops/std_native.h' 2024-12-17T23:48:11.3290580Z adding 'torch/include/ATen/ops/std_ops.h' 2024-12-17T23:48:11.3291610Z adding 'torch/include/ATen/ops/stft.h' 2024-12-17T23:48:11.3292850Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3293870Z adding 'torch/include/ATen/ops/stft_native.h' 2024-12-17T23:48:11.3295170Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-12-17T23:48:11.3296260Z adding 'torch/include/ATen/ops/stride.h' 2024-12-17T23:48:11.3297480Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3298460Z adding 'torch/include/ATen/ops/stride_native.h' 2024-12-17T23:48:11.3299620Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-12-17T23:48:11.3300820Z adding 'torch/include/ATen/ops/sub.h' 2024-12-17T23:48:11.3302030Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3303160Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3304180Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-12-17T23:48:11.3305270Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-12-17T23:48:11.3306350Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-12-17T23:48:11.3307430Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-12-17T23:48:11.3308470Z adding 'torch/include/ATen/ops/sub_mps_dispatch.h' 2024-12-17T23:48:11.3309630Z adding 'torch/include/ATen/ops/sub_native.h' 2024-12-17T23:48:11.3311010Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-12-17T23:48:11.3312240Z adding 'torch/include/ATen/ops/subtract.h' 2024-12-17T23:48:11.3313500Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3314530Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-12-17T23:48:11.3315890Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-12-17T23:48:11.3317120Z adding 'torch/include/ATen/ops/sum.h' 2024-12-17T23:48:11.3318370Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3319490Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3320580Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3321610Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-12-17T23:48:11.3322690Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-12-17T23:48:11.3323750Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-12-17T23:48:11.3324840Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-12-17T23:48:11.3325890Z adding 'torch/include/ATen/ops/sum_mps_dispatch.h' 2024-12-17T23:48:11.3327080Z adding 'torch/include/ATen/ops/sum_native.h' 2024-12-17T23:48:11.3328440Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-12-17T23:48:11.3329640Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-12-17T23:48:11.3330840Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3331820Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-12-17T23:48:11.3332920Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-12-17T23:48:11.3334070Z adding 'torch/include/ATen/ops/svd.h' 2024-12-17T23:48:11.3335280Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3336290Z adding 'torch/include/ATen/ops/svd_native.h' 2024-12-17T23:48:11.3337480Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-12-17T23:48:11.3338590Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-12-17T23:48:11.3339810Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3340810Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-12-17T23:48:11.3341970Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-12-17T23:48:11.3343050Z adding 'torch/include/ATen/ops/swapdims.h' 2024-12-17T23:48:11.3344250Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3345220Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-12-17T23:48:11.3346400Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-12-17T23:48:11.3347530Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-12-17T23:48:11.3348740Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3349780Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-12-17T23:48:11.3351040Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3352020Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-12-17T23:48:11.3353180Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-12-17T23:48:11.3354200Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-12-17T23:48:11.3355340Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-12-17T23:48:11.3356400Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-12-17T23:48:11.3357590Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3358590Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-12-17T23:48:11.3359730Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-12-17T23:48:11.3360810Z adding 'torch/include/ATen/ops/sym_size.h' 2024-12-17T23:48:11.3361950Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3362950Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-12-17T23:48:11.3364040Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-12-17T23:48:11.3365120Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-12-17T23:48:11.3366320Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3367300Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-12-17T23:48:11.3368430Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-12-17T23:48:11.3369470Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-12-17T23:48:11.3370680Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3371660Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-12-17T23:48:11.3372780Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-12-17T23:48:11.3373850Z adding 'torch/include/ATen/ops/t.h' 2024-12-17T23:48:11.3375030Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3376060Z adding 'torch/include/ATen/ops/t_copy.h' 2024-12-17T23:48:11.3377260Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3378370Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3379310Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-12-17T23:48:11.3380440Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-12-17T23:48:11.3381490Z adding 'torch/include/ATen/ops/t_native.h' 2024-12-17T23:48:11.3382640Z adding 'torch/include/ATen/ops/t_ops.h' 2024-12-17T23:48:11.3388480Z adding 'torch/include/ATen/ops/take.h' 2024-12-17T23:48:11.3388690Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-12-17T23:48:11.3388930Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3389040Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-12-17T23:48:11.3389140Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-12-17T23:48:11.3389230Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-12-17T23:48:11.3390300Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-12-17T23:48:11.3391350Z adding 'torch/include/ATen/ops/take_native.h' 2024-12-17T23:48:11.3392510Z adding 'torch/include/ATen/ops/take_ops.h' 2024-12-17T23:48:11.3393650Z adding 'torch/include/ATen/ops/tan.h' 2024-12-17T23:48:11.3394860Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3395850Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-12-17T23:48:11.3396950Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-12-17T23:48:11.3397990Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-12-17T23:48:11.3399040Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-12-17T23:48:11.3400090Z adding 'torch/include/ATen/ops/tan_mps_dispatch.h' 2024-12-17T23:48:11.3401200Z adding 'torch/include/ATen/ops/tan_native.h' 2024-12-17T23:48:11.3402380Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-12-17T23:48:11.3403520Z adding 'torch/include/ATen/ops/tanh.h' 2024-12-17T23:48:11.3404620Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-12-17T23:48:11.3405880Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3406850Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3407900Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3409500Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-12-17T23:48:11.3410460Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-12-17T23:48:11.3411500Z adding 'torch/include/ATen/ops/tanh_backward_mps_dispatch.h' 2024-12-17T23:48:11.3412570Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-12-17T23:48:11.3413740Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-12-17T23:48:11.3414940Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3415920Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-12-17T23:48:11.3416970Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-12-17T23:48:11.3418040Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-12-17T23:48:11.3419170Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-12-17T23:48:11.3420220Z adding 'torch/include/ATen/ops/tanh_mps_dispatch.h' 2024-12-17T23:48:11.3421360Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-12-17T23:48:11.3422560Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-12-17T23:48:11.3423780Z adding 'torch/include/ATen/ops/tensor.h' 2024-12-17T23:48:11.3425110Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-12-17T23:48:11.3426330Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3427370Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-12-17T23:48:11.3428610Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-12-17T23:48:11.3429780Z adding 'torch/include/ATen/ops/tensordot.h' 2024-12-17T23:48:11.3430970Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3431990Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-12-17T23:48:11.3433190Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-12-17T23:48:11.3434800Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-12-17T23:48:11.3436020Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3437060Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-12-17T23:48:11.3438340Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-12-17T23:48:11.3439450Z adding 'torch/include/ATen/ops/threshold.h' 2024-12-17T23:48:11.3440620Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-12-17T23:48:11.3441880Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3442880Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3443980Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3445060Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-12-17T23:48:11.3446160Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-12-17T23:48:11.3447210Z adding 'torch/include/ATen/ops/threshold_backward_mps_dispatch.h' 2024-12-17T23:48:11.3448340Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-12-17T23:48:11.3449550Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-12-17T23:48:11.3450760Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3451750Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-12-17T23:48:11.3452820Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-12-17T23:48:11.3453870Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-12-17T23:48:11.3454960Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-12-17T23:48:11.3456050Z adding 'torch/include/ATen/ops/threshold_mps_dispatch.h' 2024-12-17T23:48:11.3457140Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-12-17T23:48:11.3458370Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-12-17T23:48:11.3459520Z adding 'torch/include/ATen/ops/tile.h' 2024-12-17T23:48:11.3460710Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3461680Z adding 'torch/include/ATen/ops/tile_native.h' 2024-12-17T23:48:11.3462800Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-12-17T23:48:11.3463880Z adding 'torch/include/ATen/ops/to.h' 2024-12-17T23:48:11.3465140Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3466090Z adding 'torch/include/ATen/ops/to_dense.h' 2024-12-17T23:48:11.3467200Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-12-17T23:48:11.3468420Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3469430Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-12-17T23:48:11.3470590Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-12-17T23:48:11.3471750Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3472760Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-12-17T23:48:11.3473890Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-12-17T23:48:11.3475010Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-12-17T23:48:11.3476110Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-12-17T23:48:11.3477290Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3478310Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-12-17T23:48:11.3479410Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-12-17T23:48:11.3480610Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3481630Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-12-17T23:48:11.3482720Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-12-17T23:48:11.3483930Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-12-17T23:48:11.3485050Z adding 'torch/include/ATen/ops/to_native.h' 2024-12-17T23:48:11.3486420Z adding 'torch/include/ATen/ops/to_ops.h' 2024-12-17T23:48:11.3487740Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-12-17T23:48:11.3489030Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3490050Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-12-17T23:48:11.3491270Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-12-17T23:48:11.3492290Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-12-17T23:48:11.3493350Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-12-17T23:48:11.3494530Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3495520Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-12-17T23:48:11.3496660Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-12-17T23:48:11.3497660Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-12-17T23:48:11.3498840Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3499810Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-12-17T23:48:11.3500940Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-12-17T23:48:11.3502130Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3503100Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-12-17T23:48:11.3504290Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3505260Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-12-17T23:48:11.3506390Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-12-17T23:48:11.3507370Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-12-17T23:48:11.3508600Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3509520Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-12-17T23:48:11.3510620Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-12-17T23:48:11.3511680Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-12-17T23:48:11.3512870Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-12-17T23:48:11.3514220Z adding 'torch/include/ATen/ops/topk.h' 2024-12-17T23:48:11.3515470Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3516530Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-12-17T23:48:11.3517670Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-12-17T23:48:11.3518720Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-12-17T23:48:11.3519840Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-12-17T23:48:11.3520930Z adding 'torch/include/ATen/ops/topk_mps_dispatch.h' 2024-12-17T23:48:11.3522020Z adding 'torch/include/ATen/ops/topk_native.h' 2024-12-17T23:48:11.3523250Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-12-17T23:48:11.3524370Z adding 'torch/include/ATen/ops/trace.h' 2024-12-17T23:48:11.3525560Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-12-17T23:48:11.3526810Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3527820Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-12-17T23:48:11.3528940Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-12-17T23:48:11.3530140Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3531200Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-12-17T23:48:11.3532220Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-12-17T23:48:11.3533230Z adding 'torch/include/ATen/ops/trace_mps_dispatch.h' 2024-12-17T23:48:11.3534300Z adding 'torch/include/ATen/ops/trace_native.h' 2024-12-17T23:48:11.3535470Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-12-17T23:48:11.3536590Z adding 'torch/include/ATen/ops/transpose.h' 2024-12-17T23:48:11.3537780Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3538860Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3539900Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-12-17T23:48:11.3541110Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3542230Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3543180Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-12-17T23:48:11.3544370Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-12-17T23:48:11.3545470Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-12-17T23:48:11.3546700Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-12-17T23:48:11.3547800Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-12-17T23:48:11.3548990Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3550000Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-12-17T23:48:11.3551170Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-12-17T23:48:11.3552290Z adding 'torch/include/ATen/ops/trapz.h' 2024-12-17T23:48:11.3553470Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3554480Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-12-17T23:48:11.3555620Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-12-17T23:48:11.3556840Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-12-17T23:48:11.3558120Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3559140Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-12-17T23:48:11.3560230Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-12-17T23:48:11.3561320Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-12-17T23:48:11.3562470Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-12-17T23:48:11.3563530Z adding 'torch/include/ATen/ops/triangular_solve_mps_dispatch.h' 2024-12-17T23:48:11.3564640Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-12-17T23:48:11.3565850Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-12-17T23:48:11.3566970Z adding 'torch/include/ATen/ops/tril.h' 2024-12-17T23:48:11.3568200Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3569230Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-12-17T23:48:11.3570260Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-12-17T23:48:11.3571470Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-12-17T23:48:11.3572670Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3573740Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-12-17T23:48:11.3574790Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-12-17T23:48:11.3575860Z adding 'torch/include/ATen/ops/tril_indices_mps_dispatch.h' 2024-12-17T23:48:11.3576960Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-12-17T23:48:11.3578180Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-12-17T23:48:11.3579260Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-12-17T23:48:11.3580340Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-12-17T23:48:11.3581390Z adding 'torch/include/ATen/ops/tril_mps_dispatch.h' 2024-12-17T23:48:11.3582450Z adding 'torch/include/ATen/ops/tril_native.h' 2024-12-17T23:48:11.3583650Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-12-17T23:48:11.3584810Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-12-17T23:48:11.3586020Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3587020Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-12-17T23:48:11.3588160Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-12-17T23:48:11.3589220Z adding 'torch/include/ATen/ops/triu.h' 2024-12-17T23:48:11.3590490Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3591430Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-12-17T23:48:11.3592450Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-12-17T23:48:11.3593640Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-12-17T23:48:11.3594840Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3595880Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-12-17T23:48:11.3596960Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-12-17T23:48:11.3598030Z adding 'torch/include/ATen/ops/triu_indices_mps_dispatch.h' 2024-12-17T23:48:11.3599110Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-12-17T23:48:11.3600340Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-12-17T23:48:11.3601420Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-12-17T23:48:11.3602490Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-12-17T23:48:11.3603530Z adding 'torch/include/ATen/ops/triu_mps_dispatch.h' 2024-12-17T23:48:11.3604610Z adding 'torch/include/ATen/ops/triu_native.h' 2024-12-17T23:48:11.3605790Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-12-17T23:48:11.3606940Z adding 'torch/include/ATen/ops/true_divide.h' 2024-12-17T23:48:11.3608150Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3609160Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-12-17T23:48:11.3610500Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-12-17T23:48:11.3611600Z adding 'torch/include/ATen/ops/trunc.h' 2024-12-17T23:48:11.3612860Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3613890Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-12-17T23:48:11.3614940Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-12-17T23:48:11.3616020Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-12-17T23:48:11.3617050Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-12-17T23:48:11.3618090Z adding 'torch/include/ATen/ops/trunc_mps_dispatch.h' 2024-12-17T23:48:11.3619170Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-12-17T23:48:11.3620360Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-12-17T23:48:11.3621410Z adding 'torch/include/ATen/ops/type_as.h' 2024-12-17T23:48:11.3622560Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3623540Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-12-17T23:48:11.3624650Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-12-17T23:48:11.3625750Z adding 'torch/include/ATen/ops/unbind.h' 2024-12-17T23:48:11.3626940Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3628030Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3629070Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-12-17T23:48:11.3630270Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3631420Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3632400Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-12-17T23:48:11.3633630Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-12-17T23:48:11.3634710Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-12-17T23:48:11.3635900Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-12-17T23:48:11.3637160Z adding 'torch/include/ATen/ops/unflatten.h' 2024-12-17T23:48:11.3638370Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3639390Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-12-17T23:48:11.3640580Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3641580Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-12-17T23:48:11.3642710Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-12-17T23:48:11.3643760Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-12-17T23:48:11.3644950Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-12-17T23:48:11.3645970Z adding 'torch/include/ATen/ops/unfold.h' 2024-12-17T23:48:11.3647330Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-12-17T23:48:11.3648550Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3649600Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3650650Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3651740Z adding 'torch/include/ATen/ops/unfold_backward_mps_dispatch.h' 2024-12-17T23:48:11.3652770Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-12-17T23:48:11.3653970Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-12-17T23:48:11.3655070Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-12-17T23:48:11.3656260Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3657400Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3658340Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-12-17T23:48:11.3659540Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-12-17T23:48:11.3660640Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-12-17T23:48:11.3661660Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-12-17T23:48:11.3662680Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-12-17T23:48:11.3663700Z adding 'torch/include/ATen/ops/unfold_mps_dispatch.h' 2024-12-17T23:48:11.3664760Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-12-17T23:48:11.3666370Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-12-17T23:48:11.3667400Z adding 'torch/include/ATen/ops/uniform.h' 2024-12-17T23:48:11.3668670Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3669700Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-12-17T23:48:11.3670730Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-12-17T23:48:11.3671750Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-12-17T23:48:11.3672760Z adding 'torch/include/ATen/ops/uniform_mps_dispatch.h' 2024-12-17T23:48:11.3673870Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-12-17T23:48:11.3675080Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-12-17T23:48:11.3676300Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-12-17T23:48:11.3677550Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3678610Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-12-17T23:48:11.3679700Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-12-17T23:48:11.3680750Z adding 'torch/include/ATen/ops/unique_consecutive_mps_dispatch.h' 2024-12-17T23:48:11.3681830Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-12-17T23:48:11.3683080Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-12-17T23:48:11.3684290Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-12-17T23:48:11.3685510Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3686630Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-12-17T23:48:11.3687860Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3688920Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-12-17T23:48:11.3689960Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-12-17T23:48:11.3690980Z adding 'torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h' 2024-12-17T23:48:11.3692080Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-12-17T23:48:11.3693300Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-12-17T23:48:11.3694380Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-12-17T23:48:11.3695470Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-12-17T23:48:11.3696520Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-12-17T23:48:11.3697760Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-12-17T23:48:11.3698850Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-12-17T23:48:11.3700040Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3701020Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-12-17T23:48:11.3702180Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-12-17T23:48:11.3703530Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-12-17T23:48:11.3704770Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3705760Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-12-17T23:48:11.3706950Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-12-17T23:48:11.3708280Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-12-17T23:48:11.3710510Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3711380Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-12-17T23:48:11.3712680Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-12-17T23:48:11.3713730Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-12-17T23:48:11.3714970Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3716000Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-12-17T23:48:11.3717190Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3718290Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3719250Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-12-17T23:48:11.3720340Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-12-17T23:48:11.3721430Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-12-17T23:48:11.3722550Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-12-17T23:48:11.3724200Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-12-17T23:48:11.3725480Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-12-17T23:48:11.3726770Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3727770Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3728890Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3729980Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-12-17T23:48:11.3731070Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3732100Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.3733180Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-12-17T23:48:11.3734390Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-12-17T23:48:11.3735560Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3736570Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3737610Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-12-17T23:48:11.3738700Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-12-17T23:48:11.3739720Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-12-17T23:48:11.3740810Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-12-17T23:48:11.3741830Z adding 'torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h' 2024-12-17T23:48:11.3742900Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-12-17T23:48:11.3744100Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-12-17T23:48:11.3746070Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-12-17T23:48:11.3747180Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-12-17T23:48:11.3748430Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3749450Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3750500Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3751530Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-12-17T23:48:11.3752580Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3753640Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.3754690Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-12-17T23:48:11.3755860Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-12-17T23:48:11.3757010Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3758100Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3759100Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3760110Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-12-17T23:48:11.3761140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-12-17T23:48:11.3762120Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-12-17T23:48:11.3763180Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-12-17T23:48:11.3764180Z adding 'torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h' 2024-12-17T23:48:11.3765340Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-12-17T23:48:11.3766550Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-12-17T23:48:11.3767980Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-12-17T23:48:11.3769300Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-12-17T23:48:11.3770520Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3771550Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3772550Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3773560Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-12-17T23:48:11.3774620Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3775750Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h' 2024-12-17T23:48:11.3776810Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-12-17T23:48:11.3777960Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-12-17T23:48:11.3779110Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3780090Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3781110Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-12-17T23:48:11.3782100Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-12-17T23:48:11.3783110Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-12-17T23:48:11.3784190Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-12-17T23:48:11.3785160Z adding 'torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h' 2024-12-17T23:48:11.3786190Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-12-17T23:48:11.3787380Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-12-17T23:48:11.3788730Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-12-17T23:48:11.3790070Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-12-17T23:48:11.3791280Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3792260Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3793330Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3794300Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-12-17T23:48:11.3795360Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3796350Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h' 2024-12-17T23:48:11.3797380Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-12-17T23:48:11.3798540Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-12-17T23:48:11.3799680Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3800690Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3801680Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-12-17T23:48:11.3802670Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-12-17T23:48:11.3803660Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-12-17T23:48:11.3804690Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-12-17T23:48:11.3805670Z adding 'torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h' 2024-12-17T23:48:11.3806660Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-12-17T23:48:11.3807870Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-12-17T23:48:11.3809820Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-12-17T23:48:11.3810870Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-12-17T23:48:11.3812140Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3813090Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3814130Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3815150Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-12-17T23:48:11.3816200Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3817220Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h' 2024-12-17T23:48:11.3818250Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-12-17T23:48:11.3819390Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-12-17T23:48:11.3820510Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3821590Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3822580Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3823580Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-12-17T23:48:11.3824590Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-12-17T23:48:11.3825580Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-12-17T23:48:11.3826610Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-12-17T23:48:11.3827640Z adding 'torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h' 2024-12-17T23:48:11.3828680Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-12-17T23:48:11.3829900Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-12-17T23:48:11.3831510Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-12-17T23:48:11.3833890Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-12-17T23:48:11.3834870Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3835890Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3836950Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3837940Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-12-17T23:48:11.3839000Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3840000Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-12-17T23:48:11.3841170Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-12-17T23:48:11.3842310Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3843290Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3844320Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-12-17T23:48:11.3845400Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-12-17T23:48:11.3846400Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-12-17T23:48:11.3847430Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-12-17T23:48:11.3848480Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-12-17T23:48:11.3849670Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-12-17T23:48:11.3851280Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-12-17T23:48:11.3852560Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-12-17T23:48:11.3853830Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3854810Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-12-17T23:48:11.3855890Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-12-17T23:48:11.3856900Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-12-17T23:48:11.3857940Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-12-17T23:48:11.3859000Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-12-17T23:48:11.3860140Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-12-17T23:48:11.3861310Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3862300Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3863330Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-12-17T23:48:11.3864360Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-12-17T23:48:11.3865340Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-12-17T23:48:11.3866410Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-12-17T23:48:11.3867440Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-12-17T23:48:11.3868650Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-12-17T23:48:11.3869830Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-12-17T23:48:11.3870940Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3871860Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-12-17T23:48:11.3872930Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-12-17T23:48:11.3873880Z adding 'torch/include/ATen/ops/values.h' 2024-12-17T23:48:11.3874950Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3875900Z adding 'torch/include/ATen/ops/values_copy.h' 2024-12-17T23:48:11.3877000Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3878060Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3878950Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-12-17T23:48:11.3880070Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-12-17T23:48:11.3881070Z adding 'torch/include/ATen/ops/values_native.h' 2024-12-17T23:48:11.3882090Z adding 'torch/include/ATen/ops/values_ops.h' 2024-12-17T23:48:11.3883120Z adding 'torch/include/ATen/ops/vander.h' 2024-12-17T23:48:11.3884240Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3885160Z adding 'torch/include/ATen/ops/vander_native.h' 2024-12-17T23:48:11.3886190Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-12-17T23:48:11.3887450Z adding 'torch/include/ATen/ops/var.h' 2024-12-17T23:48:11.3888630Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3889610Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-12-17T23:48:11.3890600Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-12-17T23:48:11.3891800Z adding 'torch/include/ATen/ops/var_mean.h' 2024-12-17T23:48:11.3892960Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3893990Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3894950Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-12-17T23:48:11.3895940Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-12-17T23:48:11.3896920Z adding 'torch/include/ATen/ops/var_mean_mps_dispatch.h' 2024-12-17T23:48:11.3897980Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-12-17T23:48:11.3899340Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-12-17T23:48:11.3900370Z adding 'torch/include/ATen/ops/var_mps_dispatch.h' 2024-12-17T23:48:11.3901400Z adding 'torch/include/ATen/ops/var_native.h' 2024-12-17T23:48:11.3903010Z adding 'torch/include/ATen/ops/var_ops.h' 2024-12-17T23:48:11.3903940Z adding 'torch/include/ATen/ops/vdot.h' 2024-12-17T23:48:11.3905060Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3905950Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-12-17T23:48:11.3906900Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-12-17T23:48:11.3907870Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-12-17T23:48:11.3908990Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-12-17T23:48:11.3910000Z adding 'torch/include/ATen/ops/view.h' 2024-12-17T23:48:11.3910990Z adding 'torch/include/ATen/ops/view_as.h' 2024-12-17T23:48:11.3912000Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-12-17T23:48:11.3913070Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-12-17T23:48:11.3914200Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3915250Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3916100Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-12-17T23:48:11.3917180Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-12-17T23:48:11.3918200Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-12-17T23:48:11.3919140Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-12-17T23:48:11.3920480Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-12-17T23:48:11.3921440Z adding 'torch/include/ATen/ops/view_as_complex_mps_dispatch.h' 2024-12-17T23:48:11.3922390Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-12-17T23:48:11.3923460Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-12-17T23:48:11.3924500Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3925390Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-12-17T23:48:11.3926440Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-12-17T23:48:11.3927440Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-12-17T23:48:11.3928470Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-12-17T23:48:11.3929580Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3930630Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3931490Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-12-17T23:48:11.3932580Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-12-17T23:48:11.3938410Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-12-17T23:48:11.3938660Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-12-17T23:48:11.3938780Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-12-17T23:48:11.3938890Z adding 'torch/include/ATen/ops/view_as_real_mps_dispatch.h' 2024-12-17T23:48:11.3938980Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-12-17T23:48:11.3939080Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-12-17T23:48:11.3939450Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3941120Z adding 'torch/include/ATen/ops/view_copy.h' 2024-12-17T23:48:11.3942240Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3943470Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3944790Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-12-17T23:48:11.3946070Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-12-17T23:48:11.3947230Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-12-17T23:48:11.3948360Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-12-17T23:48:11.3949380Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-12-17T23:48:11.3950400Z adding 'torch/include/ATen/ops/view_mps_dispatch.h' 2024-12-17T23:48:11.3951510Z adding 'torch/include/ATen/ops/view_native.h' 2024-12-17T23:48:11.3952680Z adding 'torch/include/ATen/ops/view_ops.h' 2024-12-17T23:48:11.3953840Z adding 'torch/include/ATen/ops/vsplit.h' 2024-12-17T23:48:11.3955030Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3956020Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-12-17T23:48:11.3957210Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-12-17T23:48:11.3958320Z adding 'torch/include/ATen/ops/vstack.h' 2024-12-17T23:48:11.3959510Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3960500Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-12-17T23:48:11.3961660Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-12-17T23:48:11.3962870Z adding 'torch/include/ATen/ops/where.h' 2024-12-17T23:48:11.3964110Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3965180Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-12-17T23:48:11.3966260Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-12-17T23:48:11.3967310Z adding 'torch/include/ATen/ops/where_mps_dispatch.h' 2024-12-17T23:48:11.3968430Z adding 'torch/include/ATen/ops/where_native.h' 2024-12-17T23:48:11.3969820Z adding 'torch/include/ATen/ops/where_ops.h' 2024-12-17T23:48:11.3971080Z adding 'torch/include/ATen/ops/xlogy.h' 2024-12-17T23:48:11.3972320Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3973470Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-12-17T23:48:11.3974470Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-12-17T23:48:11.3975550Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-12-17T23:48:11.3976620Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-12-17T23:48:11.3977680Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-12-17T23:48:11.3978710Z adding 'torch/include/ATen/ops/xlogy_mps_dispatch.h' 2024-12-17T23:48:11.3979840Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-12-17T23:48:11.3981460Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-12-17T23:48:11.3982430Z adding 'torch/include/ATen/ops/xor.h' 2024-12-17T23:48:11.3983620Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-12-17T23:48:11.3984650Z adding 'torch/include/ATen/ops/xor_native.h' 2024-12-17T23:48:11.3985890Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-12-17T23:48:11.3987010Z adding 'torch/include/ATen/ops/zero.h' 2024-12-17T23:48:11.3988210Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3989220Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-12-17T23:48:11.3990280Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-12-17T23:48:11.3991320Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-12-17T23:48:11.3992340Z adding 'torch/include/ATen/ops/zero_mps_dispatch.h' 2024-12-17T23:48:11.3993420Z adding 'torch/include/ATen/ops/zero_native.h' 2024-12-17T23:48:11.3994610Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-12-17T23:48:11.3996560Z adding 'torch/include/ATen/ops/zeros.h' 2024-12-17T23:48:11.3997390Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.3998570Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-12-17T23:48:11.3999860Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-12-17T23:48:11.4001000Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-12-17T23:48:11.4002000Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-12-17T23:48:11.4003260Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-12-17T23:48:11.4004390Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-12-17T23:48:11.4005740Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-12-17T23:48:11.4008950Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-12-17T23:48:11.4011270Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-12-17T23:48:11.4012530Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-12-17T23:48:11.4013640Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-12-17T23:48:11.4014650Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-12-17T23:48:11.4015700Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-12-17T23:48:11.4017880Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-12-17T23:48:11.4018830Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-12-17T23:48:11.4020440Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-12-17T23:48:11.4024670Z adding 'torch/include/c10/core/Allocator.h' 2024-12-17T23:48:11.4025720Z adding 'torch/include/c10/core/AutogradState.h' 2024-12-17T23:48:11.4028260Z adding 'torch/include/c10/core/Backend.h' 2024-12-17T23:48:11.4029340Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-12-17T23:48:11.4031310Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-12-17T23:48:11.4032330Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-12-17T23:48:11.4033780Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-12-17T23:48:11.4035210Z adding 'torch/include/c10/core/Contiguity.h' 2024-12-17T23:48:11.4036450Z adding 'torch/include/c10/core/CopyBytes.h' 2024-12-17T23:48:11.4037520Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-12-17T23:48:11.4038690Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-12-17T23:48:11.4041080Z adding 'torch/include/c10/core/Device.h' 2024-12-17T23:48:11.4042060Z adding 'torch/include/c10/core/DeviceArray.h' 2024-12-17T23:48:11.4044580Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-12-17T23:48:11.4046060Z adding 'torch/include/c10/core/DeviceType.h' 2024-12-17T23:48:11.4054170Z adding 'torch/include/c10/core/DispatchKey.h' 2024-12-17T23:48:11.4064040Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-12-17T23:48:11.4066090Z adding 'torch/include/c10/core/DynamicCast.h' 2024-12-17T23:48:11.4067490Z adding 'torch/include/c10/core/Event.h' 2024-12-17T23:48:11.4069510Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-12-17T23:48:11.4070470Z adding 'torch/include/c10/core/GradMode.h' 2024-12-17T23:48:11.4072420Z adding 'torch/include/c10/core/InferenceMode.h' 2024-12-17T23:48:11.4073350Z adding 'torch/include/c10/core/Layout.h' 2024-12-17T23:48:11.4076200Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-12-17T23:48:11.4077040Z adding 'torch/include/c10/core/OptionalRef.h' 2024-12-17T23:48:11.4079020Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-12-17T23:48:11.4079800Z adding 'torch/include/c10/core/QEngine.h' 2024-12-17T23:48:11.4081000Z adding 'torch/include/c10/core/QScheme.h' 2024-12-17T23:48:11.4082430Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-12-17T23:48:11.4083940Z adding 'torch/include/c10/core/SafePyObject.h' 2024-12-17T23:48:11.4087390Z adding 'torch/include/c10/core/Scalar.h' 2024-12-17T23:48:11.4091940Z adding 'torch/include/c10/core/ScalarType.h' 2024-12-17T23:48:11.4092980Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-12-17T23:48:11.4095210Z adding 'torch/include/c10/core/Storage.h' 2024-12-17T23:48:11.4098020Z adding 'torch/include/c10/core/StorageImpl.h' 2024-12-17T23:48:11.4100330Z adding 'torch/include/c10/core/Stream.h' 2024-12-17T23:48:11.4102120Z adding 'torch/include/c10/core/StreamGuard.h' 2024-12-17T23:48:11.4103430Z adding 'torch/include/c10/core/SymBool.h' 2024-12-17T23:48:11.4105380Z adding 'torch/include/c10/core/SymFloat.h' 2024-12-17T23:48:11.4108680Z adding 'torch/include/c10/core/SymInt.h' 2024-12-17T23:48:11.4109910Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-12-17T23:48:11.4111820Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-12-17T23:48:11.4113590Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-12-17T23:48:11.4140830Z adding 'torch/include/c10/core/TensorImpl.h' 2024-12-17T23:48:11.4147160Z adding 'torch/include/c10/core/TensorOptions.h' 2024-12-17T23:48:11.4148350Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-12-17T23:48:11.4149560Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-12-17T23:48:11.4150660Z adding 'torch/include/c10/core/alignment.h' 2024-12-17T23:48:11.4152610Z adding 'torch/include/c10/core/thread_pool.h' 2024-12-17T23:48:11.4153760Z adding 'torch/include/c10/core/impl/COW.h' 2024-12-17T23:48:11.4155200Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-12-17T23:48:11.4158970Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-12-17T23:48:11.4160190Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-12-17T23:48:11.4161330Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-12-17T23:48:11.4162980Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-12-17T23:48:11.4166660Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-12-17T23:48:11.4168600Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-12-17T23:48:11.4171060Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-12-17T23:48:11.4173170Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-12-17T23:48:11.4175990Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-12-17T23:48:11.4178580Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-12-17T23:48:11.4179470Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-12-17T23:48:11.4181790Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-12-17T23:48:11.4182880Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-12-17T23:48:11.4184480Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-12-17T23:48:11.4185460Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-12-17T23:48:11.4187380Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-12-17T23:48:11.4188670Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-12-17T23:48:11.4192830Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-12-17T23:48:11.4194620Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-12-17T23:48:11.4196770Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-12-17T23:48:11.4198130Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-12-17T23:48:11.4200050Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-12-17T23:48:11.4201140Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-12-17T23:48:11.4203940Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-12-17T23:48:11.4204970Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-12-17T23:48:11.4206390Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-12-17T23:48:11.4207450Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-12-17T23:48:11.4210590Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-12-17T23:48:11.4211710Z adding 'torch/include/c10/cuda/driver_api.h' 2024-12-17T23:48:11.4214660Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-12-17T23:48:11.4215430Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-12-17T23:48:11.4217920Z adding 'torch/include/c10/macros/Export.h' 2024-12-17T23:48:11.4221740Z adding 'torch/include/c10/macros/Macros.h' 2024-12-17T23:48:11.4222630Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-12-17T23:48:11.4225320Z adding 'torch/include/c10/util/AbortHandler.h' 2024-12-17T23:48:11.4227100Z adding 'torch/include/c10/util/AlignOf.h' 2024-12-17T23:48:11.4228500Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-12-17T23:48:11.4229580Z adding 'torch/include/c10/util/Array.h' 2024-12-17T23:48:11.4232490Z adding 'torch/include/c10/util/ArrayRef.h' 2024-12-17T23:48:11.4234550Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-12-17T23:48:11.4236640Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-12-17T23:48:11.4237770Z adding 'torch/include/c10/util/BFloat16.h' 2024-12-17T23:48:11.4238910Z adding 'torch/include/c10/util/Backtrace.h' 2024-12-17T23:48:11.4240850Z adding 'torch/include/c10/util/Bitset.h' 2024-12-17T23:48:11.4241820Z adding 'torch/include/c10/util/C++17.h' 2024-12-17T23:48:11.4243180Z adding 'torch/include/c10/util/CallOnce.h' 2024-12-17T23:48:11.4245890Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-12-17T23:48:11.4247000Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-12-17T23:48:11.4248690Z adding 'torch/include/c10/util/Deprecated.h' 2024-12-17T23:48:11.4249710Z adding 'torch/include/c10/util/DimVector.h' 2024-12-17T23:48:11.4250970Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-12-17T23:48:11.4257230Z adding 'torch/include/c10/util/Exception.h' 2024-12-17T23:48:11.4258990Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-12-17T23:48:11.4260230Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-12-17T23:48:11.4261260Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-12-17T23:48:11.4264190Z adding 'torch/include/c10/util/Flags.h' 2024-12-17T23:48:11.4265950Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-12-17T23:48:11.4268530Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-12-17T23:48:11.4270290Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-12-17T23:48:11.4272030Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-12-17T23:48:11.4273770Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-12-17T23:48:11.4275500Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-12-17T23:48:11.4277610Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-12-17T23:48:11.4278890Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-12-17T23:48:11.4280180Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-12-17T23:48:11.4281570Z adding 'torch/include/c10/util/FunctionRef.h' 2024-12-17T23:48:11.4282740Z adding 'torch/include/c10/util/Gauge.h' 2024-12-17T23:48:11.4285000Z adding 'torch/include/c10/util/Half-inl.h' 2024-12-17T23:48:11.4288810Z adding 'torch/include/c10/util/Half.h' 2024-12-17T23:48:11.4289980Z adding 'torch/include/c10/util/IdWrapper.h' 2024-12-17T23:48:11.4291560Z adding 'torch/include/c10/util/Lazy.h' 2024-12-17T23:48:11.4293820Z adding 'torch/include/c10/util/LeftRight.h' 2024-12-17T23:48:11.4294740Z adding 'torch/include/c10/util/Load.h' 2024-12-17T23:48:11.4297950Z adding 'torch/include/c10/util/Logging.h' 2024-12-17T23:48:11.4299100Z adding 'torch/include/c10/util/MathConstants.h' 2024-12-17T23:48:11.4301350Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-12-17T23:48:11.4303440Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-12-17T23:48:11.4304330Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-12-17T23:48:11.4305550Z adding 'torch/include/c10/util/Optional.h' 2024-12-17T23:48:11.4307690Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-12-17T23:48:11.4308480Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-12-17T23:48:11.4311500Z adding 'torch/include/c10/util/Registry.h' 2024-12-17T23:48:11.4312490Z adding 'torch/include/c10/util/ScopeExit.h' 2024-12-17T23:48:11.4313720Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-12-17T23:48:11.4324350Z adding 'torch/include/c10/util/SmallVector.h' 2024-12-17T23:48:11.4326460Z adding 'torch/include/c10/util/StringUtil.h' 2024-12-17T23:48:11.4327480Z adding 'torch/include/c10/util/Synchronized.h' 2024-12-17T23:48:11.4329100Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-12-17T23:48:11.4330410Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-12-17T23:48:11.4331490Z adding 'torch/include/c10/util/Type.h' 2024-12-17T23:48:11.4333530Z adding 'torch/include/c10/util/TypeCast.h' 2024-12-17T23:48:11.4334900Z adding 'torch/include/c10/util/TypeIndex.h' 2024-12-17T23:48:11.4338750Z adding 'torch/include/c10/util/TypeList.h' 2024-12-17T23:48:11.4340040Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-12-17T23:48:11.4342010Z adding 'torch/include/c10/util/TypeTraits.h' 2024-12-17T23:48:11.4342770Z adding 'torch/include/c10/util/Unicode.h' 2024-12-17T23:48:11.4344750Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-12-17T23:48:11.4345590Z adding 'torch/include/c10/util/Unroll.h' 2024-12-17T23:48:11.4347210Z adding 'torch/include/c10/util/WaitCounter.h' 2024-12-17T23:48:11.4348170Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-12-17T23:48:11.4349750Z adding 'torch/include/c10/util/accumulate.h' 2024-12-17T23:48:11.4350870Z adding 'torch/include/c10/util/bit_cast.h' 2024-12-17T23:48:11.4352040Z adding 'torch/include/c10/util/bits.h' 2024-12-17T23:48:11.4356250Z adding 'torch/include/c10/util/complex.h' 2024-12-17T23:48:11.4358550Z adding 'torch/include/c10/util/complex_math.h' 2024-12-17T23:48:11.4359420Z adding 'torch/include/c10/util/complex_utils.h' 2024-12-17T23:48:11.4360590Z adding 'torch/include/c10/util/copysign.h' 2024-12-17T23:48:11.4361670Z adding 'torch/include/c10/util/env.h' 2024-12-17T23:48:11.4362740Z adding 'torch/include/c10/util/error.h' 2024-12-17T23:48:11.4373150Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-12-17T23:48:11.4374370Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-12-17T23:48:11.4376300Z adding 'torch/include/c10/util/generic_math.h' 2024-12-17T23:48:11.4379050Z adding 'torch/include/c10/util/hash.h' 2024-12-17T23:48:11.4382080Z adding 'torch/include/c10/util/int128.h' 2024-12-17T23:48:11.4389670Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-12-17T23:48:11.4391400Z adding 'torch/include/c10/util/irange.h' 2024-12-17T23:48:11.4397260Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-12-17T23:48:11.4398650Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-12-17T23:48:11.4401150Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-12-17T23:48:11.4402020Z adding 'torch/include/c10/util/numa.h' 2024-12-17T23:48:11.4414140Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-12-17T23:48:11.4415700Z adding 'torch/include/c10/util/overflows.h' 2024-12-17T23:48:11.4416810Z adding 'torch/include/c10/util/overloaded.h' 2024-12-17T23:48:11.4417790Z adding 'torch/include/c10/util/python_stub.h' 2024-12-17T23:48:11.4418840Z adding 'torch/include/c10/util/qint32.h' 2024-12-17T23:48:11.4419910Z adding 'torch/include/c10/util/qint8.h' 2024-12-17T23:48:11.4421000Z adding 'torch/include/c10/util/quint2x4.h' 2024-12-17T23:48:11.4421970Z adding 'torch/include/c10/util/quint4x2.h' 2024-12-17T23:48:11.4423020Z adding 'torch/include/c10/util/quint8.h' 2024-12-17T23:48:11.4424390Z adding 'torch/include/c10/util/safe_numerics.h' 2024-12-17T23:48:11.4426270Z adding 'torch/include/c10/util/signal_handler.h' 2024-12-17T23:48:11.4431530Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-12-17T23:48:11.4432590Z adding 'torch/include/c10/util/ssize.h' 2024-12-17T23:48:11.4433770Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-12-17T23:48:11.4436110Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-12-17T23:48:11.4436900Z adding 'torch/include/c10/util/strides.h' 2024-12-17T23:48:11.4437960Z adding 'torch/include/c10/util/string_utils.h' 2024-12-17T23:48:11.4441770Z adding 'torch/include/c10/util/string_view.h' 2024-12-17T23:48:11.4446980Z adding 'torch/include/c10/util/strong_type.h' 2024-12-17T23:48:11.4448240Z adding 'torch/include/c10/util/tempfile.h' 2024-12-17T23:48:11.4449310Z adding 'torch/include/c10/util/thread_name.h' 2024-12-17T23:48:11.4454760Z adding 'torch/include/c10/util/typeid.h' 2024-12-17T23:48:11.4455720Z adding 'torch/include/c10/util/win32-headers.h' 2024-12-17T23:48:11.4457690Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-12-17T23:48:11.4459960Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-12-17T23:48:11.4460920Z adding 'torch/include/c10/xpu/XPUException.h' 2024-12-17T23:48:11.4462110Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-12-17T23:48:11.4463260Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-12-17T23:48:11.4465620Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-12-17T23:48:11.4467960Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-12-17T23:48:11.4493450Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-12-17T23:48:11.4494850Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-12-17T23:48:11.4496050Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-12-17T23:48:11.4499130Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-12-17T23:48:11.4500040Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-12-17T23:48:11.4501180Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-12-17T23:48:11.4503620Z adding 'torch/include/caffe2/serialize/versions.h' 2024-12-17T23:48:11.4505760Z adding 'torch/include/kineto/AbstractConfig.h' 2024-12-17T23:48:11.4507240Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-12-17T23:48:11.4508330Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-12-17T23:48:11.4509720Z adding 'torch/include/kineto/ActivityType.h' 2024-12-17T23:48:11.4510760Z adding 'torch/include/kineto/ClientInterface.h' 2024-12-17T23:48:11.4514530Z adding 'torch/include/kineto/Config.h' 2024-12-17T23:48:11.4516030Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-12-17T23:48:11.4518070Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-12-17T23:48:11.4519080Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-12-17T23:48:11.4520440Z adding 'torch/include/kineto/ITraceActivity.h' 2024-12-17T23:48:11.4521450Z adding 'torch/include/kineto/LoggingAPI.h' 2024-12-17T23:48:11.4522570Z adding 'torch/include/kineto/ThreadUtil.h' 2024-12-17T23:48:11.4523730Z adding 'torch/include/kineto/TraceSpan.h' 2024-12-17T23:48:11.4525670Z adding 'torch/include/kineto/libkineto.h' 2024-12-17T23:48:11.4526620Z adding 'torch/include/kineto/output_base.h' 2024-12-17T23:48:11.4527670Z adding 'torch/include/kineto/time_since_epoch.h' 2024-12-17T23:48:11.4533170Z adding 'torch/include/pybind11/attr.h' 2024-12-17T23:48:11.4535430Z adding 'torch/include/pybind11/buffer_info.h' 2024-12-17T23:48:11.4550680Z adding 'torch/include/pybind11/cast.h' 2024-12-17T23:48:11.4553350Z adding 'torch/include/pybind11/chrono.h' 2024-12-17T23:48:11.4554150Z adding 'torch/include/pybind11/common.h' 2024-12-17T23:48:11.4555540Z adding 'torch/include/pybind11/complex.h' 2024-12-17T23:48:11.4556710Z adding 'torch/include/pybind11/eigen.h' 2024-12-17T23:48:11.4560010Z adding 'torch/include/pybind11/embed.h' 2024-12-17T23:48:11.4561850Z adding 'torch/include/pybind11/eval.h' 2024-12-17T23:48:11.4564000Z adding 'torch/include/pybind11/functional.h' 2024-12-17T23:48:11.4566100Z adding 'torch/include/pybind11/gil.h' 2024-12-17T23:48:11.4567500Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-12-17T23:48:11.4570130Z adding 'torch/include/pybind11/iostream.h' 2024-12-17T23:48:11.4587090Z adding 'torch/include/pybind11/numpy.h' 2024-12-17T23:48:11.4589710Z adding 'torch/include/pybind11/operators.h' 2024-12-17T23:48:11.4590920Z adding 'torch/include/pybind11/options.h' 2024-12-17T23:48:11.4617560Z adding 'torch/include/pybind11/pybind11.h' 2024-12-17T23:48:11.4637530Z adding 'torch/include/pybind11/pytypes.h' 2024-12-17T23:48:11.4641250Z adding 'torch/include/pybind11/stl.h' 2024-12-17T23:48:11.4646710Z adding 'torch/include/pybind11/stl_bind.h' 2024-12-17T23:48:11.4647980Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-12-17T23:48:11.4650050Z adding 'torch/include/pybind11/typing.h' 2024-12-17T23:48:11.4656680Z adding 'torch/include/pybind11/detail/class.h' 2024-12-17T23:48:11.4667940Z adding 'torch/include/pybind11/detail/common.h' 2024-12-17T23:48:11.4669360Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-12-17T23:48:11.4671520Z adding 'torch/include/pybind11/detail/descr.h' 2024-12-17T23:48:11.4672750Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-12-17T23:48:11.4676840Z adding 'torch/include/pybind11/detail/init.h' 2024-12-17T23:48:11.4683580Z adding 'torch/include/pybind11/detail/internals.h' 2024-12-17T23:48:11.4694540Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-12-17T23:48:11.4695720Z adding 'torch/include/pybind11/detail/typeid.h' 2024-12-17T23:48:11.4697190Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-12-17T23:48:11.4698570Z adding 'torch/include/pybind11/eigen/common.h' 2024-12-17T23:48:11.4705550Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-12-17T23:48:11.4708980Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-12-17T23:48:11.4713830Z adding 'torch/include/torch/custom_class.h' 2024-12-17T23:48:11.4716260Z adding 'torch/include/torch/custom_class_detail.h' 2024-12-17T23:48:11.4717090Z adding 'torch/include/torch/extension.h' 2024-12-17T23:48:11.4726280Z adding 'torch/include/torch/library.h' 2024-12-17T23:48:11.4727260Z adding 'torch/include/torch/script.h' 2024-12-17T23:48:11.4729660Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-12-17T23:48:11.4730450Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-12-17T23:48:11.4731570Z adding 'torch/include/torch/csrc/Device.h' 2024-12-17T23:48:11.4732680Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2024-12-17T23:48:11.4733770Z adding 'torch/include/torch/csrc/Dtype.h' 2024-12-17T23:48:11.4734990Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-12-17T23:48:11.4736090Z adding 'torch/include/torch/csrc/Event.h' 2024-12-17T23:48:11.4739720Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-12-17T23:48:11.4740480Z adding 'torch/include/torch/csrc/Export.h' 2024-12-17T23:48:11.4741670Z adding 'torch/include/torch/csrc/Generator.h' 2024-12-17T23:48:11.4742780Z adding 'torch/include/torch/csrc/Layout.h' 2024-12-17T23:48:11.4743940Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-12-17T23:48:11.4744900Z adding 'torch/include/torch/csrc/Module.h' 2024-12-17T23:48:11.4745980Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-12-17T23:48:11.4747080Z adding 'torch/include/torch/csrc/QScheme.h' 2024-12-17T23:48:11.4748120Z adding 'torch/include/torch/csrc/Size.h' 2024-12-17T23:48:11.4749350Z adding 'torch/include/torch/csrc/Storage.h' 2024-12-17T23:48:11.4750370Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-12-17T23:48:11.4751370Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-12-17T23:48:11.4752430Z adding 'torch/include/torch/csrc/Stream.h' 2024-12-17T23:48:11.4753470Z adding 'torch/include/torch/csrc/THConcat.h' 2024-12-17T23:48:11.4754600Z adding 'torch/include/torch/csrc/THP.h' 2024-12-17T23:48:11.4755700Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-12-17T23:48:11.4756670Z adding 'torch/include/torch/csrc/Types.h' 2024-12-17T23:48:11.4757900Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-12-17T23:48:11.4758940Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-12-17T23:48:11.4759940Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-12-17T23:48:11.4761060Z adding 'torch/include/torch/csrc/python_headers.h' 2024-12-17T23:48:11.4762150Z adding 'torch/include/torch/csrc/serialization.h' 2024-12-17T23:48:11.4764580Z adding 'torch/include/torch/csrc/utils.h' 2024-12-17T23:48:11.4766730Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-12-17T23:48:11.4767590Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-12-17T23:48:11.4768690Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-12-17T23:48:11.4769810Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-12-17T23:48:11.4770890Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-12-17T23:48:11.4773140Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-12-17T23:48:11.4774800Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-12-17T23:48:11.4777110Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-12-17T23:48:11.4778210Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-12-17T23:48:11.4779350Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-12-17T23:48:11.4780560Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-12-17T23:48:11.4782020Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-12-17T23:48:11.4782990Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-12-17T23:48:11.4784050Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-12-17T23:48:11.4787700Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-12-17T23:48:11.4790150Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-12-17T23:48:11.4791670Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-12-17T23:48:11.4792670Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-12-17T23:48:11.4796740Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-12-17T23:48:11.4797640Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-12-17T23:48:11.4799060Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-12-17T23:48:11.4800490Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-12-17T23:48:11.4801530Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-12-17T23:48:11.4802670Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-12-17T23:48:11.4808360Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-12-17T23:48:11.4808750Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-12-17T23:48:11.4809480Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-12-17T23:48:11.4809830Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-12-17T23:48:11.4810170Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-12-17T23:48:11.4810720Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-12-17T23:48:11.4811880Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-12-17T23:48:11.4812950Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-12-17T23:48:11.4816090Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-12-17T23:48:11.4817310Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-12-17T23:48:11.4818890Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-12-17T23:48:11.4821060Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-12-17T23:48:11.4825970Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-12-17T23:48:11.4827520Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-12-17T23:48:11.4828770Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-12-17T23:48:11.4830150Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-12-17T23:48:11.4831510Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-12-17T23:48:11.4832690Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-12-17T23:48:11.4834850Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-12-17T23:48:11.4835940Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-12-17T23:48:11.4838090Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-12-17T23:48:11.4839260Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-12-17T23:48:11.4840430Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-12-17T23:48:11.4841920Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-12-17T23:48:11.4843160Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-12-17T23:48:11.4844350Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-12-17T23:48:11.4845470Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-12-17T23:48:11.4846770Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-12-17T23:48:11.4848360Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-12-17T23:48:11.4849580Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-12-17T23:48:11.4850800Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-12-17T23:48:11.4851990Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-12-17T23:48:11.4853390Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-12-17T23:48:11.4857080Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-12-17T23:48:11.4858170Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-12-17T23:48:11.4860410Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-12-17T23:48:11.4861240Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-12-17T23:48:11.4862830Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-12-17T23:48:11.4868270Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-12-17T23:48:11.4869210Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-12-17T23:48:11.4870270Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-12-17T23:48:11.4871810Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-12-17T23:48:11.4874150Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-12-17T23:48:11.4874880Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-12-17T23:48:11.4879750Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-12-17T23:48:11.4881000Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-12-17T23:48:11.4882670Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-12-17T23:48:11.4884050Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-12-17T23:48:11.4885670Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-12-17T23:48:11.4887910Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-12-17T23:48:11.4892480Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-12-17T23:48:11.4893470Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-12-17T23:48:11.4894600Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-12-17T23:48:11.4898740Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-12-17T23:48:11.4900270Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-12-17T23:48:11.4901580Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-12-17T23:48:11.4902780Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-12-17T23:48:11.4906840Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-12-17T23:48:11.4909200Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-12-17T23:48:11.4910610Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-12-17T23:48:11.4912250Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-12-17T23:48:11.4915990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-12-17T23:48:11.4917400Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-12-17T23:48:11.4919650Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-12-17T23:48:11.4921080Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-12-17T23:48:11.4924120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-12-17T23:48:11.4925270Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-12-17T23:48:11.4926940Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-12-17T23:48:11.4929100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-12-17T23:48:11.4930080Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-12-17T23:48:11.4931740Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-12-17T23:48:11.4933990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-12-17T23:48:11.4937780Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-12-17T23:48:11.4939470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-12-17T23:48:11.4941920Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-12-17T23:48:11.4943120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-12-17T23:48:11.4946830Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-12-17T23:48:11.4949300Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-12-17T23:48:11.4950980Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-12-17T23:48:11.4952700Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-12-17T23:48:11.4954920Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-12-17T23:48:11.4955790Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-12-17T23:48:11.4957000Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-12-17T23:48:11.4960810Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-12-17T23:48:11.4962430Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-12-17T23:48:11.4964100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-12-17T23:48:11.4965790Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-12-17T23:48:11.4968390Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-12-17T23:48:11.4970910Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-12-17T23:48:11.4972040Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-12-17T23:48:11.4973740Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-12-17T23:48:11.4975600Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-12-17T23:48:11.4979170Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-12-17T23:48:11.4982480Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-12-17T23:48:11.4983510Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-12-17T23:48:11.4984890Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-12-17T23:48:11.4987280Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-12-17T23:48:11.4988350Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-12-17T23:48:11.4989660Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-12-17T23:48:11.4991980Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-12-17T23:48:11.4993060Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-12-17T23:48:11.4994440Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-12-17T23:48:11.4995810Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-12-17T23:48:11.4999520Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-12-17T23:48:11.5001000Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-12-17T23:48:11.5002720Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-12-17T23:48:11.5003980Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-12-17T23:48:11.5006760Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-12-17T23:48:11.5008380Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-12-17T23:48:11.5009690Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-12-17T23:48:11.5011060Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-12-17T23:48:11.5012270Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-12-17T23:48:11.5013880Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-12-17T23:48:11.5015050Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-12-17T23:48:11.5018650Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-12-17T23:48:11.5020290Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-12-17T23:48:11.5021730Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-12-17T23:48:11.5025110Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-12-17T23:48:11.5026720Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-12-17T23:48:11.5028110Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-12-17T23:48:11.5029480Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-12-17T23:48:11.5031050Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-12-17T23:48:11.5033630Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-12-17T23:48:11.5034680Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-12-17T23:48:11.5037700Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-12-17T23:48:11.5038780Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-12-17T23:48:11.5040420Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-12-17T23:48:11.5041660Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-12-17T23:48:11.5042720Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-12-17T23:48:11.5044010Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-12-17T23:48:11.5045620Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-12-17T23:48:11.5046980Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-12-17T23:48:11.5048000Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-12-17T23:48:11.5053810Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-12-17T23:48:11.5054720Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-12-17T23:48:11.5058240Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-12-17T23:48:11.5059300Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-12-17T23:48:11.5061480Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-12-17T23:48:11.5062460Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-12-17T23:48:11.5063560Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-12-17T23:48:11.5068030Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-12-17T23:48:11.5069030Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-12-17T23:48:11.5072220Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-12-17T23:48:11.5075010Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-12-17T23:48:11.5082650Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-12-17T23:48:11.5083860Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-12-17T23:48:11.5084930Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-12-17T23:48:11.5088040Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-12-17T23:48:11.5089050Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-12-17T23:48:11.5090520Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-12-17T23:48:11.5091850Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-12-17T23:48:11.5092820Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-12-17T23:48:11.5095350Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-12-17T23:48:11.5098250Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-12-17T23:48:11.5099000Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-12-17T23:48:11.5100200Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-12-17T23:48:11.5101260Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-12-17T23:48:11.5102870Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-12-17T23:48:11.5104100Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-12-17T23:48:11.5105110Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-12-17T23:48:11.5106110Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-12-17T23:48:11.5109090Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-12-17T23:48:11.5110080Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-12-17T23:48:11.5111230Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-12-17T23:48:11.5112250Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-12-17T23:48:11.5113270Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-12-17T23:48:11.5114270Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-12-17T23:48:11.5115420Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-12-17T23:48:11.5116390Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-12-17T23:48:11.5117380Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-12-17T23:48:11.5118490Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-12-17T23:48:11.5120020Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-12-17T23:48:11.5121480Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-12-17T23:48:11.5122600Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-12-17T23:48:11.5124730Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-12-17T23:48:11.5125540Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-12-17T23:48:11.5126520Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-12-17T23:48:11.5136330Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-12-17T23:48:11.5137390Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-12-17T23:48:11.5141780Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-12-17T23:48:11.5142920Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-12-17T23:48:11.5144090Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-12-17T23:48:11.5145230Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-12-17T23:48:11.5147930Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-12-17T23:48:11.5149180Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-12-17T23:48:11.5186180Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-12-17T23:48:11.5189690Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-12-17T23:48:11.5193130Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-12-17T23:48:11.5194180Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-12-17T23:48:11.5195580Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-12-17T23:48:11.5200390Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-12-17T23:48:11.5201780Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-12-17T23:48:11.5203320Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-12-17T23:48:11.5204500Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-12-17T23:48:11.5205780Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-12-17T23:48:11.5206870Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-12-17T23:48:11.5208420Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-12-17T23:48:11.5211020Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-12-17T23:48:11.5211820Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-12-17T23:48:11.5212860Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-12-17T23:48:11.5213950Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-12-17T23:48:11.5215050Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-12-17T23:48:11.5216110Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-12-17T23:48:11.5217270Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-12-17T23:48:11.5218340Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-12-17T23:48:11.5219470Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-12-17T23:48:11.5221540Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-12-17T23:48:11.5222300Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-12-17T23:48:11.5223380Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-12-17T23:48:11.5226630Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-12-17T23:48:11.5228810Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-12-17T23:48:11.5230100Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-12-17T23:48:11.5231390Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-12-17T23:48:11.5232880Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-12-17T23:48:11.5234100Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-12-17T23:48:11.5235200Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-12-17T23:48:11.5236420Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-12-17T23:48:11.5237570Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-12-17T23:48:11.5239130Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-12-17T23:48:11.5240460Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-12-17T23:48:11.5241850Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-12-17T23:48:11.5243030Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-12-17T23:48:11.5244120Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-12-17T23:48:11.5247710Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-12-17T23:48:11.5248650Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-12-17T23:48:11.5251870Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-12-17T23:48:11.5253160Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-12-17T23:48:11.5254340Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-12-17T23:48:11.5256030Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-12-17T23:48:11.5257220Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-12-17T23:48:11.5260100Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2024-12-17T23:48:11.5260850Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-12-17T23:48:11.5262000Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-12-17T23:48:11.5263080Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-12-17T23:48:11.5264300Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-12-17T23:48:11.5268960Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-12-17T23:48:11.5269930Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-12-17T23:48:11.5272140Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-12-17T23:48:11.5273150Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-12-17T23:48:11.5278580Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-12-17T23:48:11.5282000Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-12-17T23:48:11.5284290Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-12-17T23:48:11.5295990Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-12-17T23:48:11.5298700Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-12-17T23:48:11.5300240Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-12-17T23:48:11.5302610Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-12-17T23:48:11.5303700Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-12-17T23:48:11.5305280Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-12-17T23:48:11.5307680Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-12-17T23:48:11.5309200Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-12-17T23:48:11.5310510Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-12-17T23:48:11.5313420Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-12-17T23:48:11.5314960Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-12-17T23:48:11.5316360Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-12-17T23:48:11.5323780Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-12-17T23:48:11.5324200Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-12-17T23:48:11.5324530Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-12-17T23:48:11.5325330Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-12-17T23:48:11.5327340Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-12-17T23:48:11.5328360Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-12-17T23:48:11.5330480Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-12-17T23:48:11.5331270Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-12-17T23:48:11.5332510Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-12-17T23:48:11.5333700Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-12-17T23:48:11.5334890Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-12-17T23:48:11.5336310Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-12-17T23:48:11.5338530Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-12-17T23:48:11.5339470Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-12-17T23:48:11.5340660Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-12-17T23:48:11.5347340Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-12-17T23:48:11.5348560Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-12-17T23:48:11.5349840Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-12-17T23:48:11.5351160Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-12-17T23:48:11.5352320Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-12-17T23:48:11.5354420Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-12-17T23:48:11.5356550Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-12-17T23:48:11.5357770Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-12-17T23:48:11.5358920Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-12-17T23:48:11.5360220Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-12-17T23:48:11.5361400Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-12-17T23:48:11.5362480Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-12-17T23:48:11.5462670Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-12-17T23:48:11.5464260Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-12-17T23:48:11.5465800Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-12-17T23:48:11.5467440Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-12-17T23:48:11.5468600Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-12-17T23:48:11.5472540Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-12-17T23:48:11.5473560Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-12-17T23:48:11.5478330Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-12-17T23:48:11.5482980Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-12-17T23:48:11.5484570Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-12-17T23:48:11.5486120Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-12-17T23:48:11.5487500Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-12-17T23:48:11.5488630Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-12-17T23:48:11.5493230Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-12-17T23:48:11.5494840Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-12-17T23:48:11.5496130Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-12-17T23:48:11.5497390Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-12-17T23:48:11.5498740Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-12-17T23:48:11.5499960Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-12-17T23:48:11.5501520Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-12-17T23:48:11.5503770Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-12-17T23:48:11.5509430Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-12-17T23:48:11.5510410Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-12-17T23:48:11.5511550Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-12-17T23:48:11.5512770Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-12-17T23:48:11.5514390Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-12-17T23:48:11.5515410Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-12-17T23:48:11.5517610Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-12-17T23:48:11.5518460Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-12-17T23:48:11.5519880Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-12-17T23:48:11.5520900Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-12-17T23:48:11.5522020Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-12-17T23:48:11.5523070Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-12-17T23:48:11.5524670Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-12-17T23:48:11.5526200Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-12-17T23:48:11.5527170Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-12-17T23:48:11.5529400Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-12-17T23:48:11.5530300Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-12-17T23:48:11.5531490Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-12-17T23:48:11.5532710Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2024-12-17T23:48:11.5533680Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-12-17T23:48:11.5537020Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-12-17T23:48:11.5538200Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-12-17T23:48:11.5540460Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-12-17T23:48:11.5545180Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-12-17T23:48:11.5549430Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-12-17T23:48:11.5550460Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-12-17T23:48:11.5552920Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2024-12-17T23:48:11.5554100Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-12-17T23:48:11.5556310Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-12-17T23:48:11.5557280Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-12-17T23:48:11.5558550Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2024-12-17T23:48:11.5560020Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-12-17T23:48:11.5561480Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-12-17T23:48:11.5562610Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-12-17T23:48:11.5563760Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-12-17T23:48:11.5565870Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-12-17T23:48:11.5570340Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-12-17T23:48:11.5571770Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-12-17T23:48:11.5573010Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2024-12-17T23:48:11.5576850Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-12-17T23:48:11.5580680Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-12-17T23:48:11.5582380Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2024-12-17T23:48:11.5584740Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-12-17T23:48:11.5585770Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-12-17T23:48:11.5586950Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-12-17T23:48:11.5590500Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-12-17T23:48:11.5592600Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-12-17T23:48:11.5593790Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-12-17T23:48:11.5599610Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-12-17T23:48:11.5601730Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-12-17T23:48:11.5603530Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-12-17T23:48:11.5605890Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-12-17T23:48:11.5607050Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-12-17T23:48:11.5608240Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-12-17T23:48:11.5609700Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-12-17T23:48:11.5610760Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-12-17T23:48:11.5611960Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-12-17T23:48:11.5613030Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-12-17T23:48:11.5614070Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-12-17T23:48:11.5616170Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-12-17T23:48:11.5617450Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-12-17T23:48:11.5618570Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-12-17T23:48:11.5621560Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-12-17T23:48:11.5622340Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-12-17T23:48:11.5623410Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-12-17T23:48:11.5624650Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-12-17T23:48:11.5625720Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-12-17T23:48:11.5626920Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-12-17T23:48:11.5627980Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-12-17T23:48:11.5629020Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-12-17T23:48:11.5634090Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-12-17T23:48:11.5635190Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-12-17T23:48:11.5636360Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-12-17T23:48:11.5637810Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-12-17T23:48:11.5638940Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-12-17T23:48:11.5639990Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-12-17T23:48:11.5641350Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-12-17T23:48:11.5642670Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-12-17T23:48:11.5643900Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-12-17T23:48:11.5645130Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-12-17T23:48:11.5648730Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-12-17T23:48:11.5649710Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-12-17T23:48:11.5650710Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-12-17T23:48:11.5656620Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-12-17T23:48:11.5659490Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-12-17T23:48:11.5661720Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-12-17T23:48:11.5668350Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-12-17T23:48:11.5669420Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-12-17T23:48:11.5673510Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-12-17T23:48:11.5674950Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-12-17T23:48:11.5676320Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-12-17T23:48:11.5678550Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-12-17T23:48:11.5679310Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-12-17T23:48:11.5692430Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-12-17T23:48:11.5694590Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-12-17T23:48:11.5695560Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-12-17T23:48:11.5697060Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-12-17T23:48:11.5698260Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-12-17T23:48:11.5700630Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-12-17T23:48:11.5702100Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-12-17T23:48:11.5703190Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-12-17T23:48:11.5705230Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-12-17T23:48:11.5706250Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-12-17T23:48:11.5708640Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-12-17T23:48:11.5710180Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-12-17T23:48:11.5711360Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-12-17T23:48:11.5712920Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-12-17T23:48:11.5715000Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-12-17T23:48:11.5715690Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-12-17T23:48:11.5716850Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-12-17T23:48:11.5717970Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-12-17T23:48:11.5719100Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-12-17T23:48:11.5721320Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-12-17T23:48:11.5722640Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-12-17T23:48:11.5723800Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-12-17T23:48:11.5724940Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-12-17T23:48:11.5726080Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-12-17T23:48:11.5728090Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-12-17T23:48:11.5728910Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-12-17T23:48:11.5730130Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-12-17T23:48:11.5731450Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-12-17T23:48:11.5732630Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-12-17T23:48:11.5733780Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-12-17T23:48:11.5736100Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-12-17T23:48:11.5736890Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-12-17T23:48:11.5737900Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-12-17T23:48:11.5739120Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-12-17T23:48:11.5740210Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-12-17T23:48:11.5741290Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-12-17T23:48:11.5742410Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-12-17T23:48:11.5743420Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-12-17T23:48:11.5744460Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-12-17T23:48:11.5745670Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-12-17T23:48:11.5746760Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-12-17T23:48:11.5747830Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-12-17T23:48:11.5748950Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-12-17T23:48:11.5750090Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-12-17T23:48:11.5751190Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-12-17T23:48:11.5752260Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-12-17T23:48:11.5753480Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-12-17T23:48:11.5754460Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-12-17T23:48:11.5755540Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-12-17T23:48:11.5756590Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-12-17T23:48:11.5757680Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-12-17T23:48:11.5758820Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-12-17T23:48:11.5760160Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-12-17T23:48:11.5761240Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-12-17T23:48:11.5762380Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-12-17T23:48:11.5763560Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-12-17T23:48:11.5764600Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-12-17T23:48:11.5765660Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-12-17T23:48:11.5766770Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-12-17T23:48:11.5767880Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-12-17T23:48:11.5768900Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-12-17T23:48:11.5769940Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-12-17T23:48:11.5770990Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-12-17T23:48:11.5772080Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-12-17T23:48:11.5773130Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-12-17T23:48:11.5774290Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-12-17T23:48:11.5775580Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-12-17T23:48:11.5776660Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-12-17T23:48:11.5777660Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-12-17T23:48:11.5778700Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-12-17T23:48:11.5779760Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-12-17T23:48:11.5780770Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-12-17T23:48:11.5781760Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-12-17T23:48:11.5782750Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-12-17T23:48:11.5783790Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-12-17T23:48:11.5784850Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-12-17T23:48:11.5785810Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-12-17T23:48:11.5786920Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-12-17T23:48:11.5788070Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-12-17T23:48:11.5789110Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-12-17T23:48:11.5790220Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-12-17T23:48:11.5791340Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-12-17T23:48:11.5792440Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-12-17T23:48:11.5793520Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-12-17T23:48:11.5794590Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-12-17T23:48:11.5795660Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-12-17T23:48:11.5796910Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-12-17T23:48:11.5798000Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-12-17T23:48:11.5800170Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-12-17T23:48:11.5801030Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-12-17T23:48:11.5802110Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-12-17T23:48:11.5803220Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-12-17T23:48:11.5804550Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-12-17T23:48:11.5805560Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-12-17T23:48:11.5806570Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-12-17T23:48:11.5807610Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-12-17T23:48:11.5808600Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-12-17T23:48:11.5809740Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-12-17T23:48:11.5810740Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-12-17T23:48:11.5811760Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-12-17T23:48:11.5813170Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-12-17T23:48:11.5814220Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-12-17T23:48:11.5815390Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-12-17T23:48:11.5816380Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-12-17T23:48:11.5817610Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-12-17T23:48:11.5818790Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-12-17T23:48:11.5819920Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-12-17T23:48:11.5821880Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-12-17T23:48:11.5822900Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-12-17T23:48:11.5824090Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-12-17T23:48:11.5826270Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-12-17T23:48:11.5827390Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-12-17T23:48:11.5828560Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-12-17T23:48:11.5829790Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-12-17T23:48:11.5830910Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-12-17T23:48:11.5832050Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-12-17T23:48:11.5833170Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-12-17T23:48:11.5834820Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-12-17T23:48:11.5836060Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-12-17T23:48:11.5837140Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-12-17T23:48:11.5839460Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-12-17T23:48:11.5840560Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-12-17T23:48:11.5841760Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-12-17T23:48:11.5848380Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-12-17T23:48:11.5849380Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-12-17T23:48:11.5850460Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-12-17T23:48:11.5851970Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-12-17T23:48:11.5854340Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-12-17T23:48:11.5855190Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-12-17T23:48:11.5856220Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-12-17T23:48:11.5857690Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-12-17T23:48:11.5859060Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-12-17T23:48:11.5860430Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-12-17T23:48:11.5862840Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-12-17T23:48:11.5872690Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-12-17T23:48:11.5874500Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-12-17T23:48:11.5875530Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-12-17T23:48:11.5877260Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-12-17T23:48:11.5878380Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-12-17T23:48:11.5880340Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-12-17T23:48:11.5882420Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-12-17T23:48:11.5884760Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-12-17T23:48:11.5885690Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-12-17T23:48:11.5886730Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-12-17T23:48:11.5887760Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-12-17T23:48:11.5888910Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-12-17T23:48:11.5889840Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-12-17T23:48:11.5894590Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-12-17T23:48:11.5896320Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-12-17T23:48:11.5897650Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-12-17T23:48:11.5898830Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-12-17T23:48:11.5900060Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-12-17T23:48:11.5901170Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-12-17T23:48:11.5902290Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-12-17T23:48:11.5904340Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-12-17T23:48:11.5905820Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-12-17T23:48:11.5907990Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-12-17T23:48:11.5909880Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-12-17T23:48:11.5911660Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-12-17T23:48:11.5912710Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-12-17T23:48:11.5913730Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-12-17T23:48:11.5915120Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-12-17T23:48:11.5918140Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-12-17T23:48:11.5918990Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-12-17T23:48:11.5920000Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-12-17T23:48:11.5921530Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-12-17T23:48:11.5924210Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-12-17T23:48:11.5929980Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-12-17T23:48:11.5931400Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-12-17T23:48:11.5932570Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-12-17T23:48:11.5933600Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-12-17T23:48:11.5934780Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-12-17T23:48:11.5935910Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-12-17T23:48:11.5937020Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-12-17T23:48:11.5938670Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-12-17T23:48:11.5939610Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-12-17T23:48:11.5940720Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-12-17T23:48:11.5941800Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-12-17T23:48:11.5944040Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-12-17T23:48:11.5946750Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-12-17T23:48:11.5947770Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-12-17T23:48:11.5949730Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-12-17T23:48:11.5950420Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-12-17T23:48:11.5951860Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-12-17T23:48:11.5953070Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-12-17T23:48:11.5954130Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-12-17T23:48:11.5955290Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-12-17T23:48:11.5956420Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-12-17T23:48:11.5958050Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-12-17T23:48:11.5971090Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-12-17T23:48:11.5972410Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-12-17T23:48:11.5974450Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-12-17T23:48:11.5978050Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-12-17T23:48:11.5979100Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-12-17T23:48:11.5980490Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-12-17T23:48:11.5981650Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-12-17T23:48:11.5982990Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-12-17T23:48:11.5984080Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-12-17T23:48:11.5986650Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-12-17T23:48:11.5989440Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-12-17T23:48:11.5990870Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-12-17T23:48:11.5992240Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-12-17T23:48:11.5994420Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-12-17T23:48:11.5996610Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-12-17T23:48:11.5997750Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-12-17T23:48:11.5998880Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-12-17T23:48:11.6001320Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-12-17T23:48:11.6002560Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-12-17T23:48:11.6010610Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-12-17T23:48:11.6010880Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-12-17T23:48:11.6011040Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-12-17T23:48:11.6011190Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-12-17T23:48:11.6012020Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-12-17T23:48:11.6013620Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-12-17T23:48:11.6014970Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-12-17T23:48:11.6017140Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-12-17T23:48:11.6018920Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-12-17T23:48:11.6021130Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-12-17T23:48:11.6021980Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-12-17T23:48:11.6026590Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-12-17T23:48:11.6027700Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-12-17T23:48:11.6029020Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-12-17T23:48:11.6031010Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-12-17T23:48:11.6034120Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-12-17T23:48:11.6035060Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-12-17T23:48:11.6036280Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-12-17T23:48:11.6039790Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-12-17T23:48:11.6041150Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-12-17T23:48:11.6042500Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-12-17T23:48:11.6048080Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-12-17T23:48:11.6048990Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-12-17T23:48:11.6050170Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-12-17T23:48:11.6053690Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-12-17T23:48:11.6056000Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-12-17T23:48:11.6059260Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-12-17T23:48:11.6063960Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-12-17T23:48:11.6066250Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-12-17T23:48:11.6067180Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-12-17T23:48:11.6069100Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-12-17T23:48:11.6070010Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-12-17T23:48:11.6071240Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-12-17T23:48:11.6073210Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-12-17T23:48:11.6074010Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-12-17T23:48:11.6075370Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-12-17T23:48:11.6076440Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-12-17T23:48:11.6077470Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-12-17T23:48:11.6078720Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-12-17T23:48:11.6080070Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-12-17T23:48:11.6081170Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-12-17T23:48:11.6082210Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-12-17T23:48:11.6084170Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-12-17T23:48:11.6084970Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-12-17T23:48:11.6087100Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-12-17T23:48:11.6088280Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-12-17T23:48:11.6090380Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-12-17T23:48:11.6091590Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-12-17T23:48:11.6093830Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-12-17T23:48:11.6094720Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-12-17T23:48:11.6095940Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-12-17T23:48:11.6097180Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-12-17T23:48:11.6099510Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-12-17T23:48:11.6100630Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-12-17T23:48:11.6103290Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-12-17T23:48:11.6104670Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-12-17T23:48:11.6105890Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-12-17T23:48:11.6107090Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-12-17T23:48:11.6108340Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-12-17T23:48:11.6112010Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-12-17T23:48:11.6114370Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-12-17T23:48:11.6115490Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-12-17T23:48:11.6116730Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-12-17T23:48:11.6118080Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-12-17T23:48:11.6120860Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-12-17T23:48:11.6123690Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-12-17T23:48:11.6124710Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-12-17T23:48:11.6126130Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-12-17T23:48:11.6127230Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-12-17T23:48:11.6128620Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-12-17T23:48:11.6129780Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-12-17T23:48:11.6131270Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-12-17T23:48:11.6132880Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-12-17T23:48:11.6134210Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-12-17T23:48:11.6135360Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-12-17T23:48:11.6136730Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-12-17T23:48:11.6138180Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-12-17T23:48:11.6139600Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-12-17T23:48:11.6140900Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-12-17T23:48:11.6141980Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-12-17T23:48:11.6143160Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-12-17T23:48:11.6144460Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-12-17T23:48:11.6145580Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-12-17T23:48:11.6147610Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-12-17T23:48:11.6148900Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-12-17T23:48:11.6150010Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-12-17T23:48:11.6151450Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-12-17T23:48:11.6152430Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-12-17T23:48:11.6153540Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-12-17T23:48:11.6155500Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-12-17T23:48:11.6159880Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-12-17T23:48:11.6161140Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-12-17T23:48:11.6163460Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-12-17T23:48:11.6164860Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-12-17T23:48:11.6166050Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-12-17T23:48:11.6167190Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2024-12-17T23:48:11.6169140Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-12-17T23:48:11.6169990Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-12-17T23:48:11.6171440Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-12-17T23:48:11.6173720Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-12-17T23:48:11.6176020Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-12-17T23:48:11.6177080Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-12-17T23:48:11.6178200Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-12-17T23:48:11.6179710Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-12-17T23:48:11.6180760Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-12-17T23:48:11.6181990Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-12-17T23:48:11.6183520Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-12-17T23:48:11.6184510Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-12-17T23:48:11.6185540Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-12-17T23:48:11.6186810Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-12-17T23:48:11.6188770Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-12-17T23:48:11.6190000Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-12-17T23:48:11.6191380Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-12-17T23:48:11.6193910Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-12-17T23:48:11.6194840Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-12-17T23:48:11.6196870Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-12-17T23:48:11.6197990Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-12-17T23:48:11.6199950Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-12-17T23:48:11.6202580Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-12-17T23:48:11.6203980Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-12-17T23:48:11.6206880Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-12-17T23:48:11.6208620Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-12-17T23:48:11.6209880Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-12-17T23:48:11.6211850Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-12-17T23:48:11.6212700Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-12-17T23:48:11.6213900Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-12-17T23:48:11.6215300Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-12-17T23:48:11.6216810Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-12-17T23:48:11.6219010Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-12-17T23:48:11.6219860Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-12-17T23:48:11.6220900Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-12-17T23:48:11.6222250Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-12-17T23:48:11.6224240Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-12-17T23:48:11.6233130Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2024-12-17T23:48:11.6234050Z adding 'torch/include/torch/csrc/utils/init.h' 2024-12-17T23:48:11.6235150Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-12-17T23:48:11.6236220Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-12-17T23:48:11.6237350Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-12-17T23:48:11.6238630Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-12-17T23:48:11.6239680Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-12-17T23:48:11.6242720Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-12-17T23:48:11.6243620Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-12-17T23:48:11.6244620Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-12-17T23:48:11.6253020Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-12-17T23:48:11.6253980Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-12-17T23:48:11.6255190Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-12-17T23:48:11.6257180Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-12-17T23:48:11.6258290Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-12-17T23:48:11.6260240Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-12-17T23:48:11.6261660Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-12-17T23:48:11.6262640Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-12-17T23:48:11.6264850Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-12-17T23:48:11.6265810Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-12-17T23:48:11.6266910Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-12-17T23:48:11.6274740Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-12-17T23:48:11.6276230Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-12-17T23:48:11.6277510Z adding 'torch/include/torch/csrc/utils/six.h' 2024-12-17T23:48:11.6278590Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-12-17T23:48:11.6279660Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-12-17T23:48:11.6280700Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-12-17T23:48:11.6282320Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-12-17T23:48:11.6283140Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-12-17T23:48:11.6284180Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-12-17T23:48:11.6285290Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-12-17T23:48:11.6286670Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-12-17T23:48:11.6287870Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-12-17T23:48:11.6288930Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-12-17T23:48:11.6290000Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-12-17T23:48:11.6292300Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-12-17T23:48:11.6294520Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-12-17T23:48:11.6295490Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-12-17T23:48:11.6296930Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-12-17T23:48:11.6297980Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-12-17T23:48:11.6299340Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-12-17T23:48:11.6300420Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-12-17T23:48:11.6301520Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-12-17T23:48:11.6304950Z adding 'torch/jit/__init__.py' 2024-12-17T23:48:11.6306380Z adding 'torch/jit/_async.py' 2024-12-17T23:48:11.6307560Z adding 'torch/jit/_await.py' 2024-12-17T23:48:11.6309940Z adding 'torch/jit/_builtins.py' 2024-12-17T23:48:11.6312560Z adding 'torch/jit/_check.py' 2024-12-17T23:48:11.6314690Z adding 'torch/jit/_dataclass_impls.py' 2024-12-17T23:48:11.6315520Z adding 'torch/jit/_decomposition_utils.py' 2024-12-17T23:48:11.6317540Z adding 'torch/jit/_decompositions.py' 2024-12-17T23:48:11.6320110Z adding 'torch/jit/_freeze.py' 2024-12-17T23:48:11.6322180Z adding 'torch/jit/_fuser.py' 2024-12-17T23:48:11.6323050Z adding 'torch/jit/_ir_utils.py' 2024-12-17T23:48:11.6324050Z adding 'torch/jit/_logging.py' 2024-12-17T23:48:11.6326620Z adding 'torch/jit/_monkeytype_config.py' 2024-12-17T23:48:11.6327500Z adding 'torch/jit/_pickle.py' 2024-12-17T23:48:11.6337530Z adding 'torch/jit/_recursive.py' 2024-12-17T23:48:11.6352660Z adding 'torch/jit/_script.py' 2024-12-17T23:48:11.6355390Z adding 'torch/jit/_script.pyi' 2024-12-17T23:48:11.6357960Z adding 'torch/jit/_serialization.py' 2024-12-17T23:48:11.6367390Z adding 'torch/jit/_shape_functions.py' 2024-12-17T23:48:11.6369080Z adding 'torch/jit/_state.py' 2024-12-17T23:48:11.6381680Z adding 'torch/jit/_trace.py' 2024-12-17T23:48:11.6386490Z adding 'torch/jit/annotations.py' 2024-12-17T23:48:11.6396490Z adding 'torch/jit/frontend.py' 2024-12-17T23:48:11.6397790Z adding 'torch/jit/generate_bytecode.py' 2024-12-17T23:48:11.6399060Z adding 'torch/jit/quantized.py' 2024-12-17T23:48:11.6402000Z adding 'torch/jit/supported_ops.py' 2024-12-17T23:48:11.6403170Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-12-17T23:48:11.6404410Z adding 'torch/jit/_passes/__init__.py' 2024-12-17T23:48:11.6405750Z adding 'torch/jit/_passes/_property_propagation.py' 2024-12-17T23:48:11.6408340Z adding 'torch/jit/mobile/__init__.py' 2024-12-17T23:48:11.6669060Z adding 'torch/lib/libc10.dylib' 2024-12-17T23:48:11.6897790Z adding 'torch/lib/libomp.dylib' 2024-12-17T23:48:11.6911410Z adding 'torch/lib/libshm.dylib' 2024-12-17T23:48:11.6914030Z adding 'torch/lib/libtorch.dylib' 2024-12-17T23:48:15.2800900Z adding 'torch/lib/libtorch_cpu.dylib' 2024-12-17T23:48:15.3549720Z adding 'torch/lib/libtorch_global_deps.dylib' 2024-12-17T23:48:15.8790300Z adding 'torch/lib/libtorch_python.dylib' 2024-12-17T23:48:15.8909230Z adding 'torch/linalg/__init__.py' 2024-12-17T23:48:15.8911270Z adding 'torch/masked/__init__.py' 2024-12-17T23:48:15.8915650Z adding 'torch/masked/_docs.py' 2024-12-17T23:48:15.8928890Z adding 'torch/masked/_ops.py' 2024-12-17T23:48:15.8930490Z adding 'torch/masked/maskedtensor/__init__.py' 2024-12-17T23:48:15.8934020Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-12-17T23:48:15.8935820Z adding 'torch/masked/maskedtensor/binary.py' 2024-12-17T23:48:15.8939150Z adding 'torch/masked/maskedtensor/core.py' 2024-12-17T23:48:15.8940040Z adding 'torch/masked/maskedtensor/creation.py' 2024-12-17T23:48:15.8941210Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-12-17T23:48:15.8943350Z adding 'torch/masked/maskedtensor/reductions.py' 2024-12-17T23:48:15.8944690Z adding 'torch/masked/maskedtensor/unary.py' 2024-12-17T23:48:15.8946690Z adding 'torch/monitor/__init__.py' 2024-12-17T23:48:15.8948950Z adding 'torch/mps/__init__.py' 2024-12-17T23:48:15.8950170Z adding 'torch/mps/event.py' 2024-12-17T23:48:15.8951300Z adding 'torch/mps/profiler.py' 2024-12-17T23:48:15.8954720Z adding 'torch/mtia/__init__.py' 2024-12-17T23:48:15.8955770Z adding 'torch/mtia/_utils.py' 2024-12-17T23:48:15.8956870Z adding 'torch/mtia/memory.py' 2024-12-17T23:48:15.8958920Z adding 'torch/multiprocessing/__init__.py' 2024-12-17T23:48:15.8959860Z adding 'torch/multiprocessing/_atfork.py' 2024-12-17T23:48:15.8961130Z adding 'torch/multiprocessing/pool.py' 2024-12-17T23:48:15.8962420Z adding 'torch/multiprocessing/queue.py' 2024-12-17T23:48:15.8967800Z adding 'torch/multiprocessing/reductions.py' 2024-12-17T23:48:15.8971310Z adding 'torch/multiprocessing/spawn.py' 2024-12-17T23:48:15.8976230Z adding 'torch/nested/__init__.py' 2024-12-17T23:48:15.8977200Z adding 'torch/nested/_internal/__init__.py' 2024-12-17T23:48:15.8978600Z adding 'torch/nested/_internal/nested_int.py' 2024-12-17T23:48:15.8984050Z adding 'torch/nested/_internal/nested_tensor.py' 2024-12-17T23:48:15.9000810Z adding 'torch/nested/_internal/ops.py' 2024-12-17T23:48:15.9007950Z adding 'torch/nested/_internal/sdpa.py' 2024-12-17T23:48:15.9009870Z adding 'torch/nn/__init__.py' 2024-12-17T23:48:15.9011030Z adding 'torch/nn/_reduction.py' 2024-12-17T23:48:15.9012410Z adding 'torch/nn/common_types.py' 2024-12-17T23:48:15.9013860Z adding 'torch/nn/cpp.py' 2024-12-17T23:48:15.9059150Z adding 'torch/nn/functional.py' 2024-12-17T23:48:15.9063490Z adding 'torch/nn/functional.pyi' 2024-12-17T23:48:15.9065650Z adding 'torch/nn/grad.py' 2024-12-17T23:48:15.9069950Z adding 'torch/nn/init.py' 2024-12-17T23:48:15.9072870Z adding 'torch/nn/parameter.py' 2024-12-17T23:48:15.9073880Z adding 'torch/nn/parameter.pyi' 2024-12-17T23:48:15.9076450Z adding 'torch/nn/attention/__init__.py' 2024-12-17T23:48:15.9077520Z adding 'torch/nn/attention/_utils.py' 2024-12-17T23:48:15.9080840Z adding 'torch/nn/attention/bias.py' 2024-12-17T23:48:15.9092410Z adding 'torch/nn/attention/flex_attention.py' 2024-12-17T23:48:15.9093630Z adding 'torch/nn/attention/experimental/__init__.py' 2024-12-17T23:48:15.9096710Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2024-12-17T23:48:15.9097720Z adding 'torch/nn/backends/__init__.py' 2024-12-17T23:48:15.9098820Z adding 'torch/nn/backends/thnn.py' 2024-12-17T23:48:15.9100320Z adding 'torch/nn/intrinsic/__init__.py' 2024-12-17T23:48:15.9101640Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-12-17T23:48:15.9102660Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-12-17T23:48:15.9103890Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-12-17T23:48:15.9105370Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-12-17T23:48:15.9106500Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-12-17T23:48:15.9107620Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-12-17T23:48:15.9108790Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-12-17T23:48:15.9110160Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-12-17T23:48:15.9111330Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-12-17T23:48:15.9112530Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-12-17T23:48:15.9113490Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-12-17T23:48:15.9114720Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-12-17T23:48:15.9115670Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-12-17T23:48:15.9116650Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-12-17T23:48:15.9117630Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-12-17T23:48:15.9120440Z adding 'torch/nn/modules/__init__.py' 2024-12-17T23:48:15.9123460Z adding 'torch/nn/modules/_functions.py' 2024-12-17T23:48:15.9133340Z adding 'torch/nn/modules/activation.py' 2024-12-17T23:48:15.9136600Z adding 'torch/nn/modules/adaptive.py' 2024-12-17T23:48:15.9142420Z adding 'torch/nn/modules/batchnorm.py' 2024-12-17T23:48:15.9143550Z adding 'torch/nn/modules/channelshuffle.py' 2024-12-17T23:48:15.9150310Z adding 'torch/nn/modules/container.py' 2024-12-17T23:48:15.9160300Z adding 'torch/nn/modules/conv.py' 2024-12-17T23:48:15.9162160Z adding 'torch/nn/modules/distance.py' 2024-12-17T23:48:15.9164610Z adding 'torch/nn/modules/dropout.py' 2024-12-17T23:48:15.9166360Z adding 'torch/nn/modules/flatten.py' 2024-12-17T23:48:15.9169390Z adding 'torch/nn/modules/fold.py' 2024-12-17T23:48:15.9172450Z adding 'torch/nn/modules/instancenorm.py' 2024-12-17T23:48:15.9175480Z adding 'torch/nn/modules/lazy.py' 2024-12-17T23:48:15.9177970Z adding 'torch/nn/modules/linear.py' 2024-12-17T23:48:15.9193790Z adding 'torch/nn/modules/loss.py' 2024-12-17T23:48:15.9218960Z adding 'torch/nn/modules/module.py' 2024-12-17T23:48:15.9222650Z adding 'torch/nn/modules/normalization.py' 2024-12-17T23:48:15.9226020Z adding 'torch/nn/modules/padding.py' 2024-12-17T23:48:15.9227400Z adding 'torch/nn/modules/pixelshuffle.py' 2024-12-17T23:48:15.9234940Z adding 'torch/nn/modules/pooling.py' 2024-12-17T23:48:15.9246570Z adding 'torch/nn/modules/rnn.py' 2024-12-17T23:48:15.9251210Z adding 'torch/nn/modules/sparse.py' 2024-12-17T23:48:15.9259520Z adding 'torch/nn/modules/transformer.py' 2024-12-17T23:48:15.9262300Z adding 'torch/nn/modules/upsampling.py' 2024-12-17T23:48:15.9263510Z adding 'torch/nn/modules/utils.py' 2024-12-17T23:48:15.9265410Z adding 'torch/nn/parallel/__init__.py' 2024-12-17T23:48:15.9266960Z adding 'torch/nn/parallel/_functions.py' 2024-12-17T23:48:15.9270010Z adding 'torch/nn/parallel/comm.py' 2024-12-17T23:48:15.9273070Z adding 'torch/nn/parallel/data_parallel.py' 2024-12-17T23:48:15.9299000Z adding 'torch/nn/parallel/distributed.py' 2024-12-17T23:48:15.9301380Z adding 'torch/nn/parallel/parallel_apply.py' 2024-12-17T23:48:15.9303670Z adding 'torch/nn/parallel/replicate.py' 2024-12-17T23:48:15.9305040Z adding 'torch/nn/parallel/scatter_gather.py' 2024-12-17T23:48:15.9306450Z adding 'torch/nn/qat/__init__.py' 2024-12-17T23:48:15.9307640Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-12-17T23:48:15.9308890Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-12-17T23:48:15.9309940Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-12-17T23:48:15.9311410Z adding 'torch/nn/qat/modules/__init__.py' 2024-12-17T23:48:15.9312530Z adding 'torch/nn/qat/modules/conv.py' 2024-12-17T23:48:15.9313610Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-12-17T23:48:15.9314710Z adding 'torch/nn/qat/modules/linear.py' 2024-12-17T23:48:15.9315900Z adding 'torch/nn/quantizable/__init__.py' 2024-12-17T23:48:15.9317090Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-12-17T23:48:15.9318110Z adding 'torch/nn/quantizable/modules/activation.py' 2024-12-17T23:48:15.9319070Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-12-17T23:48:15.9320540Z adding 'torch/nn/quantized/__init__.py' 2024-12-17T23:48:15.9321660Z adding 'torch/nn/quantized/functional.py' 2024-12-17T23:48:15.9322930Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-12-17T23:48:15.9324850Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-12-17T23:48:15.9325610Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-12-17T23:48:15.9326650Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-12-17T23:48:15.9327650Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-12-17T23:48:15.9328640Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-12-17T23:48:15.9334210Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-12-17T23:48:15.9334560Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-12-17T23:48:15.9334820Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-12-17T23:48:15.9335080Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-12-17T23:48:15.9335390Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-12-17T23:48:15.9335640Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-12-17T23:48:15.9336930Z adding 'torch/nn/quantized/modules/__init__.py' 2024-12-17T23:48:15.9338080Z adding 'torch/nn/quantized/modules/activation.py' 2024-12-17T23:48:15.9339110Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-12-17T23:48:15.9340270Z adding 'torch/nn/quantized/modules/conv.py' 2024-12-17T23:48:15.9341300Z adding 'torch/nn/quantized/modules/dropout.py' 2024-12-17T23:48:15.9342420Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-12-17T23:48:15.9343510Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-12-17T23:48:15.9344540Z adding 'torch/nn/quantized/modules/linear.py' 2024-12-17T23:48:15.9345670Z adding 'torch/nn/quantized/modules/normalization.py' 2024-12-17T23:48:15.9346670Z adding 'torch/nn/quantized/modules/rnn.py' 2024-12-17T23:48:15.9347610Z adding 'torch/nn/quantized/modules/utils.py' 2024-12-17T23:48:15.9349120Z adding 'torch/nn/utils/__init__.py' 2024-12-17T23:48:15.9350390Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-12-17T23:48:15.9353560Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-12-17T23:48:15.9355690Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-12-17T23:48:15.9358240Z adding 'torch/nn/utils/clip_grad.py' 2024-12-17T23:48:15.9359470Z adding 'torch/nn/utils/convert_parameters.py' 2024-12-17T23:48:15.9361600Z adding 'torch/nn/utils/fusion.py' 2024-12-17T23:48:15.9362660Z adding 'torch/nn/utils/init.py' 2024-12-17T23:48:15.9364780Z adding 'torch/nn/utils/memory_format.py' 2024-12-17T23:48:15.9370840Z adding 'torch/nn/utils/parametrizations.py' 2024-12-17T23:48:15.9378790Z adding 'torch/nn/utils/parametrize.py' 2024-12-17T23:48:15.9389650Z adding 'torch/nn/utils/prune.py' 2024-12-17T23:48:15.9394800Z adding 'torch/nn/utils/rnn.py' 2024-12-17T23:48:15.9398570Z adding 'torch/nn/utils/spectral_norm.py' 2024-12-17T23:48:15.9402110Z adding 'torch/nn/utils/stateless.py' 2024-12-17T23:48:15.9404260Z adding 'torch/nn/utils/weight_norm.py' 2024-12-17T23:48:15.9405410Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-12-17T23:48:15.9406880Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-12-17T23:48:15.9409980Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-12-17T23:48:15.9411320Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-12-17T23:48:15.9413560Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-12-17T23:48:15.9415770Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-12-17T23:48:15.9417020Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-12-17T23:48:15.9418540Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-12-17T23:48:15.9419970Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-12-17T23:48:15.9421220Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-12-17T23:48:15.9426340Z adding 'torch/onnx/__init__.py' 2024-12-17T23:48:15.9427370Z adding 'torch/onnx/_constants.py' 2024-12-17T23:48:15.9428840Z adding 'torch/onnx/_deprecation.py' 2024-12-17T23:48:15.9430090Z adding 'torch/onnx/_experimental.py' 2024-12-17T23:48:15.9431230Z adding 'torch/onnx/_exporter_states.py' 2024-12-17T23:48:15.9432470Z adding 'torch/onnx/_flags.py' 2024-12-17T23:48:15.9433970Z adding 'torch/onnx/_globals.py' 2024-12-17T23:48:15.9435460Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-12-17T23:48:15.9438670Z adding 'torch/onnx/_type_utils.py' 2024-12-17T23:48:15.9439910Z adding 'torch/onnx/errors.py' 2024-12-17T23:48:15.9441010Z adding 'torch/onnx/operators.py' 2024-12-17T23:48:15.9443470Z adding 'torch/onnx/symbolic_caffe2.py' 2024-12-17T23:48:15.9460640Z adding 'torch/onnx/symbolic_helper.py' 2024-12-17T23:48:15.9466850Z adding 'torch/onnx/symbolic_opset10.py' 2024-12-17T23:48:15.9477040Z adding 'torch/onnx/symbolic_opset11.py' 2024-12-17T23:48:15.9480420Z adding 'torch/onnx/symbolic_opset12.py' 2024-12-17T23:48:15.9487730Z adding 'torch/onnx/symbolic_opset13.py' 2024-12-17T23:48:15.9490430Z adding 'torch/onnx/symbolic_opset14.py' 2024-12-17T23:48:15.9491530Z adding 'torch/onnx/symbolic_opset15.py' 2024-12-17T23:48:15.9493810Z adding 'torch/onnx/symbolic_opset16.py' 2024-12-17T23:48:15.9496210Z adding 'torch/onnx/symbolic_opset17.py' 2024-12-17T23:48:15.9498420Z adding 'torch/onnx/symbolic_opset18.py' 2024-12-17T23:48:15.9499260Z adding 'torch/onnx/symbolic_opset19.py' 2024-12-17T23:48:15.9500520Z adding 'torch/onnx/symbolic_opset20.py' 2024-12-17T23:48:15.9501760Z adding 'torch/onnx/symbolic_opset7.py' 2024-12-17T23:48:15.9505100Z adding 'torch/onnx/symbolic_opset8.py' 2024-12-17T23:48:15.9549170Z adding 'torch/onnx/symbolic_opset9.py' 2024-12-17T23:48:15.9568040Z adding 'torch/onnx/utils.py' 2024-12-17T23:48:15.9583650Z adding 'torch/onnx/verification.py' 2024-12-17T23:48:15.9585020Z adding 'torch/onnx/_internal/__init__.py' 2024-12-17T23:48:15.9592660Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-12-17T23:48:15.9593870Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-12-17T23:48:15.9598540Z adding 'torch/onnx/_internal/io_adapter.py' 2024-12-17T23:48:15.9601990Z adding 'torch/onnx/_internal/jit_utils.py' 2024-12-17T23:48:15.9604680Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-12-17T23:48:15.9616520Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-12-17T23:48:15.9619800Z adding 'torch/onnx/_internal/registration.py' 2024-12-17T23:48:15.9621180Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-12-17T23:48:15.9623650Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-12-17T23:48:15.9629370Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-12-17T23:48:15.9630690Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-12-17T23:48:15.9633540Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-12-17T23:48:15.9637310Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-12-17T23:48:15.9639120Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-12-17T23:48:15.9640550Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-12-17T23:48:15.9641930Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-12-17T23:48:15.9644440Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-12-17T23:48:15.9645300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-12-17T23:48:15.9646620Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-12-17T23:48:15.9647870Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-12-17T23:48:15.9649110Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-12-17T23:48:15.9650230Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-12-17T23:48:15.9651350Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-12-17T23:48:15.9652560Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-12-17T23:48:15.9653770Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-12-17T23:48:15.9654920Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-12-17T23:48:15.9656040Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-12-17T23:48:15.9657210Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-12-17T23:48:15.9658290Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-12-17T23:48:15.9659620Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-12-17T23:48:15.9660840Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-12-17T23:48:15.9662260Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-12-17T23:48:15.9663300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-12-17T23:48:15.9664390Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-12-17T23:48:15.9665610Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-12-17T23:48:15.9667040Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-12-17T23:48:15.9668140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-12-17T23:48:15.9669220Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-12-17T23:48:15.9670400Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-12-17T23:48:15.9671510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-12-17T23:48:15.9672740Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-12-17T23:48:15.9673710Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-12-17T23:48:15.9674860Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-12-17T23:48:15.9675950Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-12-17T23:48:15.9676950Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-12-17T23:48:15.9677970Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-12-17T23:48:15.9679070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-12-17T23:48:15.9680140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-12-17T23:48:15.9681250Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-12-17T23:48:15.9682450Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-12-17T23:48:15.9683610Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-12-17T23:48:15.9684770Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-12-17T23:48:15.9686320Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-12-17T23:48:15.9687520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-12-17T23:48:15.9689100Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-12-17T23:48:15.9690310Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-12-17T23:48:15.9691530Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-12-17T23:48:15.9692640Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-12-17T23:48:15.9693740Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-12-17T23:48:15.9694850Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-12-17T23:48:15.9695910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-12-17T23:48:15.9696980Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-12-17T23:48:15.9698300Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-12-17T23:48:15.9699310Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-12-17T23:48:15.9700800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-12-17T23:48:15.9701950Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-12-17T23:48:15.9703140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-12-17T23:48:15.9704320Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-12-17T23:48:15.9705450Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-12-17T23:48:15.9706650Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-12-17T23:48:15.9707640Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-12-17T23:48:15.9709060Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-12-17T23:48:15.9711870Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-12-17T23:48:15.9718250Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-12-17T23:48:15.9721440Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-12-17T23:48:15.9725080Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-12-17T23:48:15.9739150Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-12-17T23:48:15.9740730Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-12-17T23:48:15.9744380Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-12-17T23:48:15.9745230Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-12-17T23:48:15.9746600Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-12-17T23:48:15.9748200Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-12-17T23:48:15.9749910Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-12-17T23:48:15.9753080Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-12-17T23:48:15.9755810Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-12-17T23:48:15.9757700Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-12-17T23:48:15.9762440Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-12-17T23:48:15.9763640Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-12-17T23:48:15.9765110Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-12-17T23:48:15.9766670Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-12-17T23:48:15.9767900Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2024-12-17T23:48:15.9769040Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2024-12-17T23:48:15.9770290Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2024-12-17T23:48:15.9771870Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2024-12-17T23:48:15.9773340Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-12-17T23:48:15.9776830Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-12-17T23:48:15.9779030Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-12-17T23:48:15.9780830Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-12-17T23:48:15.9783370Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-12-17T23:48:15.9785760Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-12-17T23:48:15.9793070Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-12-17T23:48:15.9795980Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-12-17T23:48:15.9803680Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-12-17T23:48:15.9805830Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-12-17T23:48:15.9806850Z adding 'torch/onnx/_internal/fx/registration.py' 2024-12-17T23:48:15.9810210Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-12-17T23:48:15.9812580Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-12-17T23:48:15.9813620Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-12-17T23:48:15.9815120Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-12-17T23:48:15.9816380Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-12-17T23:48:15.9818460Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-12-17T23:48:15.9819800Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-12-17T23:48:15.9822110Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-12-17T23:48:15.9829830Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-12-17T23:48:15.9832130Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-12-17T23:48:15.9842340Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-12-17T23:48:15.9844500Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-12-17T23:48:15.9845900Z adding 'torch/optim/__init__.py' 2024-12-17T23:48:15.9851600Z adding 'torch/optim/_adafactor.py' 2024-12-17T23:48:15.9852910Z adding 'torch/optim/_functional.py' 2024-12-17T23:48:15.9856710Z adding 'torch/optim/adadelta.py' 2024-12-17T23:48:15.9861060Z adding 'torch/optim/adagrad.py' 2024-12-17T23:48:15.9867910Z adding 'torch/optim/adam.py' 2024-12-17T23:48:15.9871720Z adding 'torch/optim/adamax.py' 2024-12-17T23:48:15.9878260Z adding 'torch/optim/adamw.py' 2024-12-17T23:48:15.9881860Z adding 'torch/optim/asgd.py' 2024-12-17T23:48:15.9886130Z adding 'torch/optim/lbfgs.py' 2024-12-17T23:48:15.9900900Z adding 'torch/optim/lr_scheduler.py' 2024-12-17T23:48:15.9906060Z adding 'torch/optim/nadam.py' 2024-12-17T23:48:15.9916220Z adding 'torch/optim/optimizer.py' 2024-12-17T23:48:15.9921180Z adding 'torch/optim/radam.py' 2024-12-17T23:48:15.9925510Z adding 'torch/optim/rmsprop.py' 2024-12-17T23:48:15.9929250Z adding 'torch/optim/rprop.py' 2024-12-17T23:48:15.9933360Z adding 'torch/optim/sgd.py' 2024-12-17T23:48:15.9935870Z adding 'torch/optim/sparse_adam.py' 2024-12-17T23:48:15.9940020Z adding 'torch/optim/swa_utils.py' 2024-12-17T23:48:15.9941300Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-12-17T23:48:15.9942260Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-12-17T23:48:15.9943710Z adding 'torch/package/__init__.py' 2024-12-17T23:48:15.9945840Z adding 'torch/package/_digraph.py' 2024-12-17T23:48:15.9946940Z adding 'torch/package/_directory_reader.py' 2024-12-17T23:48:15.9948830Z adding 'torch/package/_importlib.py' 2024-12-17T23:48:15.9949890Z adding 'torch/package/_mangling.py' 2024-12-17T23:48:15.9951490Z adding 'torch/package/_mock.py' 2024-12-17T23:48:15.9953640Z adding 'torch/package/_package_pickler.py' 2024-12-17T23:48:15.9954560Z adding 'torch/package/_package_unpickler.py' 2024-12-17T23:48:15.9956720Z adding 'torch/package/_stdlib.py' 2024-12-17T23:48:15.9958550Z adding 'torch/package/file_structure_representation.py' 2024-12-17T23:48:15.9959880Z adding 'torch/package/find_file_dependencies.py' 2024-12-17T23:48:15.9961370Z adding 'torch/package/glob_group.py' 2024-12-17T23:48:15.9964170Z adding 'torch/package/importer.py' 2024-12-17T23:48:15.9974900Z adding 'torch/package/package_exporter.py' 2024-12-17T23:48:15.9982590Z adding 'torch/package/package_importer.py' 2024-12-17T23:48:15.9983790Z adding 'torch/package/analyze/__init__.py' 2024-12-17T23:48:15.9984990Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-12-17T23:48:15.9985980Z adding 'torch/package/analyze/is_from_package.py' 2024-12-17T23:48:15.9987380Z adding 'torch/package/analyze/trace_dependencies.py' 2024-12-17T23:48:15.9989290Z adding 'torch/profiler/__init__.py' 2024-12-17T23:48:15.9999730Z adding 'torch/profiler/_memory_profiler.py' 2024-12-17T23:48:16.0004750Z adding 'torch/profiler/_pattern_matcher.py' 2024-12-17T23:48:16.0008150Z adding 'torch/profiler/_utils.py' 2024-12-17T23:48:16.0009230Z adding 'torch/profiler/itt.py' 2024-12-17T23:48:16.0017430Z adding 'torch/profiler/profiler.py' 2024-12-17T23:48:16.0018570Z adding 'torch/profiler/python_tracer.py' 2024-12-17T23:48:16.0020700Z adding 'torch/quantization/__init__.py' 2024-12-17T23:48:16.0021490Z adding 'torch/quantization/_numeric_suite.py' 2024-12-17T23:48:16.0022620Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-12-17T23:48:16.0024720Z adding 'torch/quantization/_quantized_conversions.py' 2024-12-17T23:48:16.0025600Z adding 'torch/quantization/fake_quantize.py' 2024-12-17T23:48:16.0026720Z adding 'torch/quantization/fuse_modules.py' 2024-12-17T23:48:16.0027810Z adding 'torch/quantization/fuser_method_mappings.py' 2024-12-17T23:48:16.0028830Z adding 'torch/quantization/observer.py' 2024-12-17T23:48:16.0029840Z adding 'torch/quantization/qconfig.py' 2024-12-17T23:48:16.0030830Z adding 'torch/quantization/quant_type.py' 2024-12-17T23:48:16.0031890Z adding 'torch/quantization/quantization_mappings.py' 2024-12-17T23:48:16.0032890Z adding 'torch/quantization/quantize.py' 2024-12-17T23:48:16.0033910Z adding 'torch/quantization/quantize_fx.py' 2024-12-17T23:48:16.0039220Z adding 'torch/quantization/quantize_jit.py' 2024-12-17T23:48:16.0039510Z adding 'torch/quantization/stubs.py' 2024-12-17T23:48:16.0039710Z adding 'torch/quantization/utils.py' 2024-12-17T23:48:16.0039910Z adding 'torch/quantization/fx/__init__.py' 2024-12-17T23:48:16.0040130Z adding 'torch/quantization/fx/_equalize.py' 2024-12-17T23:48:16.0040670Z adding 'torch/quantization/fx/convert.py' 2024-12-17T23:48:16.0041730Z adding 'torch/quantization/fx/fuse.py' 2024-12-17T23:48:16.0042730Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-12-17T23:48:16.0043720Z adding 'torch/quantization/fx/graph_module.py' 2024-12-17T23:48:16.0044690Z adding 'torch/quantization/fx/match_utils.py' 2024-12-17T23:48:16.0046220Z adding 'torch/quantization/fx/pattern_utils.py' 2024-12-17T23:48:16.0047220Z adding 'torch/quantization/fx/prepare.py' 2024-12-17T23:48:16.0048430Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-12-17T23:48:16.0049500Z adding 'torch/quantization/fx/quantization_types.py' 2024-12-17T23:48:16.0050550Z adding 'torch/quantization/fx/utils.py' 2024-12-17T23:48:16.0052840Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-12-17T23:48:16.0054940Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-12-17T23:48:16.0055750Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-12-17T23:48:16.0057850Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-12-17T23:48:16.0065340Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-12-17T23:48:16.0066650Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-12-17T23:48:16.0068080Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-12-17T23:48:16.0069700Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-12-17T23:48:16.0071160Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-12-17T23:48:16.0072820Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-12-17T23:48:16.0074280Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-12-17T23:48:16.0093670Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-12-17T23:48:16.0097650Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-12-17T23:48:16.0098700Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-12-17T23:48:16.0100930Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-12-17T23:48:16.0102210Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-12-17T23:48:16.0105380Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-12-17T23:48:16.0108160Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-12-17T23:48:16.0110610Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-12-17T23:48:16.0113850Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-12-17T23:48:16.0115130Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-12-17T23:48:16.0116580Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-12-17T23:48:16.0117840Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-12-17T23:48:16.0118960Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-12-17T23:48:16.0120490Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-12-17T23:48:16.0125140Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-12-17T23:48:16.0126050Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-12-17T23:48:16.0128330Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-12-17T23:48:16.0129110Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-12-17T23:48:16.0130280Z adding 'torch/signal/__init__.py' 2024-12-17T23:48:16.0131560Z adding 'torch/signal/windows/__init__.py' 2024-12-17T23:48:16.0135720Z adding 'torch/signal/windows/windows.py' 2024-12-17T23:48:16.0141480Z adding 'torch/sparse/__init__.py' 2024-12-17T23:48:16.0145140Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-12-17T23:48:16.0146970Z adding 'torch/sparse/_semi_structured_ops.py' 2024-12-17T23:48:16.0163030Z adding 'torch/sparse/_triton_ops.py' 2024-12-17T23:48:16.0246560Z adding 'torch/sparse/_triton_ops_meta.py' 2024-12-17T23:48:16.0254240Z adding 'torch/sparse/semi_structured.py' 2024-12-17T23:48:16.0259410Z adding 'torch/special/__init__.py' 2024-12-17T23:48:16.0260750Z adding 'torch/testing/__init__.py' 2024-12-17T23:48:16.0273290Z adding 'torch/testing/_comparison.py' 2024-12-17T23:48:16.0276600Z adding 'torch/testing/_creation.py' 2024-12-17T23:48:16.0277690Z adding 'torch/testing/_utils.py' 2024-12-17T23:48:16.0279680Z adding 'torch/testing/_internal/__init__.py' 2024-12-17T23:48:16.0283700Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-12-17T23:48:16.0286930Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-12-17T23:48:16.0289150Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-12-17T23:48:16.0292120Z adding 'torch/testing/_internal/common_cuda.py' 2024-12-17T23:48:16.0308660Z adding 'torch/testing/_internal/common_device_type.py' 2024-12-17T23:48:16.0310490Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-12-17T23:48:16.0322830Z adding 'torch/testing/_internal/common_distributed.py' 2024-12-17T23:48:16.0324630Z adding 'torch/testing/_internal/common_dtype.py' 2024-12-17T23:48:16.0335970Z adding 'torch/testing/_internal/common_fsdp.py' 2024-12-17T23:48:16.0339730Z adding 'torch/testing/_internal/common_jit.py' 2024-12-17T23:48:16.0501760Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-12-17T23:48:16.0508200Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-12-17T23:48:16.0530900Z adding 'torch/testing/_internal/common_modules.py' 2024-12-17T23:48:16.0554390Z adding 'torch/testing/_internal/common_nn.py' 2024-12-17T23:48:16.0565830Z adding 'torch/testing/_internal/common_optimizers.py' 2024-12-17T23:48:16.0568650Z adding 'torch/testing/_internal/common_pruning.py' 2024-12-17T23:48:16.0588040Z adding 'torch/testing/_internal/common_quantization.py' 2024-12-17T23:48:16.0591040Z adding 'torch/testing/_internal/common_quantized.py' 2024-12-17T23:48:16.0593930Z adding 'torch/testing/_internal/common_subclass.py' 2024-12-17T23:48:16.0648930Z adding 'torch/testing/_internal/common_utils.py' 2024-12-17T23:48:16.0655430Z adding 'torch/testing/_internal/composite_compliance.py' 2024-12-17T23:48:16.0659110Z adding 'torch/testing/_internal/custom_op_db.py' 2024-12-17T23:48:16.0660380Z adding 'torch/testing/_internal/custom_tensor.py' 2024-12-17T23:48:16.0662930Z adding 'torch/testing/_internal/dist_utils.py' 2024-12-17T23:48:16.0664580Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-12-17T23:48:16.0665770Z adding 'torch/testing/_internal/fake_config_module.py' 2024-12-17T23:48:16.0667970Z adding 'torch/testing/_internal/hop_db.py' 2024-12-17T23:48:16.0671350Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-12-17T23:48:16.0672840Z adding 'torch/testing/_internal/inductor_utils.py' 2024-12-17T23:48:16.0679460Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-12-17T23:48:16.0686540Z adding 'torch/testing/_internal/jit_utils.py' 2024-12-17T23:48:16.0688910Z adding 'torch/testing/_internal/logging_tensor.py' 2024-12-17T23:48:16.0691240Z adding 'torch/testing/_internal/logging_utils.py' 2024-12-17T23:48:16.0692220Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-12-17T23:48:16.0693250Z adding 'torch/testing/_internal/static_module.py' 2024-12-17T23:48:16.0694570Z adding 'torch/testing/_internal/subclasses.py' 2024-12-17T23:48:16.0696120Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-12-17T23:48:16.0698970Z adding 'torch/testing/_internal/triton_utils.py' 2024-12-17T23:48:16.0700130Z adding 'torch/testing/_internal/two_tensor.py' 2024-12-17T23:48:16.0701540Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-12-17T23:48:16.0702810Z adding 'torch/testing/_internal/data/__init__.py' 2024-12-17T23:48:16.0703800Z adding 'torch/testing/_internal/data/network1.py' 2024-12-17T23:48:16.0704790Z adding 'torch/testing/_internal/data/network2.py' 2024-12-17T23:48:16.0706040Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-12-17T23:48:16.0707280Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-12-17T23:48:16.0708930Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-12-17T23:48:16.0714170Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-12-17T23:48:16.0781240Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-12-17T23:48:16.0784650Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-12-17T23:48:16.0785500Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-12-17T23:48:16.0789660Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-12-17T23:48:16.0791900Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-12-17T23:48:16.0793070Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-12-17T23:48:16.0794320Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-12-17T23:48:16.0796530Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-12-17T23:48:16.0797750Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-12-17T23:48:16.0798990Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-12-17T23:48:16.0800210Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-12-17T23:48:16.0805120Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-12-17T23:48:16.0806220Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-12-17T23:48:16.0807520Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-12-17T23:48:16.0811890Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-12-17T23:48:16.0813010Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-12-17T23:48:16.0831030Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-12-17T23:48:16.0833650Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-12-17T23:48:16.0836300Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-12-17T23:48:16.0837390Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-12-17T23:48:16.0838650Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-12-17T23:48:16.0877060Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-12-17T23:48:16.0879550Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-12-17T23:48:16.0880500Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-12-17T23:48:16.0882250Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-12-17T23:48:16.0885180Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-12-17T23:48:16.0886090Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-12-17T23:48:16.0888070Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-12-17T23:48:16.0896320Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-12-17T23:48:16.0898560Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-12-17T23:48:16.0899460Z adding 'torch/testing/_internal/generated/__init__.py' 2024-12-17T23:48:16.0936040Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-12-17T23:48:16.0939600Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-12-17T23:48:16.0966720Z adding 'torch/testing/_internal/opinfo/core.py' 2024-12-17T23:48:16.0969340Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-12-17T23:48:16.0972020Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-12-17T23:48:16.0973360Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-12-17T23:48:16.0979130Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-12-17T23:48:16.0982660Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-12-17T23:48:16.0995990Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-12-17T23:48:16.1006380Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-12-17T23:48:16.1009300Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-12-17T23:48:16.1014540Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-12-17T23:48:16.1018140Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-12-17T23:48:16.1019540Z adding 'torch/testing/_internal/optests/__init__.py' 2024-12-17T23:48:16.1021980Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-12-17T23:48:16.1024110Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-12-17T23:48:16.1024830Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-12-17T23:48:16.1032010Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-12-17T23:48:16.1033360Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-12-17T23:48:16.1034560Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-12-17T23:48:16.1035540Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-12-17T23:48:16.1036590Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-12-17T23:48:16.1039240Z adding 'torch/utils/__init__.py' 2024-12-17T23:48:16.1041060Z adding 'torch/utils/_backport_slots.py' 2024-12-17T23:48:16.1046140Z adding 'torch/utils/_config_module.py' 2024-12-17T23:48:16.1047200Z adding 'torch/utils/_config_typing.pyi' 2024-12-17T23:48:16.1050140Z adding 'torch/utils/_content_store.py' 2024-12-17T23:48:16.1052340Z adding 'torch/utils/_contextlib.py' 2024-12-17T23:48:16.1053120Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-12-17T23:48:16.1059510Z adding 'torch/utils/_cxx_pytree.py' 2024-12-17T23:48:16.1061070Z adding 'torch/utils/_device.py' 2024-12-17T23:48:16.1062220Z adding 'torch/utils/_exposed_in.py' 2024-12-17T23:48:16.1063690Z adding 'torch/utils/_foreach_utils.py' 2024-12-17T23:48:16.1066780Z adding 'torch/utils/_freeze.py' 2024-12-17T23:48:16.1068580Z adding 'torch/utils/_get_clean_triton.py' 2024-12-17T23:48:16.1069610Z adding 'torch/utils/_import_utils.py' 2024-12-17T23:48:16.1070650Z adding 'torch/utils/_mode_utils.py' 2024-12-17T23:48:16.1072860Z adding 'torch/utils/_ordered_set.py' 2024-12-17T23:48:16.1079470Z adding 'torch/utils/_python_dispatch.py' 2024-12-17T23:48:16.1090110Z adding 'torch/utils/_pytree.py' 2024-12-17T23:48:16.1091410Z adding 'torch/utils/_stats.py' 2024-12-17T23:48:16.1092620Z adding 'torch/utils/_thunk.py' 2024-12-17T23:48:16.1095760Z adding 'torch/utils/_traceback.py' 2024-12-17T23:48:16.1097140Z adding 'torch/utils/_triton.py' 2024-12-17T23:48:16.1098180Z adding 'torch/utils/_typing_utils.py' 2024-12-17T23:48:16.1099710Z adding 'torch/utils/_zip.py' 2024-12-17T23:48:16.1104080Z adding 'torch/utils/backend_registration.py' 2024-12-17T23:48:16.1108740Z adding 'torch/utils/bundled_inputs.py' 2024-12-17T23:48:16.1125080Z adding 'torch/utils/checkpoint.py' 2024-12-17T23:48:16.1130740Z adding 'torch/utils/collect_env.py' 2024-12-17T23:48:16.1131640Z adding 'torch/utils/cpp_backtrace.py' 2024-12-17T23:48:16.1156810Z adding 'torch/utils/cpp_extension.py' 2024-12-17T23:48:16.1158130Z adding 'torch/utils/deterministic.py' 2024-12-17T23:48:16.1160220Z adding 'torch/utils/dlpack.py' 2024-12-17T23:48:16.1161130Z adding 'torch/utils/file_baton.py' 2024-12-17T23:48:16.1167200Z adding 'torch/utils/flop_counter.py' 2024-12-17T23:48:16.1169840Z adding 'torch/utils/hooks.py' 2024-12-17T23:48:16.1171680Z adding 'torch/utils/mkldnn.py' 2024-12-17T23:48:16.1173830Z adding 'torch/utils/mobile_optimizer.py' 2024-12-17T23:48:16.1174620Z adding 'torch/utils/model_zoo.py' 2024-12-17T23:48:16.1176830Z adding 'torch/utils/module_tracker.py' 2024-12-17T23:48:16.1178570Z adding 'torch/utils/show_pickle.py' 2024-12-17T23:48:16.1180810Z adding 'torch/utils/throughput_benchmark.py' 2024-12-17T23:48:16.1183640Z adding 'torch/utils/weak.py' 2024-12-17T23:48:16.1184600Z adding 'torch/utils/_strobelight/__init__.py' 2024-12-17T23:48:16.1187400Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-12-17T23:48:16.1188360Z adding 'torch/utils/_sympy/__init__.py' 2024-12-17T23:48:16.1199800Z adding 'torch/utils/_sympy/functions.py' 2024-12-17T23:48:16.1206870Z adding 'torch/utils/_sympy/interp.py' 2024-12-17T23:48:16.1209130Z adding 'torch/utils/_sympy/numbers.py' 2024-12-17T23:48:16.1212180Z adding 'torch/utils/_sympy/printers.py' 2024-12-17T23:48:16.1214750Z adding 'torch/utils/_sympy/reference.py' 2024-12-17T23:48:16.1215920Z adding 'torch/utils/_sympy/singleton_int.py' 2024-12-17T23:48:16.1218190Z adding 'torch/utils/_sympy/solve.py' 2024-12-17T23:48:16.1219570Z adding 'torch/utils/_sympy/symbol.py' 2024-12-17T23:48:16.1227910Z adding 'torch/utils/_sympy/value_ranges.py' 2024-12-17T23:48:16.1229270Z adding 'torch/utils/backcompat/__init__.py' 2024-12-17T23:48:16.1230580Z adding 'torch/utils/benchmark/__init__.py' 2024-12-17T23:48:16.1231830Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-12-17T23:48:16.1234270Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-12-17T23:48:16.1235370Z adding 'torch/utils/benchmark/examples/compare.py' 2024-12-17T23:48:16.1236780Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-12-17T23:48:16.1238650Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-12-17T23:48:16.1239490Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-12-17T23:48:16.1241610Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-12-17T23:48:16.1242460Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-12-17T23:48:16.1244040Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-12-17T23:48:16.1245650Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-12-17T23:48:16.1247120Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-12-17T23:48:16.1248630Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-12-17T23:48:16.1250070Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-12-17T23:48:16.1251350Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-12-17T23:48:16.1252510Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-12-17T23:48:16.1256250Z adding 'torch/utils/benchmark/utils/common.py' 2024-12-17T23:48:16.1259540Z adding 'torch/utils/benchmark/utils/compare.py' 2024-12-17T23:48:16.1261650Z adding 'torch/utils/benchmark/utils/compile.py' 2024-12-17T23:48:16.1263760Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-12-17T23:48:16.1267930Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-12-17T23:48:16.1269830Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-12-17T23:48:16.1270860Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-12-17T23:48:16.1276070Z adding 'torch/utils/benchmark/utils/timer.py' 2024-12-17T23:48:16.1277920Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-12-17T23:48:16.1280090Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-12-17T23:48:16.1280940Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-12-17T23:48:16.1282280Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-12-17T23:48:16.1290560Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-12-17T23:48:16.1328480Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-12-17T23:48:16.1333220Z adding 'torch/utils/bottleneck/__init__.py' 2024-12-17T23:48:16.1335360Z adding 'torch/utils/bottleneck/__main__.py' 2024-12-17T23:48:16.1336680Z adding 'torch/utils/data/__init__.py' 2024-12-17T23:48:16.1337780Z adding 'torch/utils/data/backward_compatibility.py' 2024-12-17T23:48:16.1357030Z adding 'torch/utils/data/dataloader.py' 2024-12-17T23:48:16.1361630Z adding 'torch/utils/data/dataset.py' 2024-12-17T23:48:16.1363800Z adding 'torch/utils/data/distributed.py' 2024-12-17T23:48:16.1365960Z adding 'torch/utils/data/graph.py' 2024-12-17T23:48:16.1367810Z adding 'torch/utils/data/graph_settings.py' 2024-12-17T23:48:16.1371090Z adding 'torch/utils/data/sampler.py' 2024-12-17T23:48:16.1372470Z adding 'torch/utils/data/_utils/__init__.py' 2024-12-17T23:48:16.1376090Z adding 'torch/utils/data/_utils/collate.py' 2024-12-17T23:48:16.1381800Z adding 'torch/utils/data/_utils/fetch.py' 2024-12-17T23:48:16.1382040Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-12-17T23:48:16.1382280Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-12-17T23:48:16.1384360Z adding 'torch/utils/data/_utils/worker.py' 2024-12-17T23:48:16.1385490Z adding 'torch/utils/data/datapipes/__init__.py' 2024-12-17T23:48:16.1387870Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-12-17T23:48:16.1390930Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-12-17T23:48:16.1394960Z adding 'torch/utils/data/datapipes/_typing.py' 2024-12-17T23:48:16.1398430Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-12-17T23:48:16.1404450Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-12-17T23:48:16.1407490Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-12-17T23:48:16.1408760Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-12-17T23:48:16.1410220Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-12-17T23:48:16.1413500Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-12-17T23:48:16.1414710Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-12-17T23:48:16.1415800Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-12-17T23:48:16.1417330Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-12-17T23:48:16.1420130Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-12-17T23:48:16.1422260Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-12-17T23:48:16.1427110Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-12-17T23:48:16.1428320Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-12-17T23:48:16.1430190Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-12-17T23:48:16.1432880Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-12-17T23:48:16.1434010Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-12-17T23:48:16.1435570Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-12-17T23:48:16.1437080Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-12-17T23:48:16.1438330Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-12-17T23:48:16.1439690Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-12-17T23:48:16.1441190Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-12-17T23:48:16.1442470Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-12-17T23:48:16.1444560Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-12-17T23:48:16.1445540Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-12-17T23:48:16.1446940Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-12-17T23:48:16.1448130Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-12-17T23:48:16.1449320Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-12-17T23:48:16.1452910Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-12-17T23:48:16.1455830Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-12-17T23:48:16.1457170Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-12-17T23:48:16.1458510Z adding 'torch/utils/hipify/__init__.py' 2024-12-17T23:48:16.1459760Z adding 'torch/utils/hipify/constants.py' 2024-12-17T23:48:16.1498970Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-12-17T23:48:16.1511080Z adding 'torch/utils/hipify/hipify_python.py' 2024-12-17T23:48:16.1511990Z adding 'torch/utils/hipify/version.py' 2024-12-17T23:48:16.1513200Z adding 'torch/utils/jit/__init__.py' 2024-12-17T23:48:16.1515180Z adding 'torch/utils/jit/log_extract.py' 2024-12-17T23:48:16.1519360Z adding 'torch/utils/model_dump/__init__.py' 2024-12-17T23:48:16.1520130Z adding 'torch/utils/model_dump/__main__.py' 2024-12-17T23:48:16.1524390Z adding 'torch/utils/model_dump/code.js' 2024-12-17T23:48:16.1525400Z adding 'torch/utils/model_dump/htm.mjs' 2024-12-17T23:48:16.1528690Z adding 'torch/utils/model_dump/preact.mjs' 2024-12-17T23:48:16.1529640Z adding 'torch/utils/model_dump/skeleton.html' 2024-12-17T23:48:16.1531120Z adding 'torch/utils/tensorboard/__init__.py' 2024-12-17T23:48:16.1532340Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-12-17T23:48:16.1533880Z adding 'torch/utils/tensorboard/_embedding.py' 2024-12-17T23:48:16.1535170Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-12-17T23:48:16.1536530Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-12-17T23:48:16.1540410Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-12-17T23:48:16.1541960Z adding 'torch/utils/tensorboard/_utils.py' 2024-12-17T23:48:16.1549740Z adding 'torch/utils/tensorboard/summary.py' 2024-12-17T23:48:16.1558090Z adding 'torch/utils/tensorboard/writer.py' 2024-12-17T23:48:16.1559220Z adding 'torch/utils/viz/__init__.py' 2024-12-17T23:48:16.1563150Z adding 'torch/utils/viz/_cycles.py' 2024-12-17T23:48:16.1567300Z adding 'torch/xpu/__init__.py' 2024-12-17T23:48:16.1568350Z adding 'torch/xpu/_gpu_trace.py' 2024-12-17T23:48:16.1569520Z adding 'torch/xpu/_utils.py' 2024-12-17T23:48:16.1571810Z adding 'torch/xpu/memory.py' 2024-12-17T23:48:16.1573150Z adding 'torch/xpu/random.py' 2024-12-17T23:48:16.1575250Z adding 'torch/xpu/streams.py' 2024-12-17T23:48:16.1578730Z adding 'torchgen/__init__.py' 2024-12-17T23:48:16.1579990Z adding 'torchgen/code_template.py' 2024-12-17T23:48:16.1581960Z adding 'torchgen/context.py' 2024-12-17T23:48:16.1605940Z adding 'torchgen/gen.py' 2024-12-17T23:48:16.1610280Z adding 'torchgen/gen_aoti_c_shim.py' 2024-12-17T23:48:16.1615180Z adding 'torchgen/gen_backend_stubs.py' 2024-12-17T23:48:16.1622930Z adding 'torchgen/gen_executorch.py' 2024-12-17T23:48:16.1630880Z adding 'torchgen/gen_functionalization_type.py' 2024-12-17T23:48:16.1636120Z adding 'torchgen/gen_lazy_tensor.py' 2024-12-17T23:48:16.1637510Z adding 'torchgen/gen_schema_utils.py' 2024-12-17T23:48:16.1640130Z adding 'torchgen/gen_vmap_plumbing.py' 2024-12-17T23:48:16.1641110Z adding 'torchgen/local.py' 2024-12-17T23:48:16.1667760Z adding 'torchgen/model.py' 2024-12-17T23:48:16.1675260Z adding 'torchgen/native_function_generation.py' 2024-12-17T23:48:16.1679610Z adding 'torchgen/utils.py' 2024-12-17T23:48:16.1680620Z adding 'torchgen/yaml_utils.py' 2024-12-17T23:48:16.1681790Z adding 'torchgen/aoti/__init__.py' 2024-12-17T23:48:16.1683760Z adding 'torchgen/aoti/fallback_ops.py' 2024-12-17T23:48:16.1684620Z adding 'torchgen/api/__init__.py' 2024-12-17T23:48:16.1693490Z adding 'torchgen/api/autograd.py' 2024-12-17T23:48:16.1697610Z adding 'torchgen/api/cpp.py' 2024-12-17T23:48:16.1699080Z adding 'torchgen/api/dispatcher.py' 2024-12-17T23:48:16.1701690Z adding 'torchgen/api/functionalization.py' 2024-12-17T23:48:16.1705850Z adding 'torchgen/api/lazy.py' 2024-12-17T23:48:16.1706680Z adding 'torchgen/api/meta.py' 2024-12-17T23:48:16.1708690Z adding 'torchgen/api/native.py' 2024-12-17T23:48:16.1721320Z adding 'torchgen/api/python.py' 2024-12-17T23:48:16.1723580Z adding 'torchgen/api/structured.py' 2024-12-17T23:48:16.1727570Z adding 'torchgen/api/translate.py' 2024-12-17T23:48:16.1729720Z adding 'torchgen/api/ufunc.py' 2024-12-17T23:48:16.1732050Z adding 'torchgen/api/unboxing.py' 2024-12-17T23:48:16.1733090Z adding 'torchgen/api/types/__init__.py' 2024-12-17T23:48:16.1736760Z adding 'torchgen/api/types/signatures.py' 2024-12-17T23:48:16.1738920Z adding 'torchgen/api/types/types.py' 2024-12-17T23:48:16.1741260Z adding 'torchgen/api/types/types_base.py' 2024-12-17T23:48:16.1742360Z adding 'torchgen/dest/__init__.py' 2024-12-17T23:48:16.1748540Z adding 'torchgen/dest/lazy_ir.py' 2024-12-17T23:48:16.1749680Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-12-17T23:48:16.1751320Z adding 'torchgen/dest/native_functions.py' 2024-12-17T23:48:16.1759690Z adding 'torchgen/dest/register_dispatch_key.py' 2024-12-17T23:48:16.1763830Z adding 'torchgen/dest/ufunc.py' 2024-12-17T23:48:16.1764810Z adding 'torchgen/executorch/__init__.py' 2024-12-17T23:48:16.1767340Z adding 'torchgen/executorch/model.py' 2024-12-17T23:48:16.1769150Z adding 'torchgen/executorch/parse.py' 2024-12-17T23:48:16.1770220Z adding 'torchgen/executorch/api/__init__.py' 2024-12-17T23:48:16.1772290Z adding 'torchgen/executorch/api/custom_ops.py' 2024-12-17T23:48:16.1775470Z adding 'torchgen/executorch/api/et_cpp.py' 2024-12-17T23:48:16.1777710Z adding 'torchgen/executorch/api/unboxing.py' 2024-12-17T23:48:16.1778730Z adding 'torchgen/executorch/api/types/__init__.py' 2024-12-17T23:48:16.1780120Z adding 'torchgen/executorch/api/types/signatures.py' 2024-12-17T23:48:16.1781330Z adding 'torchgen/executorch/api/types/types.py' 2024-12-17T23:48:16.1782630Z adding 'torchgen/operator_versions/__init__.py' 2024-12-17T23:48:16.1785870Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-12-17T23:48:16.1786690Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-12-17T23:48:16.1864390Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-12-17T23:48:16.1869990Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-12-17T23:48:16.1871870Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-12-17T23:48:16.1873230Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-12-17T23:48:16.1874440Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-12-17T23:48:16.1875790Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-12-17T23:48:16.1876990Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-12-17T23:48:16.1878030Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-12-17T23:48:16.1879040Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-12-17T23:48:16.1880040Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-12-17T23:48:16.1881350Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-12-17T23:48:16.1882930Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-12-17T23:48:16.1884750Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-12-17T23:48:16.1885720Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-12-17T23:48:16.1886790Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-12-17T23:48:16.1887910Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-12-17T23:48:16.1888940Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-12-17T23:48:16.1890090Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-12-17T23:48:16.1891200Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-12-17T23:48:16.1892280Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-12-17T23:48:16.1893310Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-12-17T23:48:16.1894280Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-12-17T23:48:16.1895730Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-12-17T23:48:16.1896710Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-12-17T23:48:16.1897790Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-12-17T23:48:16.1898870Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-12-17T23:48:16.1900020Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-12-17T23:48:16.1901020Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-12-17T23:48:16.1902190Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-12-17T23:48:16.1903710Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-12-17T23:48:16.1904790Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-12-17T23:48:16.1905730Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-12-17T23:48:16.1912890Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-12-17T23:48:16.1914130Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-12-17T23:48:16.1915160Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-12-17T23:48:16.1916300Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-12-17T23:48:16.1917310Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-12-17T23:48:16.1918340Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-12-17T23:48:16.1919430Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-12-17T23:48:16.1920500Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-12-17T23:48:16.1921390Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-12-17T23:48:16.1922770Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-12-17T23:48:16.1923710Z adding 'torchgen/packaged/autograd/README.md' 2024-12-17T23:48:16.1924580Z adding 'torchgen/packaged/autograd/__init__.py' 2024-12-17T23:48:16.1925560Z adding 'torchgen/packaged/autograd/build.bzl' 2024-12-17T23:48:16.1926620Z adding 'torchgen/packaged/autograd/context.py' 2024-12-17T23:48:16.1928140Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-12-17T23:48:16.1958790Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-12-17T23:48:16.1961570Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-12-17T23:48:16.1963040Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-12-17T23:48:16.1969490Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-12-17T23:48:16.1974590Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-12-17T23:48:16.1984430Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-12-17T23:48:16.1989030Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-12-17T23:48:16.1990590Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-12-17T23:48:16.2007560Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-12-17T23:48:16.2011010Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-12-17T23:48:16.2019500Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-12-17T23:48:16.2021460Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-12-17T23:48:16.2022290Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-12-17T23:48:16.2023480Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-12-17T23:48:16.2024580Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-12-17T23:48:16.2025890Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-12-17T23:48:16.2027010Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-12-17T23:48:16.2027990Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-12-17T23:48:16.2029090Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-12-17T23:48:16.2030160Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-12-17T23:48:16.2031290Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-12-17T23:48:16.2032560Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-12-17T23:48:16.2033710Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-12-17T23:48:16.2034640Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-12-17T23:48:16.2035900Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-12-17T23:48:16.2037240Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-12-17T23:48:16.2038690Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-12-17T23:48:16.2039780Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-12-17T23:48:16.2040760Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-12-17T23:48:16.2041940Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-12-17T23:48:16.2043230Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-12-17T23:48:16.2044580Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-12-17T23:48:16.2051980Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-12-17T23:48:16.2053520Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-12-17T23:48:16.2054760Z adding 'torchgen/selective_build/__init__.py' 2024-12-17T23:48:16.2057150Z adding 'torchgen/selective_build/operator.py' 2024-12-17T23:48:16.2060140Z adding 'torchgen/selective_build/selector.py' 2024-12-17T23:48:16.2061040Z adding 'torchgen/static_runtime/__init__.py' 2024-12-17T23:48:16.2063570Z adding 'torchgen/static_runtime/config.py' 2024-12-17T23:48:16.2065780Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-12-17T23:48:16.2070640Z adding 'torchgen/static_runtime/generator.py' 2024-12-17T23:48:16.2145710Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/LICENSE' 2024-12-17T23:48:16.2154410Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/METADATA' 2024-12-17T23:48:16.2159700Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/NOTICE' 2024-12-17T23:48:16.2160710Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/WHEEL' 2024-12-17T23:48:16.2161420Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/entry_points.txt' 2024-12-17T23:48:16.2162040Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/top_level.txt' 2024-12-17T23:48:16.2517940Z adding 'torch-2.6.0a0+git0cdf8b1.dist-info/RECORD' 2024-12-17T23:48:16.2929380Z removing build/bdist.macosx-11.1-arm64/wheel 2024-12-17T23:48:16.7982890Z + which sccache 2024-12-17T23:48:16.8093910Z + print_sccache_stats 2024-12-17T23:48:16.8094110Z + echo 'PyTorch Build Statistics' 2024-12-17T23:48:16.8094310Z + sccache --show-stats 2024-12-17T23:48:16.8094480Z PyTorch Build Statistics 2024-12-17T23:48:16.8136040Z Compile requests 5138 2024-12-17T23:48:16.8136250Z Compile requests executed 4794 2024-12-17T23:48:16.8136450Z Cache hits 3441 2024-12-17T23:48:16.8136660Z Cache hits (C/C++) 3441 2024-12-17T23:48:16.8136850Z Cache misses 1330 2024-12-17T23:48:16.8137030Z Cache misses (C/C++) 1330 2024-12-17T23:48:16.8137220Z Cache timeouts 0 2024-12-17T23:48:16.8137410Z Cache read errors 0 2024-12-17T23:48:16.8137600Z Forced recaches 0 2024-12-17T23:48:16.8137930Z Cache write errors 0 2024-12-17T23:48:16.8138120Z Compilation failures 2 2024-12-17T23:48:16.8138310Z Cache errors 21 2024-12-17T23:48:16.8138500Z Cache errors (C/C++) 21 2024-12-17T23:48:16.8138700Z Non-cacheable compilations 0 2024-12-17T23:48:16.8138890Z Non-cacheable calls 255 2024-12-17T23:48:16.8139090Z Non-compilation calls 89 2024-12-17T23:48:16.8139290Z Unsupported compiler calls 0 2024-12-17T23:48:16.8139490Z Average cache write 0.001 s 2024-12-17T23:48:16.8139800Z Average compiler 5.331 s 2024-12-17T23:48:16.8140000Z Average cache read hit 0.000 s 2024-12-17T23:48:16.8140210Z Failed distributed compilations 0 2024-12-17T23:48:16.8140340Z 2024-12-17T23:48:16.8140410Z Non-cacheable reasons: 2024-12-17T23:48:16.8156820Z unknown source language 243 2024-12-17T23:48:16.8161830Z multiple input files 6 2024-12-17T23:48:16.8162040Z @ 6 2024-12-17T23:48:16.8162160Z 2024-12-17T23:48:16.8162330Z Cache location Local disk: "/Users/ec2-user/Library/Caches/Mozilla.sccache" 2024-12-17T23:48:16.8162640Z Version (client) 0.4.1 2024-12-17T23:48:16.8162860Z Cache size 152 MiB 2024-12-17T23:48:16.8163060Z Max cache size 10 GiB 2024-12-17T23:48:16.8164520Z + [[ -n 34565584161 ]] 2024-12-17T23:48:16.8167700Z + sccache --show-stats --stats-format json 2024-12-17T23:48:16.8168700Z + jq .stats 2024-12-17T23:48:16.8697080Z + python tools/stats/export_test_times.py 2024-12-17T23:48:17.1967920Z Exporting test times from test-infra 2024-12-17T23:48:17.1968600Z 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-12-17T23:48:17.1969640Z 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-12-17T23:48:17.2014070Z + assert_git_not_dirty 2024-12-17T23:48:17.2014260Z + [[ macos-py3-arm64 != *rocm* ]] 2024-12-17T23:48:17.2014450Z + [[ macos-py3-arm64 != *xla* ]] 2024-12-17T23:48:17.2020290Z ++ git status --porcelain 2024-12-17T23:48:17.2021420Z ++ grep -v '?? third_party' 2024-12-17T23:48:27.8187470Z ++ true 2024-12-17T23:48:27.8188660Z + git_status= 2024-12-17T23:48:27.8188820Z + [[ -n '' ]] 2024-12-17T23:48:27.8189220Z + rm -rfv /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA 2024-12-17T23:48:27.8253360Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang 2024-12-17T23:48:27.8253760Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA/clang++ 2024-12-17T23:48:27.8254140Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.RMLNi9d6SA 2024-12-17T23:48:27.8594420Z ##[group]Run zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-12-17T23:48:27.8594930Z zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-12-17T23:48:28.0198370Z shell: /bin/bash -e {0} 2024-12-17T23:48:28.0198540Z env: 2024-12-17T23:48:28.0198670Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:48:28.0198860Z SCCACHE_USE_GHA: false 2024-12-17T23:48:28.0199450Z 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-12-17T23:48:28.0200130Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:48:28.0200470Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:28.0200890Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:28.0201580Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:48:28.0202350Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:28.0202830Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:48:28.0203120Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:28.0203410Z ##[endgroup] 2024-12-17T23:48:28.0559410Z adding: dist/ (stored 0%) 2024-12-17T23:48:29.3650020Z adding: dist/torch-2.6.0a0+git0cdf8b1-cp39-cp39-macosx_11_0_arm64.whl (deflated 4%) 2024-12-17T23:48:29.3845890Z adding: build/.ninja_log (deflated 90%) 2024-12-17T23:48:29.4268820Z adding: build/compile_commands.json (deflated 98%) 2024-12-17T23:48:29.4269120Z adding: .additional_ci_files/ (stored 0%) 2024-12-17T23:48:29.4380940Z adding: .additional_ci_files/test-times.json (deflated 69%) 2024-12-17T23:48:29.4847120Z adding: .additional_ci_files/test-class-times.json (deflated 65%) 2024-12-17T23:48:29.5032570Z ##[group]Run actions/upload-artifact@v4 2024-12-17T23:48:29.5032780Z with: 2024-12-17T23:48:29.5032910Z name: macos-py3-arm64 2024-12-17T23:48:29.5033090Z retention-days: 14 2024-12-17T23:48:29.5033250Z if-no-files-found: error 2024-12-17T23:48:29.5033440Z path: artifacts.zip 2024-12-17T23:48:29.5033630Z compression-level: 6 2024-12-17T23:48:29.5033780Z overwrite: false 2024-12-17T23:48:29.5033950Z include-hidden-files: false 2024-12-17T23:48:29.5034120Z env: 2024-12-17T23:48:29.5034270Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:48:29.5034460Z SCCACHE_USE_GHA: false 2024-12-17T23:48:29.5035090Z 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-12-17T23:48:29.5035790Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:48:29.5036160Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:29.5036520Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:29.5037110Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:48:29.5037900Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:29.5038370Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:48:29.5038650Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:29.5038930Z ##[endgroup] 2024-12-17T23:48:30.0523670Z With the provided path, there will be 1 file uploaded 2024-12-17T23:48:30.0525980Z Artifact name is valid! 2024-12-17T23:48:30.0526220Z Root directory input is valid! 2024-12-17T23:48:30.1624120Z Beginning upload of artifact content to blob storage 2024-12-17T23:48:30.5989780Z Uploaded bytes 8388608 2024-12-17T23:48:30.7649920Z Uploaded bytes 16777216 2024-12-17T23:48:30.8298450Z Uploaded bytes 25165824 2024-12-17T23:48:30.9685510Z Uploaded bytes 33554432 2024-12-17T23:48:31.1923200Z Uploaded bytes 41943040 2024-12-17T23:48:31.4058860Z Uploaded bytes 50331648 2024-12-17T23:48:31.4667760Z Uploaded bytes 58720256 2024-12-17T23:48:31.7432710Z Uploaded bytes 64530862 2024-12-17T23:48:31.7731820Z Finished uploading artifact content to blob storage! 2024-12-17T23:48:31.7737500Z SHA256 hash of uploaded artifact zip is d026c6906d19566e04483c11e798b4c20f3a99dcc860171648faddd298285ee0 2024-12-17T23:48:31.7741260Z Finalizing artifact upload 2024-12-17T23:48:31.8615010Z Artifact macos-py3-arm64.zip successfully finalized. Artifact ID 2334969414 2024-12-17T23:48:31.8616280Z Artifact macos-py3-arm64 has been successfully uploaded! Final size is 64530862 bytes. Artifact ID is 2334969414 2024-12-17T23:48:31.8617840Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12383255596/artifacts/2334969414 2024-12-17T23:48:31.8822910Z ##[group]Run actions/upload-artifact@v4 2024-12-17T23:48:31.8823750Z with: 2024-12-17T23:48:31.8824610Z name: sccache-stats-macos-py3-arm64-runattempt1-34565584161 2024-12-17T23:48:31.8825680Z retention-days: 14 2024-12-17T23:48:31.8826300Z if-no-files-found: warn 2024-12-17T23:48:31.8827010Z path: sccache-stats-*.json 2024-12-17T23:48:31.8827720Z compression-level: 6 2024-12-17T23:48:31.8828400Z overwrite: false 2024-12-17T23:48:31.8829010Z include-hidden-files: false 2024-12-17T23:48:31.8829720Z env: 2024-12-17T23:48:31.8830280Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:48:31.8831040Z SCCACHE_USE_GHA: false 2024-12-17T23:48:31.8833560Z 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-12-17T23:48:31.8835680Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:48:31.8836600Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:31.8837550Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:31.8838960Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:48:31.8840800Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:31.8841950Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:48:31.8842660Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:31.8843370Z ##[endgroup] 2024-12-17T23:48:32.0500760Z With the provided path, there will be 1 file uploaded 2024-12-17T23:48:32.0502840Z Artifact name is valid! 2024-12-17T23:48:32.0503300Z Root directory input is valid! 2024-12-17T23:48:32.1055290Z Beginning upload of artifact content to blob storage 2024-12-17T23:48:32.1567630Z Uploaded bytes 540 2024-12-17T23:48:32.1743290Z Finished uploading artifact content to blob storage! 2024-12-17T23:48:32.1744800Z SHA256 hash of uploaded artifact zip is a4cb61cc53780c9b6099382628451106bfde977dd12afa8b4abc0c955a05eee0 2024-12-17T23:48:32.1745760Z Finalizing artifact upload 2024-12-17T23:48:32.2553440Z Artifact sccache-stats-macos-py3-arm64-runattempt1-34565584161.zip successfully finalized. Artifact ID 2334969444 2024-12-17T23:48:32.2554940Z Artifact sccache-stats-macos-py3-arm64-runattempt1-34565584161 has been successfully uploaded! Final size is 540 bytes. Artifact ID is 2334969444 2024-12-17T23:48:32.2567770Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/12383255596/artifacts/2334969444 2024-12-17T23:48:32.2734900Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@release/2.6 2024-12-17T23:48:32.2735340Z with: 2024-12-17T23:48:32.2735580Z minimum-available-space-in-gb: 6 2024-12-17T23:48:32.2735860Z env: 2024-12-17T23:48:32.2736060Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:48:32.2736390Z SCCACHE_USE_GHA: false 2024-12-17T23:48:32.2737410Z 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-12-17T23:48:32.2738540Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:48:32.2739050Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2739630Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2740560Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:48:32.2741860Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2742590Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:48:32.2743060Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2743530Z ##[endgroup] 2024-12-17T23:48:32.2761320Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-12-17T23:48:32.2761940Z echo "Print the available disk space for manual inspection" 2024-12-17T23:48:32.2762350Z df -h 2024-12-17T23:48:32.2762570Z  2024-12-17T23:48:32.2762820Z function check_disk_space() { 2024-12-17T23:48:32.2763120Z  set +e 2024-12-17T23:48:32.2763350Z  2024-12-17T23:48:32.2763620Z  # Set the minimum requirement space to 6GB 2024-12-17T23:48:32.2764160Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-12-17T23:48:32.2764610Z  2024-12-17T23:48:32.2764890Z  # Use KB to avoid floating point warning like 3.1GB 2024-12-17T23:48:32.2765340Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-12-17T23:48:32.2765700Z  do 2024-12-17T23:48:32.2765980Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-12-17T23:48:32.2766340Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-12-17T23:48:32.2766660Z  2024-12-17T23:48:32.2766890Z  if [ "${MOUNT}" = "/" ]; then 2024-12-17T23:48:32.2767310Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-12-17T23:48:32.2768140Z  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-12-17T23:48:32.2768880Z  else 2024-12-17T23:48:32.2769320Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-12-17T23:48:32.2769810Z  fi 2024-12-17T23:48:32.2770030Z  fi 2024-12-17T23:48:32.2770240Z  done 2024-12-17T23:48:32.2770480Z  2024-12-17T23:48:32.2770680Z  set -e 2024-12-17T23:48:32.2771040Z } 2024-12-17T23:48:32.2771250Z  2024-12-17T23:48:32.2771490Z RESULT=$(check_disk_space) 2024-12-17T23:48:32.2771770Z echo "${RESULT}" 2024-12-17T23:48:32.2772020Z  2024-12-17T23:48:32.2772320Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-12-17T23:48:32.2773100Z  # 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-12-17T23:48:32.2774170Z  # https://github.com/pytorch/pytorch/issues/85440 2024-12-17T23:48:32.2774740Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-12-17T23:48:32.2775550Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-12-17T23:48:32.2776280Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-12-17T23:48:32.2776690Z  2024-12-17T23:48:32.2776940Z  # Clean up crash reports on the runner 2024-12-17T23:48:32.2777400Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-12-17T23:48:32.2777840Z  2024-12-17T23:48:32.2778130Z  # Also try to clean up torch.hub caching directory 2024-12-17T23:48:32.2778560Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-12-17T23:48:32.2778880Z  2024-12-17T23:48:32.2779110Z  # Purge conda 2024-12-17T23:48:32.2779380Z  conda clean -p -t -y || true 2024-12-17T23:48:32.2779790Z  # and pip cache 2024-12-17T23:48:32.2780060Z  pip cache purge || true 2024-12-17T23:48:32.2780350Z  2024-12-17T23:48:32.2780680Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-12-17T23:48:32.2781080Z  # Re-run the check 2024-12-17T23:48:32.2781360Z  RESULT=$(check_disk_space) 2024-12-17T23:48:32.2781670Z  echo "${RESULT}" 2024-12-17T23:48:32.2781930Z fi 2024-12-17T23:48:32.2782130Z  2024-12-17T23:48:32.2782370Z if [[ "${RESULT}" == *Failure* ]]; then 2024-12-17T23:48:32.2782670Z  df -h 2024-12-17T23:48:32.2782900Z  2024-12-17T23:48:32.2783570Z  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-12-17T23:48:32.2784320Z  exit 1 2024-12-17T23:48:32.2784540Z fi 2024-12-17T23:48:32.2809630Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:48:32.2809970Z env: 2024-12-17T23:48:32.2810170Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-12-17T23:48:32.2810440Z SCCACHE_USE_GHA: false 2024-12-17T23:48:32.2811300Z 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-12-17T23:48:32.2812290Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-12-17T23:48:32.2812760Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2813280Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2814060Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 --no-capture-output 2024-12-17T23:48:32.2815110Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2815760Z SCCACHE_S3_KEY_PREFIX: trunk 2024-12-17T23:48:32.2816160Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_12383255596 2024-12-17T23:48:32.2816590Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-12-17T23:48:32.2816850Z ##[endgroup] 2024-12-17T23:48:32.3091770Z Print the available disk space for manual inspection 2024-12-17T23:48:32.3150020Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-12-17T23:48:32.3150390Z /dev/disk5s2s1 256Gi 9.5Gi 197Gi 5% 404k 2.1G 0% / 2024-12-17T23:48:32.3150710Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-12-17T23:48:32.3151040Z /dev/disk5s5 256Gi 2.0Gi 197Gi 2% 2 2.1G 0% /System/Volumes/VM 2024-12-17T23:48:32.3151430Z /dev/disk5s3 256Gi 5.7Gi 197Gi 3% 1.0k 2.1G 0% /System/Volumes/Preboot 2024-12-17T23:48:32.3152230Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-12-17T23:48:32.3152700Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2024-12-17T23:48:32.3153080Z /dev/disk1s3 500Mi 656Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-12-17T23:48:32.3153450Z /dev/disk5s1 256Gi 41Gi 197Gi 18% 2.6M 2.1G 0% /System/Volumes/Data 2024-12-17T23:48:32.3153830Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-12-17T23:48:32.3154210Z /dev/disk3s4 228Gi 120Ki 211Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-ZgkmQz 2024-12-17T23:48:32.3548790Z Success: There is 206254652KB free space left in / for macOS, continue 2024-12-17T23:48:32.3650150Z Post job cleanup. 2024-12-17T23:48:32.5050220Z Post job cleanup. 2024-12-17T23:48:32.6442460Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9.12--20241217d-df4fea1f0320691e2ceb8626578a181fee2e2aab8244c248a366f57a0ba49f19-628805b80d329b5577629912cdd08449485bd91187b10853509cc574f1daf36d, not saving cache. 2024-12-17T23:48:32.6487980Z Post job cleanup. 2024-12-17T23:48:32.7559270Z Cache hit occurred on the primary key miniconda-24.7.1-0-macOS-ARM64-3.9.12--20241217d, not saving cache. 2024-12-17T23:48:32.7716530Z Post job cleanup. 2024-12-17T23:48:32.7767470Z Post job cleanup. 2024-12-17T23:48:32.8578970Z [command]/usr/bin/git version 2024-12-17T23:48:32.8646710Z git version 2.39.3 (Apple Git-146) 2024-12-17T23:48:32.8669350Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/ad94330f-5fe0-40b3-816e-7009e7cf1c55' before making global git config changes 2024-12-17T23:48:32.8670100Z Adding repository directory to the temporary git global config as a safe directory 2024-12-17T23:48:32.8671920Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-12-17T23:48:32.8737910Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-12-17T23:48:32.8799210Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-12-17T23:48:32.9621670Z Entering 'android/libs/fbjni' 2024-12-17T23:48:32.9735220Z Entering 'third_party/FP16' 2024-12-17T23:48:32.9850090Z Entering 'third_party/FXdiv' 2024-12-17T23:48:32.9959520Z Entering 'third_party/NNPACK' 2024-12-17T23:48:33.0072760Z Entering 'third_party/NVTX' 2024-12-17T23:48:33.0173120Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:48:33.0273350Z Entering 'third_party/XNNPACK' 2024-12-17T23:48:33.0506630Z Entering 'third_party/benchmark' 2024-12-17T23:48:33.0625000Z Entering 'third_party/composable_kernel' 2024-12-17T23:48:33.0728100Z Entering 'third_party/cpp-httplib' 2024-12-17T23:48:33.0830340Z Entering 'third_party/cpuinfo' 2024-12-17T23:48:33.0957500Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:48:33.1058280Z Entering 'third_party/cutlass' 2024-12-17T23:48:33.1160940Z Entering 'third_party/eigen' 2024-12-17T23:48:33.1333660Z Entering 'third_party/fbgemm' 2024-12-17T23:48:33.1493860Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:48:33.1642150Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:48:33.1803060Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:48:33.2033910Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:48:33.2188300Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:48:33.2310120Z Entering 'third_party/flatbuffers' 2024-12-17T23:48:33.2413250Z Entering 'third_party/fmt' 2024-12-17T23:48:33.2523870Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:48:33.2644900Z Entering 'third_party/gloo' 2024-12-17T23:48:33.2759920Z Entering 'third_party/googletest' 2024-12-17T23:48:33.2875900Z Entering 'third_party/ideep' 2024-12-17T23:48:33.3006040Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:48:33.3207010Z Entering 'third_party/ittapi' 2024-12-17T23:48:33.3309540Z Entering 'third_party/kineto' 2024-12-17T23:48:33.3408430Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:48:33.3508490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:48:33.3612700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:48:33.3714050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:48:33.3816030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:48:33.3914870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:48:33.4018460Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:48:33.4119800Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:48:33.4219580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:48:33.4324250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:48:33.4438280Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:48:33.4543120Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:48:33.4647610Z Entering 'third_party/mimalloc' 2024-12-17T23:48:33.4748340Z Entering 'third_party/nccl/nccl' 2024-12-17T23:48:33.4878320Z Entering 'third_party/nlohmann' 2024-12-17T23:48:33.4976410Z Entering 'third_party/onnx' 2024-12-17T23:48:33.5198450Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:48:33.5319050Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:48:33.5421730Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:48:33.5522070Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:48:33.5622090Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:48:33.5716680Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:48:33.5812510Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:48:33.5911080Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:48:33.6008810Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:48:33.6107430Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:48:33.6207200Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:48:33.6307820Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:48:33.6414640Z Entering 'third_party/pocketfft' 2024-12-17T23:48:33.6514310Z Entering 'third_party/protobuf' 2024-12-17T23:48:33.6688520Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:48:33.6826320Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:48:33.6953130Z Entering 'third_party/psimd' 2024-12-17T23:48:33.7059650Z Entering 'third_party/pthreadpool' 2024-12-17T23:48:33.7173160Z Entering 'third_party/pybind11' 2024-12-17T23:48:33.7288880Z Entering 'third_party/python-peachpy' 2024-12-17T23:48:33.7395310Z Entering 'third_party/sleef' 2024-12-17T23:48:33.7507520Z Entering 'third_party/tensorpipe' 2024-12-17T23:48:33.7643760Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:48:33.7781490Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:48:33.7913930Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:48:33.8064790Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:48:33.8199930Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:48:33.8333680Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-12-17T23:48:33.8383170Z http.https://github.com/.extraheader 2024-12-17T23:48:33.8389740Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-12-17T23:48:33.8449940Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-12-17T23:48:33.8940550Z Entering 'android/libs/fbjni' 2024-12-17T23:48:33.9009550Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9098910Z Entering 'third_party/FP16' 2024-12-17T23:48:33.9165750Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9230440Z Entering 'third_party/FXdiv' 2024-12-17T23:48:33.9296370Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9381050Z Entering 'third_party/NNPACK' 2024-12-17T23:48:33.9446990Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9522750Z Entering 'third_party/NVTX' 2024-12-17T23:48:33.9589220Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9655360Z Entering 'third_party/VulkanMemoryAllocator' 2024-12-17T23:48:33.9721870Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9787510Z Entering 'third_party/XNNPACK' 2024-12-17T23:48:33.9851590Z http.https://github.com/.extraheader 2024-12-17T23:48:33.9927010Z Entering 'third_party/benchmark' 2024-12-17T23:48:33.9993110Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0057780Z Entering 'third_party/composable_kernel' 2024-12-17T23:48:34.0122640Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0206300Z Entering 'third_party/cpp-httplib' 2024-12-17T23:48:34.0270670Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0334630Z Entering 'third_party/cpuinfo' 2024-12-17T23:48:34.0398420Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0462910Z Entering 'third_party/cudnn_frontend' 2024-12-17T23:48:34.0529570Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0595280Z Entering 'third_party/cutlass' 2024-12-17T23:48:34.0659470Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0727520Z Entering 'third_party/eigen' 2024-12-17T23:48:34.0791960Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0856980Z Entering 'third_party/fbgemm' 2024-12-17T23:48:34.0921410Z http.https://github.com/.extraheader 2024-12-17T23:48:34.0984420Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-12-17T23:48:34.1047980Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1111430Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-12-17T23:48:34.1174850Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1239640Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-12-17T23:48:34.1305140Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1372980Z Entering 'third_party/fbgemm/third_party/googletest' 2024-12-17T23:48:34.1439430Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1504700Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-12-17T23:48:34.1571070Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1638720Z Entering 'third_party/flatbuffers' 2024-12-17T23:48:34.1705990Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1772930Z Entering 'third_party/fmt' 2024-12-17T23:48:34.1839100Z http.https://github.com/.extraheader 2024-12-17T23:48:34.1904550Z Entering 'third_party/gemmlowp/gemmlowp' 2024-12-17T23:48:34.1970460Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2035880Z Entering 'third_party/gloo' 2024-12-17T23:48:34.2102160Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2167240Z Entering 'third_party/googletest' 2024-12-17T23:48:34.2232510Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2298420Z Entering 'third_party/ideep' 2024-12-17T23:48:34.2364630Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2436140Z Entering 'third_party/ideep/mkl-dnn' 2024-12-17T23:48:34.2500670Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2572620Z Entering 'third_party/ittapi' 2024-12-17T23:48:34.2638760Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2703060Z Entering 'third_party/kineto' 2024-12-17T23:48:34.2769350Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2831800Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-12-17T23:48:34.2895770Z http.https://github.com/.extraheader 2024-12-17T23:48:34.2958700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-12-17T23:48:34.3023340Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3088190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-12-17T23:48:34.3151830Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3215730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-12-17T23:48:34.3279390Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3344070Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-12-17T23:48:34.3407610Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3470530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-12-17T23:48:34.3534040Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3600160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-12-17T23:48:34.3664170Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3728630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-12-17T23:48:34.3792730Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3858290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-12-17T23:48:34.3922080Z http.https://github.com/.extraheader 2024-12-17T23:48:34.3988020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-12-17T23:48:34.4053460Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4120770Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-12-17T23:48:34.4190200Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4257260Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-12-17T23:48:34.4325830Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4394200Z Entering 'third_party/mimalloc' 2024-12-17T23:48:34.4461620Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4528360Z Entering 'third_party/nccl/nccl' 2024-12-17T23:48:34.4594550Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4661950Z Entering 'third_party/nlohmann' 2024-12-17T23:48:34.4727390Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4792800Z Entering 'third_party/onnx' 2024-12-17T23:48:34.4857520Z http.https://github.com/.extraheader 2024-12-17T23:48:34.4933320Z Entering 'third_party/onnx/third_party/pybind11' 2024-12-17T23:48:34.4998600Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5064090Z Entering 'third_party/opentelemetry-cpp' 2024-12-17T23:48:34.5129620Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5195000Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-12-17T23:48:34.5257980Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5323400Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-12-17T23:48:34.5386590Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5451090Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-12-17T23:48:34.5515030Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5579830Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-12-17T23:48:34.5645470Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5712040Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-12-17T23:48:34.5777280Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5844360Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-12-17T23:48:34.5911250Z http.https://github.com/.extraheader 2024-12-17T23:48:34.5976510Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-12-17T23:48:34.6041570Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6105190Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-12-17T23:48:34.6168550Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6233780Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-12-17T23:48:34.6298220Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6364320Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-12-17T23:48:34.6429950Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6506120Z Entering 'third_party/pocketfft' 2024-12-17T23:48:34.6574370Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6639970Z Entering 'third_party/protobuf' 2024-12-17T23:48:34.6705220Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6770040Z Entering 'third_party/protobuf/third_party/benchmark' 2024-12-17T23:48:34.6834730Z http.https://github.com/.extraheader 2024-12-17T23:48:34.6899430Z Entering 'third_party/protobuf/third_party/googletest' 2024-12-17T23:48:34.6963190Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7036410Z Entering 'third_party/psimd' 2024-12-17T23:48:34.7102750Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7169000Z Entering 'third_party/pthreadpool' 2024-12-17T23:48:34.7233490Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7300420Z Entering 'third_party/pybind11' 2024-12-17T23:48:34.7366400Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7431920Z Entering 'third_party/python-peachpy' 2024-12-17T23:48:34.7497160Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7562730Z Entering 'third_party/sleef' 2024-12-17T23:48:34.7627800Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7693000Z Entering 'third_party/tensorpipe' 2024-12-17T23:48:34.7758080Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7824000Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-12-17T23:48:34.7888570Z http.https://github.com/.extraheader 2024-12-17T23:48:34.7953310Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-12-17T23:48:34.8017380Z http.https://github.com/.extraheader 2024-12-17T23:48:34.8083020Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-12-17T23:48:34.8147720Z http.https://github.com/.extraheader 2024-12-17T23:48:34.8212910Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-12-17T23:48:34.8276640Z http.https://github.com/.extraheader 2024-12-17T23:48:34.8340050Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-12-17T23:48:34.8404070Z http.https://github.com/.extraheader 2024-12-17T23:48:34.8527250Z A job completed hook has been configured by the self-hosted runner administrator 2024-12-17T23:48:34.8602630Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2024-12-17T23:48:34.8617160Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-12-17T23:48:34.8617370Z ##[endgroup] 2024-12-17T23:48:34.8961580Z + df -h 2024-12-17T23:48:34.8976640Z + Checking if runner needs to be terminated...ok 2024-12-17T23:48:34.8976900Z + Outputting disk space 2024-12-17T23:48:34.8977190Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-12-17T23:48:34.8977560Z /dev/disk5s2s1 256Gi 9.5Gi 197Gi 5% 404k 2.1G 0% / 2024-12-17T23:48:34.8977930Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-12-17T23:48:34.8978280Z /dev/disk5s5 256Gi 2.0Gi 197Gi 2% 2 2.1G 0% /System/Volumes/VM 2024-12-17T23:48:34.8978750Z /dev/disk5s3 256Gi 5.7Gi 197Gi 3% 1.0k 2.1G 0% /System/Volumes/Preboot 2024-12-17T23:48:34.8979140Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-12-17T23:48:34.8979740Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2024-12-17T23:48:34.8980150Z /dev/disk1s3 500Mi 656Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-12-17T23:48:34.8980550Z /dev/disk5s1 256Gi 41Gi 197Gi 18% 2.6M 2.1G 0% /System/Volumes/Data 2024-12-17T23:48:34.8980940Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-12-17T23:48:34.8981370Z /dev/disk3s4 228Gi 120Ki 211Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-ZgkmQz 2024-12-17T23:48:34.8981730Z + Cleaning up old logs (Keep the latest 100) 2024-12-17T23:48:34.8981980Z + ls -t /var/log/post_job 2024-12-17T23:48:34.8982170Z + awk 'NR>100' 2024-12-17T23:48:34.8982500Z + xargs rm -fv 2024-12-17T23:48:35.1172610Z + Restoring SSH key to be the skeleton key 2024-12-17T23:48:35.1262800Z Evaluate and set job outputs 2024-12-17T23:48:35.1265890Z Set output 'build-outcome' 2024-12-17T23:48:35.1267270Z Set output 'test-matrix' 2024-12-17T23:48:35.1267730Z Cleaning up orphan processes 2024-12-17T23:48:35.5058330Z Terminate orphan process: pid (95211) (sccache)